Uses of Class
org.springframework.integration.ip.event.IpIntegrationEvent
Packages that use IpIntegrationEvent
Package
Description
All things related to tcp connections - client and
 server factories; listener and sender interfaces.
Byte array (de)serializers for putting some protocol on the
 wire so that incoming messages can be constructed from stream data.
Base package for UDP support.
- 
Uses of IpIntegrationEvent in org.springframework.integration.ip.tcp.connectionSubclasses of IpIntegrationEvent in org.springframework.integration.ip.tcp.connectionModifier and TypeClassDescriptionclassclassApplicationEvent representing normal operations on aTcpConnection.classApplicationEvent representing exceptions on aTcpConnection.classAn event emitted when an endpoint cannot correlate a connection id to a connection; the cause is a messaging exception with the failed message.classAn event emitted when a connection could not be established for some reason.classclassIpIntegrationEventrepresenting exceptions on a TCP server socket/channel.classIpIntegrationEventemitted when a server begins listening.
- 
Uses of IpIntegrationEvent in org.springframework.integration.ip.tcp.serializerSubclasses of IpIntegrationEvent in org.springframework.integration.ip.tcp.serializerModifier and TypeClassDescriptionclassEvent representing an exception while decoding an incoming stream.
- 
Uses of IpIntegrationEvent in org.springframework.integration.ip.udpSubclasses of IpIntegrationEvent in org.springframework.integration.ip.udpModifier and TypeClassDescriptionclassIpIntegrationEventemitted when a server begins listening.