Uses of Package
org.xsocket

Packages that use org.xsocket
org.xsocket Provides shared classes for nio-based network applications. 
org.xsocket.connection Provides classes to handle a connection-oriented, sequenced flow of data in a blocking or non-blocking mode on the server and on the client side. 
org.xsocket.datagram Provides classes to send or receive datagram packets in a unicast and multicast mode (one-to-many interaction) on the server and on the client side. 
 

Classes in org.xsocket used by org.xsocket
MaxReadSizeExceededException
          Checked exception thrown when a read operation reaches the predefined limit, without getting the required data
 

Classes in org.xsocket used by org.xsocket.connection
IDataSink
          A data sink is an I/O resource capable of receiving data.
IDataSource
          A data source is an I/O resource capable of providing data.
ILifeCycle
          The LifeCycle defines call back methods, which notifies life cycle events

MaxReadSizeExceededException
          Checked exception thrown when a read operation reaches the predefined limit, without getting the required data
 

Classes in org.xsocket used by org.xsocket.datagram
IDataSink
          A data sink is an I/O resource capable of receiving data.
IDataSource
          A data source is an I/O resource capable of providing data.
MaxReadSizeExceededException
          Checked exception thrown when a read operation reaches the predefined limit, without getting the required data
 



Copyright 2010 xSocket.org