|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 |
TcpMessageReceiver.TcpWorker.protocol
|
protected TcpProtocol |
TcpConnector.tcpProtocol
|
protected TcpProtocol |
TcpStreamingMessageReceiver.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 |
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 |
XmlMessageProtocol
The XmlMessageProtocol is an application level tcp protocol that can be used to read streaming xml documents. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||