| Package | Description |
|---|---|
| org.mule.extension.socket.api.connection | |
| org.mule.extension.socket.api.connection.tcp | |
| org.mule.extension.socket.api.connection.udp |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ListenerConnection
This kind of
SocketConnection enables the SocketListener to await for new incoming connections and wraps each
one of those into a SocketWorker so they can run independently in their own thread. |
interface |
RequesterConnection
Provides the capability of obtaining a
SocketClient which is aware of the underlying connection and can
SocketClient#write(Object) and SocketClient.read() to and from the host to which it is connected. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSocketConnection
Contains common configuration parameters to all the kinds of
SocketConnection |
| Modifier and Type | Class and Description |
|---|---|
class |
TcpListenerConnection
Implementation of
ListenerConnection for receiving TCP connections. |
class |
TcpRequesterConnection
Implementation of
RequesterConnection for establishing TCP connections. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractUdpConnection
Provides fields and behaviour common to UDP connections
|
class |
UdpListenerConnection |
class |
UdpRequesterConnection
Implementation of
RequesterConnection for UDP connections. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.