public class RemoteAddress$
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static RemoteAddress$ | MODULE$Static reference to the singleton instance of this Scala object. | 
| Constructor and Description | 
|---|
| RemoteAddress$() | 
| Modifier and Type | Method and 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() | 
public static final RemoteAddress$ MODULE$
public RemoteAddress.IP apply(java.net.InetAddress a, scala.Option<java.lang.Object> port)
public RemoteAddress.IP apply(java.net.InetSocketAddress a)
public RemoteAddress apply(byte[] bytes)
public java.lang.Object renderWithoutPort()