NettyTransport

@deprecated("Classic remoting is deprecated, use Artery", "2.6.0")
class NettyTransport(val settings: NettyTransportSettings, val system: ExtendedActorSystem) extends Transport
Deprecated
Source:
NettyTransport.scala
trait Transport
class Object
trait Matchable
class Any

Value members

Constructors

Concrete methods

def addressToSocketAddress(addr: Address): Future[InetSocketAddress]
override def associate(remoteAddress: Address): Future[AssociationHandle]
Definition Classes
Source:
NettyTransport.scala
override def isResponsibleFor(address: Address): Boolean
Definition Classes
Source:
NettyTransport.scala
override def maximumPayloadBytes: Int
Definition Classes
Source:
NettyTransport.scala
override def shutdown(): Future[Boolean]
Definition Classes
Source:
NettyTransport.scala

Inherited methods

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

Implicits