Apache Pekko 2.0.0-M3+221-e044562d-SNAPSHOT - org.apache.pekko.remote.transport.TransportAdaptersExtension 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.transportTransportAdaptersExtension object TransportAdaptersExtension extends ExtensionId[TransportAdapters] with ExtensionIdProvider Annotations@deprecated Deprecated (Since version Akka 2.6.0) Classic remoting is deprecated, use ArterySourceAbstractTransportAdapter.scala Linear Supertypes ExtensionIdProvider, ExtensionId[TransportAdapters], AnyRef, Any  Ordering Alphabetic By Inheritance Inherited TransportAdaptersExtension ExtensionIdProvider ExtensionId AnyRef Any Hide All Show All Visibility Public Protected Value Members  final def !=(arg0: Any): Boolean Definition ClassesAnyRef → Any  final def ##: Int Definition ClassesAnyRef → Any  final def ==(arg0: Any): Boolean Definition ClassesAnyRef → Any  def apply(system: ClassicActorSystemProvider): TransportAdapters Returns an instance of the extension identified by this ExtensionId instance. Returns an instance of the extension identified by this ExtensionId instance. Definition ClassesExtensionId  def apply(system: ActorSystem): TransportAdapters Returns an instance of the extension identified by this ExtensionId instance. Returns an instance of the extension identified by this ExtensionId instance. Definition ClassesExtensionId  final def asInstanceOf[T0]: T0 Definition ClassesAny  def clone(): AnyRef Attributesprotected[lang] Definition ClassesAnyRefAnnotations@throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()  def createExtension(system: ExtendedActorSystem): TransportAdapters Is used by Pekko to instantiate the Extension identified by this ExtensionId, internal use only. Is used by Pekko to instantiate the Extension identified by this ExtensionId, internal use only. Definition ClassesTransportAdaptersExtension → ExtensionId  final def eq(arg0: AnyRef): Boolean Definition ClassesAnyRef  final def equals(other: Any): Boolean Definition ClassesExtensionId → AnyRef → Any  def get(system: ClassicActorSystemProvider): TransportAdapters Returns an instance of the extension identified by this ExtensionId instance. Returns an instance of the extension identified by this ExtensionId instance. Java API For extensions written in Scala that are to be used from Java also, this method should be overridden to get correct return type. override def get(system: ClassicActorSystemProvider): TheExtension = super.get(system)Definition ClassesTransportAdaptersExtension → ExtensionId  def get(system: ActorSystem): TransportAdapters Returns an instance of the extension identified by this ExtensionId instance. Returns an instance of the extension identified by this ExtensionId instance. Java API For extensions written in Scala that are to be used from Java also, this method should be overridden to get correct return type. override def get(system: ActorSystem): TheExtension = super.get(system)Definition ClassesTransportAdaptersExtension → ExtensionId  final def getClass(): Class[_ <: AnyRef] Definition ClassesAnyRef → AnyAnnotations@IntrinsicCandidate() @native()  final def hashCode(): Int Definition ClassesExtensionId → AnyRef → Any  final def isInstanceOf[T0]: Boolean Definition ClassesAny  def lookup: TransportAdaptersExtension Returns the canonical ExtensionId for this Extension Returns the canonical ExtensionId for this Extension Definition ClassesTransportAdaptersExtension → ExtensionIdProvider  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 ExtensionIdProvider Inherited from ExtensionId[TransportAdapters] Inherited from AnyRef Inherited from Any Ungrouped