public class ProtocolStateActor$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ProtocolStateActor$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
ProtocolStateActor$() |
Modifier and Type | Method and Description |
---|---|
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) |
public static final ProtocolStateActor$ MODULE$
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)
public akka.actor.Props inboundProps(HandshakeInfo handshakeInfo, AssociationHandle wrappedHandle, Transport.AssociationEventListener associationListener, AkkaProtocolSettings settings, AkkaPduCodec codec, FailureDetector failureDetector)