NIOTransportServiceProvider
cc.otavia.core.transport.nio.NIOTransportServiceProvider
class NIOTransportServiceProvider extends TransportServiceProvider
Attributes
- Graph
-
- Supertypes
Members list
In this article
Check the TransportServiceProvider whether support this platform.
Check the TransportServiceProvider whether support this platform.
True if support, otherwise false.
Return the instance of TransportFactory that TransportFactory class should bind to.
Return the instance of TransportFactory that TransportFactory class should bind to.
instance of TransportFactory
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.