|
Spring Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TcpConnection | |
---|---|
org.springframework.integration.ip.tcp | |
org.springframework.integration.ip.tcp.connection | All things related to tcp connections - client and server factories; listener and sender interfaces. |
Uses of TcpConnection in org.springframework.integration.ip.tcp |
---|
Fields in org.springframework.integration.ip.tcp declared as TcpConnection | |
---|---|
protected TcpConnection |
TcpSendingMessageHandler.connection
|
Fields in org.springframework.integration.ip.tcp with type parameters of type TcpConnection | |
---|---|
protected Map<String,TcpConnection> |
TcpSendingMessageHandler.connections
|
Methods in org.springframework.integration.ip.tcp that return TcpConnection | |
---|---|
protected TcpConnection |
TcpSendingMessageHandler.getConnection()
|
Methods in org.springframework.integration.ip.tcp with parameters of type TcpConnection | |
---|---|
void |
TcpOutboundGateway.addNewConnection(TcpConnection connection)
|
void |
TcpInboundGateway.addNewConnection(TcpConnection connection)
|
void |
TcpSendingMessageHandler.addNewConnection(TcpConnection connection)
|
void |
TcpOutboundGateway.removeDeadConnection(TcpConnection connection)
|
void |
TcpInboundGateway.removeDeadConnection(TcpConnection connection)
|
void |
TcpSendingMessageHandler.removeDeadConnection(TcpConnection connection)
|
Uses of TcpConnection in org.springframework.integration.ip.tcp.connection |
---|
Subinterfaces of TcpConnection in org.springframework.integration.ip.tcp.connection | |
---|---|
interface |
TcpConnectionInterceptor
|
Classes in org.springframework.integration.ip.tcp.connection that implement TcpConnection | |
---|---|
class |
AbstractTcpConnection
Base class for TcpConnections. |
class |
AbstractTcpConnectionInterceptor
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 . |
Fields in org.springframework.integration.ip.tcp.connection declared as TcpConnection | |
---|---|
protected TcpConnection |
AbstractClientConnectionFactory.theConnection
|
Methods in org.springframework.integration.ip.tcp.connection that return TcpConnection | |
---|---|
TcpConnection |
ConnectionFactory.getConnection()
|
TcpConnection |
AbstractServerConnectionFactory.getConnection()
Not supported because the factory manages multiple connections and this method cannot discriminate. |
TcpConnection |
TcpNioClientConnectionFactory.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. |
TcpConnection |
TcpNetClientConnectionFactory.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. |
TcpConnection |
AbstractTcpConnectionInterceptor.getTheConnection()
Returns the underlying connection (or next interceptor) |
protected TcpConnection |
AbstractConnectionFactory.wrapConnection(TcpConnection connection)
|
Methods in org.springframework.integration.ip.tcp.connection with parameters of type TcpConnection | |
---|---|
void |
TcpSender.addNewConnection(TcpConnection connection)
When we are using sockets owned by a TcpListener , this
method is called each time a new connection is made. |
void |
AbstractTcpConnectionInterceptor.addNewConnection(TcpConnection connection)
|
protected void |
AbstractServerConnectionFactory.initializeConnection(TcpConnection connection,
Socket socket)
Transfers attributes such as converters, singleUse etc to a new connection. |
protected void |
AbstractClientConnectionFactory.initializeConnection(TcpConnection connection,
Socket socket)
Transfers attributes such as converters, singleUse etc to a new connection. |
void |
TcpSender.removeDeadConnection(TcpConnection connection)
When we are using sockets owned by a TcpListener , this
method is called each time a connection is closed. |
void |
AbstractTcpConnectionInterceptor.removeDeadConnection(TcpConnection connection)
|
void |
AbstractTcpConnectionInterceptor.setTheConnection(TcpConnection theConnection)
Sets the underlying connection (or next interceptor) |
void |
TcpConnectionInterceptor.setTheConnection(TcpConnection connection)
|
Message<Object> |
TcpMessageMapper.toMessage(TcpConnection connection)
|
protected TcpConnection |
AbstractConnectionFactory.wrapConnection(TcpConnection connection)
|
|
Spring Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |