public static class TcpListener.RegisterIncoming extends java.lang.Object implements SelectionHandler.HasFailureMessage, NoSerializationVerificationNeeded, scala.Product, scala.Serializable
| Constructor and Description |
|---|
RegisterIncoming(java.nio.channels.SocketChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
java.nio.channels.SocketChannel |
channel() |
TcpListener.FailedRegisterIncoming |
failureMessage() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic RegisterIncoming(java.nio.channels.SocketChannel channel)
public java.nio.channels.SocketChannel channel()
public TcpListener.FailedRegisterIncoming failureMessage()
failureMessage in interface SelectionHandler.HasFailureMessage