Package akka.http.scaladsl.model
Class Uri.IPv4Host$
- java.lang.Object
-
- akka.http.scaladsl.model.Uri.IPv4Host$
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Uri
public static class Uri.IPv4Host$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Uri.IPv4Host$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description IPv4Host$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Uri.IPv4Host
apply(byte[] bytes)
Uri.IPv4Host
apply(byte[] bytes, java.lang.String address)
Uri.IPv4Host
apply(byte byte1, byte byte2, byte byte3, byte byte4)
Uri.IPv4Host
apply(java.lang.String address)
-
-
-
Field Detail
-
MODULE$
public static final Uri.IPv4Host$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public Uri.IPv4Host apply(java.lang.String address)
-
apply
public Uri.IPv4Host apply(byte byte1, byte byte2, byte byte3, byte byte4)
-
apply
public Uri.IPv4Host apply(byte[] bytes)
-
apply
public Uri.IPv4Host apply(byte[] bytes, java.lang.String address)
-
-