| Constructor and Description |
|---|
TcpClient(Socket socket,
TcpProtocol protocol) |
| 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 | Class and Description |
|---|---|
class |
AbstractByteProtocol
This Abstract class has been introduced so as to have the byte protocols (i.e.
|
class |
CustomClassLoadingLengthProtocol
A length protocol that uses a specific class loader to load objects from streams
|
class |
CustomProtocol |
class |
DirectProtocol
This protocol is an application level
TcpProtocol that does nothing. |
class |
EOFProtocol
This protocol is an application level
TcpProtocol that does nothing. |
class |
LengthProtocol
This protocol is an application level
TcpProtocol that can be used to transfer large amounts of data without risking
some data to be loss. |
class |
SafeProtocol
This protocol is an application level
TcpProtocol and precedes every message with a cookie. |
class |
StreamingProtocol
This protocol is an application level
TcpProtocol that wraps an InputStream and does not consume it. |
class |
XmlMessageEOFProtocol
Extend
XmlMessageProtocol to continue reading until either a new message or EOF is found. |
class |
XmlMessageProtocol
The XmlMessageProtocol is an application level tcp protocol that can be used to read streaming xml documents.
|
| Constructor and Description |
|---|
TcpWorker(Socket socket,
TcpProtocol protocol,
org.mule.runtime.extension.api.runtime.source.SourceCallback<InputStream,SocketAttributes> callback) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.