| Class | Description |
|---|---|
| FileOITransport |
This transport can be used as a generic transport for the creation and
management of files created by an OI node.
|
| TcpOITransport |
This class will create a socket on the given host/port for sending
data via TCP.
|
| UdpOITransport |
This class will create a socket on the given port for sending
DatagramPacket() objects via UDP.
|