| Package | Description |
|---|---|
| org.mule.extension.socket.api.client | |
| org.mule.extension.socket.api.connection | |
| org.mule.extension.socket.api.connection.udp |
| Modifier and Type | Class and Description |
|---|---|
class |
TcpClient
This
SocketClient implementation allows the reading and writing to and from a specific connected TCP Socket. |
class |
UdpClient
This
SocketClient implementation allows the reading and writing to and from a specific UDP DatagramSocket. |
| Modifier and Type | Method and Description |
|---|---|
SocketClient |
RequesterConnection.getClient()
Returns a new instance of
SocketClient particular to this connection. |
| Modifier and Type | Method and Description |
|---|---|
SocketClient |
UdpRequesterConnection.getClient()
Returns a new instance of
SocketClient particular to this connection. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.