Package akka.http.scaladsl.model
Class RemoteAddress$
- java.lang.Object
-
- akka.http.scaladsl.model.RemoteAddress$
-
public class RemoteAddress$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static RemoteAddress$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description RemoteAddress$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoteAddress
apply(byte[] bytes)
RemoteAddress.IP
apply(java.net.InetAddress a, scala.Option<java.lang.Object> port)
RemoteAddress.IP
apply(java.net.InetSocketAddress a)
java.lang.Object
renderWithoutPort()
-
-
-
Field Detail
-
MODULE$
public static final RemoteAddress$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public RemoteAddress.IP apply(java.net.InetAddress a, scala.Option<java.lang.Object> port)
-
apply
public RemoteAddress.IP apply(java.net.InetSocketAddress a)
-
apply
public RemoteAddress apply(byte[] bytes)
-
renderWithoutPort
public java.lang.Object renderWithoutPort()
-
-