Package | Description |
---|---|
org.springframework.integration.ip |
Base package for IP (TCP/UDP) Support.
|
org.springframework.integration.ip.udp |
Base package for UDP support.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractInternetProtocolReceivingChannelAdapter
Base class for inbound TCP/UDP Channel Adapters.
|
class |
AbstractInternetProtocolSendingMessageHandler
Base class for all TCP/UDP MessageHandlers.
|
Modifier and Type | Class and Description |
---|---|
class |
MulticastReceivingChannelAdapter
Channel adapter that joins a multicast group and receives incoming packets and
sends them to an output channel.
|
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 |
UnicastReceivingChannelAdapter
A channel adapter to receive incoming UDP packets.
|
class |
UnicastSendingMessageHandler
A
MessageHandler implementation that maps a Message into
a UDP datagram packet and sends that to the specified host and port. |
Copyright © 2015. All rights reserved.