| Interface | Description |
|---|---|
| SocketClient |
Interface for common operations that can be done using a socket.
|
| Class | Description |
|---|---|
| TcpClient |
This
SocketClient implementation allows the reading and writing to and from a specific connected TCP Socket. |
| UdpClient |
This
SocketClient implementation allows the reading and writing to and from a specific UDP DatagramSocket. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.