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

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

Uses of TcpProtocol in org.mule.transport.tcp
 

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

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

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

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

Classes in org.mule.transport.tcp.protocols that implement TcpProtocol
 class AbstractByteProtocol
          This Abstract class has been introduced so as to have the byte protocols (i.e.
 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 MuleMessageSafeProtocol
          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 SafeProtocol
          This precedes every message with a cookie.
 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.
 

Constructors in org.mule.transport.tcp.protocols with parameters of type TcpProtocol
ProtocolStream(TcpProtocol protocol, boolean streamOk, OutputStream os)
           
 



Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.