|
Spring Integration | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractInternetProtocolSendingMessageHandler | |
|---|---|
| org.springframework.integration.ip.tcp | |
| org.springframework.integration.ip.udp | |
| Uses of AbstractInternetProtocolSendingMessageHandler in org.springframework.integration.ip.tcp |
|---|
| Subclasses of AbstractInternetProtocolSendingMessageHandler in org.springframework.integration.ip.tcp | |
|---|---|
class |
AbstractTcpSendingMessageHandler
Abstract class for TCP sending message handlers. |
class |
TcpNetSendingMessageHandler
TCP Sending Channel Adapter that that uses a Socket. |
class |
TcpNioSendingMessageHandler
TCP Sending Channel Adapter that that uses a SocketChannel. |
| Uses of AbstractInternetProtocolSendingMessageHandler in org.springframework.integration.ip.udp |
|---|
| Subclasses of AbstractInternetProtocolSendingMessageHandler in org.springframework.integration.ip.udp | |
|---|---|
class |
MulticastSendingMessageHandler
A MessageHandler implementation that maps a Message into
a UDP datagram packet and sends that to the specified multicast address
(224.0.0.0 to 239.255.255.255) and port. |
class |
UnicastSendingMessageHandler
A MessageHandler implementation that maps a Message into
a UDP datagram packet and sends that to the specified host and port. |
|
Spring Integration | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||