akka.io
Class Tcp.Bind$

java.lang.Object
  extended by scala.runtime.AbstractFunction5<ActorRef,java.net.InetSocketAddress,java.lang.Object,scala.collection.immutable.Traversable<Inet.SocketOption>,java.lang.Object,Tcp.Bind>
      extended by akka.io.Tcp.Bind$
All Implemented Interfaces:
java.io.Serializable, scala.Function5<ActorRef,java.net.InetSocketAddress,java.lang.Object,scala.collection.immutable.Traversable<Inet.SocketOption>,java.lang.Object,Tcp.Bind>
Enclosing class:
Tcp

public static class Tcp.Bind$
extends scala.runtime.AbstractFunction5<ActorRef,java.net.InetSocketAddress,java.lang.Object,scala.collection.immutable.Traversable<Inet.SocketOption>,java.lang.Object,Tcp.Bind>
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static Tcp.Bind$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Tcp.Bind$()
           
 
Method Summary
 
Methods inherited from class scala.runtime.AbstractFunction5
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.Function5
apply
 

Field Detail

MODULE$

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

Constructor Detail

Tcp.Bind$

public Tcp.Bind$()