public static final class TcpConnection.ConnectionInfo
extends java.lang.Object
implements scala.Product, scala.Serializable
Constructor and Description |
---|
ConnectionInfo(ChannelRegistration registration,
ActorRef handler,
boolean keepOpenOnPeerClosed,
boolean useResumeWriting) |
Modifier and Type | Method and Description |
---|---|
ActorRef |
handler() |
boolean |
keepOpenOnPeerClosed() |
ChannelRegistration |
registration() |
boolean |
useResumeWriting() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ConnectionInfo(ChannelRegistration registration, ActorRef handler, boolean keepOpenOnPeerClosed, boolean useResumeWriting)
public ChannelRegistration registration()
public ActorRef handler()
public boolean keepOpenOnPeerClosed()
public boolean useResumeWriting()