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