ActorTransportAdapter

@deprecated("Classic remoting is deprecated, use Artery", "2.6.0")
abstract class ActorTransportAdapter(wrappedTransport: Transport, system: ActorSystem) extends AbstractTransportAdapter
Companion:
object
Deprecated
Source:
AbstractTransportAdapter.scala
trait Transport
class Object
trait Matchable
class Any

Value members

Concrete methods

override def interceptAssociate(remoteAddress: Address, statusPromise: Promise[AssociationHandle]): Unit

Inherited methods

protected def augmentScheme(address: Address): Address
protected def augmentScheme(originalScheme: String): String

This method allows upper layers to send management commands to the transport. It is the responsibility of the sender to send appropriate commands to different transport implementations. Unknown commands will be ignored.

This method allows upper layers to send management commands to the transport. It is the responsibility of the sender to send appropriate commands to different transport implementations. Unknown commands will be ignored.

Value parameters:
cmd

Command message to the transport

Returns:

Future that succeeds when the command was handled or dropped

Inherited from:
Transport
Source:
Transport.scala
protected def removeScheme(address: Address): Address
protected def removeScheme(scheme: String): String

Implicits

Inherited implicits