| Constructor and Description |
|---|
UdpClient(DatagramSocket socket,
SocketConnectionSettings connectionSettings,
UdpSocketProperties socketProperties,
ObjectSerializer objectSerializer) |
| Modifier and Type | Field and Description |
|---|---|
protected SocketConnectionSettings |
AbstractSocketConnection.connectionSettings |
| Constructor and Description |
|---|
AbstractSocketConnection(SocketConnectionSettings connectionSettings) |
| Constructor and Description |
|---|
TcpListenerConnection(SocketConnectionSettings connectionSettings,
TcpProtocol protocol,
TcpServerSocketProperties socketProperties,
SimpleServerSocketFactory serverSocketFactory) |
TcpRequesterConnection(SocketConnectionSettings connectionSettings,
SocketConnectionSettings localAddressSettings,
TcpProtocol protocol,
TcpClientSocketProperties socketProperties,
SimpleSocketFactory socketFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected DatagramSocket |
AbstractUdpConnection.newSocket(SocketConnectionSettings connectionSettings) |
| Constructor and Description |
|---|
AbstractUdpConnection(SocketConnectionSettings connectionSettings,
UdpSocketProperties socketProperties) |
UdpListenerConnection(SocketConnectionSettings connectionSettings,
UdpSocketProperties socketProperties) |
UdpRequesterConnection(SocketConnectionSettings connectionSettings,
SocketConnectionSettings localAddressSettings,
UdpSocketProperties socketProperties) |
| Modifier and Type | Method and Description |
|---|---|
SocketConnectionSettings |
RequesterSocketProperties.getLocalAddress() |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.