Uses of Interface
org.xsocket.connection.IConnection

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

Uses of IConnection in org.xsocket.connection
 

Subinterfaces of IConnection 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 IConnection
 class BlockingConnection
          Implementation of the IBlockingConnection interface.
 class NonBlockingConnection
          Implementation of the INonBlockingConnection interface.
 



Copyright 2010 xSocket.org