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
 Props inboundProps(HandshakeInfo handshakeInfo, AssociationHandle wrappedHandle, Transport.AssociationEventListener associationListener, AkkaProtocolSettings settings, AkkaPduCodec codec, FailureDetector failureDetector)
           
 Props outboundProps(HandshakeInfo handshakeInfo, 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 Props outboundProps(HandshakeInfo handshakeInfo,
                           Address remoteAddress,
                           scala.concurrent.Promise<AssociationHandle> statusPromise,
                           Transport transport,
                           AkkaProtocolSettings settings,
                           AkkaPduCodec codec,
                           FailureDetector failureDetector,
                           scala.Option<java.lang.Object> refuseUid)

inboundProps

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