|
IoService has been created by Ashish Paliwal (Dec 13, 2008). Content:
IntroductionIoService is the base interface for all the IoConnector's and IoAcceptor's that provides I/O services and manages I/O sessions. The interface has all the functions need to perform I/O related operations. Lets take a deep dive into the various methods in the interface
getTransportMetadata()This method returns the Transport meta-data the Acceptor or Connector is running. The typical details include provider name (nio, apr, rxtx), connection type (connectionless/connection oriented) etc addListenerAllows to add a IoServiceListener to listen to specific events related to Ioservice removeListenerRemoves specified IoServiceListener attached to this IoService |
Unsubscribe or edit your notifications preferences
