Uses of Interface
org.xsocket.IDataSource

Packages that use IDataSource
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. 
 

Uses of IDataSource in org.xsocket.connection
 

Subinterfaces of IDataSource in org.xsocket.connection
 interface IBlockingConnection
          A connection which accesses the underlying channel in a non-blocking manner.
 interface INonBlockingConnection
          A connection which accesses the underlying channel in a non-blocking manner.
 

Classes in org.xsocket.connection that implement IDataSource
 class BlockingConnection
          Implementation of the IBlockingConnection interface.
 class NonBlockingConnection
          Implementation of the INonBlockingConnection interface.
 

Uses of IDataSource in org.xsocket.datagram
 

Classes in org.xsocket.datagram that implement IDataSource
 class UserDatagram
          a datagram packet
 



Copyright 2010 xSocket.org