Uses of Class
org.mule.transport.tcp.protocols.AbstractByteProtocol

Packages that use AbstractByteProtocol
org.mule.transport.tcp.protocols   
 

Uses of AbstractByteProtocol in org.mule.transport.tcp.protocols
 

Subclasses of AbstractByteProtocol in org.mule.transport.tcp.protocols
 class CustomClassLoadingLengthProtocol
          A length protocol that uses a specific class loader to load objects from streams
 class DirectProtocol
          The DirectProtocol class is an application level tcp protocol that does nothing.
 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 MuleMessageDirectProtocol
          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 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 StreamingProtocol
           
 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.
 



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.