Uses of Interface
org.mule.providers.tcp.TcpProtocol

Packages that use TcpProtocol
org.mule.providers.tcp Provides tcp connectivity for Mule
org.mule.providers.tcp.protocols   
 

Uses of TcpProtocol in org.mule.providers.tcp
 

Fields in org.mule.providers.tcp declared as TcpProtocol
protected  TcpProtocol TcpStreamingMessageReceiver.protocol
           
protected  TcpProtocol TcpMessageReceiver.TcpWorker.protocol
           
 

Methods in org.mule.providers.tcp that return TcpProtocol
 TcpProtocol TcpConnector.getTcpProtocol()
           
 

Methods in org.mule.providers.tcp with parameters of type TcpProtocol
 void TcpConnector.setTcpProtocol(TcpProtocol tcpProtocol)
           
 

Uses of TcpProtocol in org.mule.providers.tcp.protocols
 

Classes in org.mule.providers.tcp.protocols that implement TcpProtocol
 class ByteProtocol
          This Abstract class has been introduced so as to have the byte protocols (i.e.
 class DefaultProtocol
          The DefaultProtocol 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 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.
 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-2008 MuleSource, Inc.. All Rights Reserved.