Package org.mule.providers.tcp.protocols

Class Summary
ByteProtocol This Abstract class has been introduced so as to have the byte protocols (i.e.
DefaultProtocol The DefaultProtocol class is an application level tcp protocol that does nothing.
EOFProtocol The EOFProtocol class is an application level tcp protocol that does nothing.
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.
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.
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.
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.
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-2008 MuleSource, Inc.. All Rights Reserved.