|
Spring Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TcpNetConnection | |
---|---|
org.springframework.integration.ip.tcp.connection | All things related to tcp connections - client and server factories; listener and sender interfaces. |
Uses of TcpNetConnection in org.springframework.integration.ip.tcp.connection |
---|
Fields in org.springframework.integration.ip.tcp.connection declared as TcpNetConnection | |
---|---|
protected TcpNetConnection |
TcpNetClientConnectionFactory.theConnection
|
Methods in org.springframework.integration.ip.tcp.connection that return TcpNetConnection | |
---|---|
TcpNetConnection |
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. |
|
Spring Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |