Package | Description |
---|---|
org.springframework.integration.ip.tcp.connection |
All things related to tcp connections - client and
server factories; listener and sender interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
TcpConnectionCloseEvent |
class |
TcpConnectionExceptionEvent
ApplicationEvent representing exceptions on a
TcpConnection . |
class |
TcpConnectionOpenEvent |
Modifier and Type | Method and Description |
---|---|
protected Message<TcpConnectionEvent> |
TcpConnectionEventListeningMessageProducer.messageFromEvent(TcpConnectionEvent event) |
Modifier and Type | Method and Description |
---|---|
protected Message<TcpConnectionEvent> |
TcpConnectionEventListeningMessageProducer.messageFromEvent(TcpConnectionEvent event) |
void |
TcpConnectionEventListeningMessageProducer.onApplicationEvent(TcpConnectionEvent event) |
void |
TcpConnectionSupport.publishEvent(TcpConnectionEvent event)
Allow interceptors etc to publish events, perhaps subclasses of
TcpConnectionEvent.
|
Copyright © 2017. All rights reserved.