Uses of Class
org.springframework.integration.ip.tcp.connection.TcpConnectionSupport
Packages that use TcpConnectionSupport
Package
Description
All things related to tcp connections - client and
server factories; listener and sender interfaces.
-
Uses of TcpConnectionSupport in org.springframework.integration.ip.tcp.connection
Subclasses of TcpConnectionSupport in org.springframework.integration.ip.tcp.connectionModifier and TypeClassDescriptionclassBase class forTcpConnectionInterceptors; passes all method calls through to the underlyingTcpConnection.classA TcpConnection that uses and underlyingSocket.classA TcpConnection that uses and underlyingSocketChannel.classImplementation ofTcpConnectionsupporting SSL/TLS over NIO.Methods in org.springframework.integration.ip.tcp.connection that return TcpConnectionSupportModifier and TypeMethodDescriptionprotected TcpConnectionSupportAbstractClientConnectionFactory.buildNewConnection()protected TcpConnectionSupportTcpNetClientConnectionFactory.buildNewConnection()protected TcpConnectionSupportTcpNioClientConnectionFactory.buildNewConnection()AbstractClientConnectionFactory.getConnection()Obtain a connection - ifAbstractConnectionFactory.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.ThreadAffinityClientConnectionFactory.getConnection()protected TcpConnectionSupportAbstractClientConnectionFactory.getTheConnection()TcpConnectionInterceptorSupport.getTheConnection()Return the underlying connection (or next interceptor).protected TcpConnectionSupportAbstractClientConnectionFactory.obtainConnection()CachingClientConnectionFactory.obtainConnection()protected TcpConnectionSupportFailoverClientConnectionFactory.obtainConnection()protected final TcpConnectionSupportAbstractClientConnectionFactory.obtainNewConnection()protected final TcpConnectionSupportAbstractClientConnectionFactory.obtainSharedConnection()protected TcpConnectionSupportAbstractConnectionFactory.wrapConnection(TcpConnectionSupport connectionArg) Methods in org.springframework.integration.ip.tcp.connection that return types with arguments of type TcpConnectionSupportModifier and TypeMethodDescriptionprotected Predicate<TcpConnectionSupport>AbstractClientConnectionFactory.getConnectionTest()Get aPredicatethat will be invoked to test a new connection; return true to accept the connection, false the reject.Methods in org.springframework.integration.ip.tcp.connection with parameters of type TcpConnectionSupportModifier and TypeMethodDescriptionprotected voidAbstractConnectionFactory.addConnection(TcpConnectionSupport connection) protected voidAbstractClientConnectionFactory.initializeConnection(TcpConnectionSupport connection, Socket socket) Transfer attributes such as (de)serializers, singleUse etc to a new connection.protected voidAbstractServerConnectionFactory.initializeConnection(TcpConnectionSupport connection, Socket socket) Transfers attributes such as (de)serializer, mapper etc to a new connection.protected voidAbstractClientConnectionFactory.setTheConnection(TcpConnectionSupport theConnection) voidTcpConnectionInterceptorSupport.setTheConnection(TcpConnectionSupport theConnection) Set the underlying connection (or next interceptor).voidTcpConnectionSupport.setWrapper(TcpConnectionSupport wrapper) Set the wrapper.protected TcpConnectionSupportAbstractConnectionFactory.wrapConnection(TcpConnectionSupport connectionArg) Method parameters in org.springframework.integration.ip.tcp.connection with type arguments of type TcpConnectionSupportModifier and TypeMethodDescriptionvoidAbstractClientConnectionFactory.setConnectionTest(Predicate<TcpConnectionSupport> connectionTest) Set aPredicatethat will be invoked to test a new connection; return true to accept the connection, false the reject.