| Interface | Description |
|---|---|
| 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. |
| 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. |
| SocketConnection |
Represents a connection established with a socket
|
| Class | Description |
|---|---|
| AbstractSocketConnection |
Contains common configuration parameters to all the kinds of
SocketConnection |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.