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, renderWithoutPort
create, create, create
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
$init$, productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
value
toString
public static final RemoteAddress.Unknown$ MODULE$
public scala.None$ toOption()
public scala.None$ toIP()
public <R extends Rendering> Rendering render(R r)
render
in interface Renderable
public boolean isUnknown()
isUnknown
in class RemoteAddress