Uses of Class
org.springframework.integration.ip.event.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.connection
Modifier and TypeClassDescriptionclass
class
ApplicationEvent representing normal operations on aTcpConnection
.class
ApplicationEvent representing exceptions on aTcpConnection
.class
An event emitted when an endpoint cannot correlate a connection id to a connection; the cause is a messaging exception with the failed message.class
An event emitted when a connection could not be established for some reason.class
class
IpIntegrationEvent
representing exceptions on a TCP server socket/channel.class
IpIntegrationEvent
emitted when a server begins listening. -
Uses of IpIntegrationEvent in org.springframework.integration.ip.tcp.serializer
Modifier and TypeClassDescriptionclass
Event representing an exception while decoding an incoming stream. -
Uses of IpIntegrationEvent in org.springframework.integration.ip.udp
Modifier and TypeClassDescriptionclass
IpIntegrationEvent
emitted when a server begins listening.