Uses of Class
org.springframework.integration.ip.tcp.connection.TcpConnectionEvent
Packages that use TcpConnectionEvent
Package
Description
All things related to tcp connections - client and
server factories; listener and sender interfaces.
-
Uses of TcpConnectionEvent in org.springframework.integration.ip.tcp.connection
Subclasses of TcpConnectionEvent in org.springframework.integration.ip.tcp.connectionModifier and TypeClassDescriptionclass
class
ApplicationEvent representing exceptions on aTcpConnection
.class
Methods in org.springframework.integration.ip.tcp.connection with parameters of type TcpConnectionEventModifier and TypeMethodDescriptionvoid
TcpConnectionSupport.publishEvent
(TcpConnectionEvent event) Allow interceptors etc to publish events, perhaps subclasses of TcpConnectionEvent.