|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||

See:
Description
| Interface Summary | |
|---|---|
| IConnectedEndpoint | An connected endpoint, which receives/sends data only from/to from the assigned connected endpoint. |
| IDatagramHandler | Endpoint handler, which will be used by receiving a datagram in a asynchronous manner. |
| IEndpoint | An endpoint, which can be used to send and receive UserDatagram. |
| Class Summary | |
|---|---|
| ConnectedEndpoint | connected endpoint implementation |
| DatagramSocketConfiguration | Deprecated. use set/getOptions methods of endpoint instead |
| Endpoint | Endpoint implementation |
| MulticastEndpoint | non blocking Mutlicast endpoint Caused by the missing channel support for multicast Datagram (JSE 6.0) this class is implemented by using the "classic" MulticastSocket |
| UserDatagram | a datagram packet |
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.
Each packet sent or received on a Datagram socket is individually addressed
and routed. Multiple packets sent from one machine to another using
connection less may be routed differently, and may arrive in any order.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||