|
Spring Integration | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.springframework.integration.ip.tcp.connection | |
|---|---|
| org.springframework.integration.ip.tcp | |
| org.springframework.integration.ip.tcp.connection | All things related to tcp connections - client and server factories; listener and sender interfaces. |
| Classes in org.springframework.integration.ip.tcp.connection used by org.springframework.integration.ip.tcp | |
|---|---|
| AbstractConnectionFactory
Base class for all connection factories. |
|
| ConnectionFactory
A factory used to create TcpConnection objects. |
|
| TcpConnection
An abstraction over Socket and SocketChannel that
sends Message objects by converting the payload
and streaming it to the destination. |
|
| TcpListener
Classes that implement this interface may register with a connection factory to receive messages retrieved from a TcpConnection |
|
| TcpSender
An interface representing a sending client of a connection factory. |
|
| Classes in org.springframework.integration.ip.tcp.connection used by org.springframework.integration.ip.tcp.connection | |
|---|---|
| AbstractClientConnectionFactory
Abstract class for client connection factories; client connection factories establish outgoing connections. |
|
| AbstractConnectionFactory
Base class for all connection factories. |
|
| AbstractServerConnectionFactory
Base class for all server connection factories. |
|
| AbstractTcpConnection
Base class for TcpConnections. |
|
| ConnectionFactory
A factory used to create TcpConnection objects. |
|
| TcpConnection
An abstraction over Socket and SocketChannel that
sends Message objects by converting the payload
and streaming it to the destination. |
|
| TcpListener
Classes that implement this interface may register with a connection factory to receive messages retrieved from a TcpConnection |
|
| TcpMessageMapper
Maps incoming data from a TcpConnection to a Message. |
|
| TcpNetConnection
A TcpConnection that uses and underlying Socket. |
|
| TcpNioConnection
A TcpConnection that uses and underlying SocketChannel. |
|
| TcpSender
An interface representing a sending client of a connection factory. |
|
|
Spring Integration | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||