akka.io
Class TcpConnection.ConnectionInfo$

java.lang.Object
  extended by scala.runtime.AbstractFunction4<ChannelRegistration,ActorRef,java.lang.Object,java.lang.Object,TcpConnection.ConnectionInfo>
      extended by akka.io.TcpConnection.ConnectionInfo$
All Implemented Interfaces:
java.io.Serializable, scala.Function4<ChannelRegistration,ActorRef,java.lang.Object,java.lang.Object,TcpConnection.ConnectionInfo>
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
static TcpConnection.ConnectionInfo$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
TcpConnection.ConnectionInfo$()
           
 
Method Summary
 
Methods inherited from class scala.runtime.AbstractFunction4
curried, toString, tupled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface scala.Function4
apply
 

Field Detail

MODULE$

public static final TcpConnection.ConnectionInfo$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

TcpConnection.ConnectionInfo$

public TcpConnection.ConnectionInfo$()