Package | Description |
---|---|
org.springframework.integration.ip.tcp |
Base package for TCP Support.
|
org.springframework.integration.ip.tcp.connection |
All things related to tcp connections - client and
server factories; listener and sender interfaces.
|
org.springframework.integration.syslog.inbound |
Provides classes for inbound endpoints.
|
Modifier and Type | Class and Description |
---|---|
class |
TcpInboundGateway
Inbound Gateway using a server connection factory - threading is controlled by the
factory.
|
class |
TcpOutboundGateway
TCP outbound gateway that uses a client connection factory.
|
class |
TcpReceivingChannelAdapter
Tcp inbound channel adapter using a TcpConnection to
receive data - if the connection factory is a server
factory, this Listener owns the connections.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TcpConnectionInterceptor |
Modifier and Type | Class and Description |
---|---|
class |
TcpConnectionInterceptorSupport
Base class for TcpConnectionIntercepters; passes all method calls through
to the underlying
TcpConnection . |
Modifier and Type | Method and Description |
---|---|
TcpListener |
TcpConnectionInterceptorSupport.getListener() |
TcpListener |
AbstractConnectionFactory.getListener() |
TcpListener |
TcpConnectionSupport.getListener() |
TcpListener |
TcpConnection.getListener() |
Modifier and Type | Method and Description |
---|---|
void |
TcpConnectionInterceptorSupport.registerListener(TcpListener listener) |
void |
CachingClientConnectionFactory.registerListener(TcpListener listener)
Delegate TCP Client Connection factories that are used to receive
data need a Listener to send the messages to.
|
void |
AbstractConnectionFactory.registerListener(TcpListener listener)
Registers a TcpListener to receive messages after
the payload has been converted from the input data.
|
void |
FailoverClientConnectionFactory.registerListener(TcpListener listener)
Delegate TCP Client Connection factories that are used to receive
data need a Listener to send the messages to.
|
void |
TcpConnectionSupport.registerListener(TcpListener listener)
Sets the listener that will receive incoming Messages.
|
Modifier and Type | Class and Description |
---|---|
class |
TcpSyslogReceivingChannelAdapter
TCP implementation of a syslog inbound channel adapter.
|
Copyright © 2015. All rights reserved.