akka.remote.transport
Class ProtocolStateActor$

java.lang.Object
  extended by akka.remote.transport.ProtocolStateActor$

public class ProtocolStateActor$
extends java.lang.Object


Field Summary
static ProtocolStateActor$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
ProtocolStateActor$()
           
 
Method Summary
 akka.actor.Props inboundProps(HandshakeInfo handshakeInfo, AssociationHandle wrappedHandle, Transport.AssociationEventListener associationListener, AkkaProtocolSettings settings, AkkaPduCodec codec, FailureDetector failureDetector)
           
 akka.actor.Props outboundProps(HandshakeInfo handshakeInfo, akka.actor.Address remoteAddress, scala.concurrent.Promise<AssociationHandle> statusPromise, Transport transport, AkkaProtocolSettings settings, AkkaPduCodec codec, FailureDetector failureDetector, scala.Option<java.lang.Object> refuseUid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

ProtocolStateActor$

public ProtocolStateActor$()
Method Detail

outboundProps

public akka.actor.Props outboundProps(HandshakeInfo handshakeInfo,
                                      akka.actor.Address remoteAddress,
                                      scala.concurrent.Promise<AssociationHandle> statusPromise,
                                      Transport transport,
                                      AkkaProtocolSettings settings,
                                      AkkaPduCodec codec,
                                      FailureDetector failureDetector,
                                      scala.Option<java.lang.Object> refuseUid)

inboundProps

public akka.actor.Props inboundProps(HandshakeInfo handshakeInfo,
                                     AssociationHandle wrappedHandle,
                                     Transport.AssociationEventListener associationListener,
                                     AkkaProtocolSettings settings,
                                     AkkaPduCodec codec,
                                     FailureDetector failureDetector)