Uses of Package
org.springframework.integration.ip.tcp.connection
Package
Description
Provides classes for configuration - parsers, namespace handlers, factory beans.
Provides TCP/UDP Component support for the Java DSL.
Base package for TCP Support.
All things related to tcp connections - client and
server factories; listener and sender interfaces.
Provides utilities for IP support.
Provides classes for configuration - parsers, namespace handlers, factory beans.
Provides classes for inbound endpoints.
-
ClassDescriptionBase class for all connection factories.Maps incoming data from a
TcpConnection
to aMessage
.Used by NET connection factories to instantiate aTcpNetConnection
object.Used by NIO connection factories to instantiate aTcpNioConnection
object.Strategy interface for supplying Socket Factories.Strategy interface for modifying sockets.Strategy interface for the creation of anSSLContext
object for use with SSL/TLS sockets. -
ClassDescriptionAbstract class for client connection factories; client connection factories establish outgoing connections.Base class for all connection factories.Base class for all server connection factories.Maps incoming data from a
TcpConnection
to aMessage
.Used by NET connection factories to instantiate aTcpNetConnection
object.Used by NIO connection factories to instantiate aTcpNioConnection
object.Strategy interface for supplying Socket Factories.Strategy interface for modifying sockets. -
ClassDescriptionAbstract class for client connection factories; client connection factories establish outgoing connections.Base class for all connection factories.Edpoints implementing this interface are capable of running in client-mode.A factory used to create TcpConnection objects.An abstraction over
Socket
andSocketChannel
that sendsMessage
objects by serializing the payload and streaming it to the destination.Classes that implement this interface may register with a connection factory to receive messages retrieved from aTcpConnection
.An interface representing a sending client of a connection factory. -
ClassDescriptionAbstract class for client connection factories; client connection factories establish outgoing connections.Base class for all connection factories.Base class for all server connection factories.Base class for TCP Connection Support implementations.A factory used to create TcpConnection objects.Simple wrapper around
Socket
providing access to getters (except input/output streams).An abstraction overSocket
andSocketChannel
that sendsMessage
objects by serializing the payload and streaming it to the destination.ApplicationEvent representing normal operations on aTcpConnection
.Interface for TCP connection interceptor factories.Base class forTcpConnectionInterceptor
s; passes all method calls through to the underlyingTcpConnection
.Base class for TcpConnections.Classes that implement this interface may register with a connection factory to receive messages retrieved from aTcpConnection
.Maps incoming data from aTcpConnection
to aMessage
.A TcpConnection that uses and underlyingSocket
.Used by NET connection factories to instantiate aTcpNetConnection
object.A TcpConnection that uses and underlyingSocketChannel
.Used by NIO connection factories to instantiate aTcpNioConnection
object.An interface representing a sending client of a connection factory.Connection factories that act as TCP servers, listening for incoming connections.Strategy interface for supplying Socket Factories.Strategy interface for modifying sockets.Strategy interface for the creation of anSSLContext
object for use with SSL/TLS sockets. -
ClassDescriptionBase class for all connection factories.Base class for all server connection factories.
-
-
ClassDescriptionBase class for all server connection factories.Classes that implement this interface may register with a connection factory to receive messages retrieved from a
TcpConnection
.