Apache Pekko 2.0.0-M3+221-e044562d-SNAPSHOT - org.apache.pekko.remote.transport.Transport Apache Pekko2.0.0-M3+221-e044562d-SNAPSHOT < Back  Packages  package root Definition Classesroot  package org Definition Classesroot  package apache Definition Classesorg  package pekko Definition Classesapache  package remote Definition Classespekko  package transport Definition Classesremote  package netty Definition Classestransport AbstractTransportAdapter AbstractTransportAdapterHandle ActorTransportAdapter ActorTransportAdapterManager AssociationHandle AssociationRegistry FailureInjectorException FailureInjectorProvider HandshakeInfo PekkoProtocolException SchemeAugmenter TestAssociationHandle TestTransport ThrottlerProvider ThrottlerTransportAdapter Transport TransportAdapterProvider TransportAdapters TransportAdaptersExtension o org.apache.pekko.remote.transportTransport Companion trait Transport object Transport Annotations@deprecated Deprecated (Since version Akka 2.6.0) Classic remoting is deprecated, use ArterySourceTransport.scala Linear Supertypes AnyRef, Any Content Hierarchy  Ordering Alphabetic By Inheritance Inherited Transport AnyRef Any Hide All Show All Visibility Public Protected Type Members  final case class ActorAssociationEventListener(actor: ActorRef) extends AssociationEventListener with Product with Serializable Class to convert ordinary pekko.actor.ActorRef instances to an AssociationEventListener. Class to convert ordinary pekko.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 pekko.remote.transport.Transport.AssociationEventListener registered to a transport (via the Promise returned by pekko.remote.transport.Transport#listen) when an inbound association request arrives. Message sent to a pekko.remote.transport.Transport.AssociationEventListener registered to a transport (via the Promise returned by pekko.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 PekkoException 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() Value Members  final def !=(arg0: Any): Boolean Definition ClassesAnyRef → Any  final def ##: Int Definition ClassesAnyRef → Any  final def ==(arg0: Any): Boolean Definition ClassesAnyRef → Any  final def asInstanceOf[T0]: T0 Definition ClassesAny  def clone(): AnyRef Attributesprotected[lang] Definition ClassesAnyRefAnnotations@throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()  final def eq(arg0: AnyRef): Boolean Definition ClassesAnyRef  def equals(arg0: AnyRef): Boolean Definition ClassesAnyRef → Any  final def getClass(): Class[_ <: AnyRef] Definition ClassesAnyRef → AnyAnnotations@IntrinsicCandidate() @native()  def hashCode(): Int Definition ClassesAnyRef → AnyAnnotations@IntrinsicCandidate() @native()  final def isInstanceOf[T0]: Boolean Definition ClassesAny  final def ne(arg0: AnyRef): Boolean Definition ClassesAnyRef  final def notify(): Unit Definition ClassesAnyRefAnnotations@IntrinsicCandidate() @native()  final def notifyAll(): Unit Definition ClassesAnyRefAnnotations@IntrinsicCandidate() @native()  final def synchronized[T0](arg0: => T0): T0 Definition ClassesAnyRef  def toString(): String Definition ClassesAnyRef → Any  final def wait(arg0: Long, arg1: Int): Unit Definition ClassesAnyRefAnnotations@throws(classOf[java.lang.InterruptedException])  final def wait(arg0: Long): Unit Definition ClassesAnyRefAnnotations@throws(classOf[java.lang.InterruptedException]) @native()  final def wait(): Unit Definition ClassesAnyRefAnnotations@throws(classOf[java.lang.InterruptedException]) Deprecated Value Members  def finalize(): Unit Attributesprotected[lang] Definition ClassesAnyRefAnnotations@throws(classOf[java.lang.Throwable]) @Deprecated Deprecated (Since version 9) Inherited from AnyRef Inherited from Any Ungrouped