object Transport
- Alphabetic
- By Inheritance
- Transport
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
final
case class
ActorAssociationEventListener
(actor: ActorRef) extends AssociationEventListener with Product with Serializable
Class to convert ordinary akka.actor.ActorRef instances to an AssociationEventListener.
Class to convert ordinary akka.actor.ActorRef instances to an AssociationEventListener. The adapter will forward event objects as messages to the provided ActorRef.
- trait AssociationEvent extends NoSerializationVerificationNeeded
-
trait
AssociationEventListener
extends AnyRef
An interface that needs to be implemented by the user of a transport to listen to association events
-
final
case class
InboundAssociation
(association: AssociationHandle) extends AssociationEvent with Product with Serializable
Message sent to a akka.remote.transport.Transport.AssociationEventListener registered to a transport (via the Promise returned by akka.remote.transport.Transport#listen) when an inbound association request arrives.
Message sent to a akka.remote.transport.Transport.AssociationEventListener registered to a transport (via the Promise returned by akka.remote.transport.Transport#listen) when an inbound association request arrives.
- association
The handle for the inbound association.
-
final
case class
InvalidAssociationException
(msg: String, cause: Throwable = null) extends AkkaException with NoStackTrace with Product with Serializable
Indicates that the association setup request is invalid, and it is impossible to recover (malformed IP address, hostname, etc.).
Indicates that the association setup request is invalid, and it is impossible to recover (malformed IP address, hostname, etc.).
- Annotations
- @SerialVersionUID()