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 |
TcpConnectionInterceptorSupport
Base class for TcpConnectionIntercepters; passes all method calls through
to the underlying
TcpConnection . |
class |
TcpNetConnection
A TcpConnection that uses and underlying
Socket . |
class |
TcpNioConnection
A TcpConnection that uses and underlying
SocketChannel . |
class |
TcpNioSSLConnection
Implementation of
TcpConnection supporting SSL/TLS over NIO. |
Modifier and Type | Method and Description |
---|---|
protected TcpConnectionSupport |
TcpNetClientConnectionFactory.buildNewConnection() |
protected TcpConnectionSupport |
AbstractClientConnectionFactory.buildNewConnection() |
protected TcpConnectionSupport |
TcpNioClientConnectionFactory.buildNewConnection() |
TcpConnectionSupport |
AbstractClientConnectionFactory.getConnection()
Obtains a connection - if
AbstractConnectionFactory.setSingleUse(boolean) was called with
true, a new connection is returned; otherwise a single connection is
reused for all requests while the connection remains open. |
TcpConnectionSupport |
TcpConnectionInterceptorSupport.getTheConnection()
Returns the underlying connection (or next interceptor)
|
protected TcpConnectionSupport |
AbstractClientConnectionFactory.getTheConnection() |
protected TcpConnectionSupport |
AbstractClientConnectionFactory.obtainConnection() |
protected TcpConnectionSupport |
FailoverClientConnectionFactory.obtainConnection() |
TcpConnectionSupport |
CachingClientConnectionFactory.obtainConnection() |
protected TcpConnectionSupport |
AbstractClientConnectionFactory.obtainNewConnection() |
protected TcpConnectionSupport |
AbstractClientConnectionFactory.obtainSharedConnection() |
protected TcpConnectionSupport |
AbstractConnectionFactory.wrapConnection(TcpConnectionSupport connection) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractConnectionFactory.addConnection(TcpConnectionSupport connection) |
protected void |
AbstractClientConnectionFactory.initializeConnection(TcpConnectionSupport connection,
Socket socket)
Transfers attributes such as (de)serializers, singleUse etc to a new connection.
|
protected void |
AbstractServerConnectionFactory.initializeConnection(TcpConnectionSupport connection,
Socket socket)
Transfers attributes such as (de)serializer, singleUse etc to a new connection.
|
void |
TcpConnectionInterceptorSupport.setTheConnection(TcpConnectionSupport theConnection)
Sets the underlying connection (or next interceptor)
|
protected void |
AbstractClientConnectionFactory.setTheConnection(TcpConnectionSupport theConnection) |
protected TcpConnectionSupport |
AbstractConnectionFactory.wrapConnection(TcpConnectionSupport connection) |
Copyright © 2016. All rights reserved.