Package akka.io
Class TcpConnection.ConnectionInfo$
- java.lang.Object
-
- scala.runtime.AbstractFunction4<ChannelRegistration,ActorRef,java.lang.Object,java.lang.Object,TcpConnection.ConnectionInfo>
-
- akka.io.TcpConnection.ConnectionInfo$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Function4<ChannelRegistration,ActorRef,java.lang.Object,java.lang.Object,TcpConnection.ConnectionInfo>
,scala.Serializable
- Enclosing class:
- TcpConnection
public static class TcpConnection.ConnectionInfo$ extends scala.runtime.AbstractFunction4<ChannelRegistration,ActorRef,java.lang.Object,java.lang.Object,TcpConnection.ConnectionInfo> implements scala.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static TcpConnection.ConnectionInfo$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ConnectionInfo$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TcpConnection.ConnectionInfo
apply(ChannelRegistration registration, ActorRef handler, boolean keepOpenOnPeerClosed, boolean useResumeWriting)
java.lang.String
toString()
scala.Option<scala.Tuple4<ChannelRegistration,ActorRef,java.lang.Object,java.lang.Object>>
unapply(TcpConnection.ConnectionInfo x$0)
-
-
-
Field Detail
-
MODULE$
public static final TcpConnection.ConnectionInfo$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
toString
public final java.lang.String toString()
- Specified by:
toString
in interfacescala.Function4<ChannelRegistration,ActorRef,java.lang.Object,java.lang.Object,TcpConnection.ConnectionInfo>
- Overrides:
toString
in classscala.runtime.AbstractFunction4<ChannelRegistration,ActorRef,java.lang.Object,java.lang.Object,TcpConnection.ConnectionInfo>
-
apply
public TcpConnection.ConnectionInfo apply(ChannelRegistration registration, ActorRef handler, boolean keepOpenOnPeerClosed, boolean useResumeWriting)
-
unapply
public scala.Option<scala.Tuple4<ChannelRegistration,ActorRef,java.lang.Object,java.lang.Object>> unapply(TcpConnection.ConnectionInfo x$0)
-
-