public static class RemoteAddress.Unknown$ extends RemoteAddress implements scala.Product, java.io.Serializable
RemoteAddress.IP, RemoteAddress.IP$, RemoteAddress.Unknown$| Modifier and Type | Field and Description | 
|---|---|
| static RemoteAddress.Unknown$ | MODULE$Static reference to the singleton instance of this Scala object. | 
| Constructor and Description | 
|---|
| Unknown$() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isUnknown() | 
| <R extends Rendering> | render(R r) | 
| scala.None$ | toIP() | 
| scala.None$ | toOption() | 
apply, apply, apply, getAddress, getPort, renderWithoutPortcreate, create, createclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait$init$, productArity, productElement, productElementName, productElementNames, productIterator, productPrefixvaluetoStringpublic static final RemoteAddress.Unknown$ MODULE$
public scala.None$ toOption()
public scala.None$ toIP()
public <R extends Rendering> Rendering render(R r)
render in interface Renderablepublic boolean isUnknown()
isUnknown in class RemoteAddress