| Class | Description |
|---|---|
| AbstractByteProtocol |
This Abstract class has been introduced so as to have the byte protocols (i.e.
|
| CustomClassLoadingLengthProtocol |
A length protocol that uses a specific class loader to load objects from streams
|
| CustomProtocol | |
| DirectProtocol |
This protocol is an application level
TcpProtocol that does nothing. |
| EOFProtocol |
This protocol is an application level
TcpProtocol that does nothing. |
| 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. |
| SafeProtocol |
This protocol is an application level
TcpProtocol and precedes every message with a cookie. |
| StreamingProtocol |
This protocol is an application level
TcpProtocol that wraps an InputStream and does not consume it. |
| XmlMessageEOFProtocol |
Extend
XmlMessageProtocol to continue reading until either a new message or EOF is found. |
| XmlMessageProtocol |
The XmlMessageProtocol is an application level tcp protocol that can be used to read streaming xml documents.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.