Package | Description |
---|---|
org.springframework.integration.ip.tcp |
Base package for TCP Support.
|
Modifier and Type | Class and Description |
---|---|
class |
TcpInboundGateway
Inbound Gateway using a server connection factory - threading is controlled by the
factory.
|
class |
TcpReceivingChannelAdapter
Tcp inbound channel adapter using a TcpConnection to
receive data - if the connection factory is a server
factory, this Listener owns the connections.
|
class |
TcpSendingMessageHandler
Tcp outbound channel adapter using a TcpConnection to
send data - if the connection factory is a server
factory, the TcpListener owns the connections.
|
Copyright © 2016. All rights reserved.