|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DefaultProtocol | |
---|---|
org.mule.providers.tcp.protocols |
Uses of DefaultProtocol in org.mule.providers.tcp.protocols |
---|
Subclasses of DefaultProtocol in org.mule.providers.tcp.protocols | |
---|---|
class |
EOFProtocol
The EOFProtocol class is an application level tcp protocol that does nothing. |
class |
LengthProtocol
The LengthProtocol is an application level tcp protocol that can be used to transfer large amounts of data without risking some data to be loss. |
class |
MuleMessageEOFProtocol
This Protocol will send the actual Mule Message over the TCP channel, and in this way we are preserving any headers which might be needed, for example Correlation IDs in order to be able to aggregate messages after chunking. |
class |
MuleMessageLengthProtocol
This Protocol will send the actual Mule Message over the TCP channel, and in this way we are preserving any headers which might be needed, for example Correlation IDs in order to be able to aggregate messages after chunking. |
class |
MuleMessageProtocol
This Protocol will send the actual Mule Message over the TCP channel, and in this way we are preserving any headers which might be needed, for example Correlation IDs in order to be able to aggregate messages after chunking. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |