| Package | Description |
|---|---|
| org.mule.transport.tcp |
Provides tcp connectivity for Mule.
|
| org.mule.transport.tcp.protocols |
| Class and Description |
|---|
| AbstractTcpSocketFactory
Creates a client socket using the socket address extracted from the endpoint.
|
| SimpleServerSocketFactory |
| TcpClientSocketProperties
Interface for objects that provide TCP configuration for client sockets.
|
TcpConnector
TcpConnector can bind or sent to a given TCP port on a given host. |
| TcpInputStream
The
TcpMessageDispatcher and the TcpMessageReceiver use this
class as the input parameter to the read() method on the TcpProtocol
interface. |
| TcpMessageDispatcher
Send transformed Mule events over TCP.
|
TcpMessageReceiver
TcpMessageReceiver acts like a TCP server to receive socket
requests. |
| TcpMessageReceiver.TcpWorker |
| TcpProtocol
The TcpProtocol interface enables to plug different application level protocols on
a TcpConnector.
|
| TcpServerSocketProperties
Interface for objects that provide TCP configuration for server sockets.
|
| TcpSocketKey
This is used to adapt an endpoint so that it can be used as a key for sockets.
|
| Class and Description |
|---|
| TcpProtocol
The TcpProtocol interface enables to plug different application level protocols on
a TcpConnector.
|
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.