NIOTransportServiceProvider

cc.otavia.core.transport.nio.NIOTransportServiceProvider

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def checkPlatformSupport(): Boolean

Check the TransportServiceProvider whether support this platform.

Check the TransportServiceProvider whether support this platform.

Attributes

Returns

True if support, otherwise false.

Definition Classes

Return the instance of TransportFactory that TransportFactory class should bind to.

Return the instance of TransportFactory that TransportFactory class should bind to.

Attributes

Returns

instance of TransportFactory

Definition Classes
override def initialize(system: ActorSystem): Unit

Initialize the channel back-end.

Initialize the channel back-end.

WARNING: This method is intended to be called once by TransportFactory class and from nowhere else.

Attributes

Definition Classes