|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IDataSink | |
|---|---|
| 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 IDataSink in org.xsocket.connection |
|---|
| Subinterfaces of IDataSink 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 IDataSink | |
|---|---|
class |
BlockingConnection
Implementation of the IBlockingConnection interface. |
class |
NonBlockingConnection
Implementation of the INonBlockingConnection interface. |
| Uses of IDataSink in org.xsocket.datagram |
|---|
| Classes in org.xsocket.datagram that implement IDataSink | |
|---|---|
class |
UserDatagram
a datagram packet |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||