| Package | Description |
|---|---|
| org.springframework.integration.ip.config |
Provides classes for configuration - parsers, namespace handlers, factory beans.
|
| org.springframework.integration.ip.tcp |
Base package for TCP Support.
|
| org.springframework.integration.ip.tcp.connection |
All things related to tcp connections - client and
server factories; listener and sender interfaces.
|
| org.springframework.integration.ip.util |
Provides utilities for IP support.
|
| org.springframework.integration.syslog.config |
Provides classes for configuration - parsers, namespace handlers, factory beans.
|
| org.springframework.integration.syslog.inbound |
Provides classes for inbound endpoints.
|
| Class and Description |
|---|
| AbstractConnectionFactory
Base class for all connection factories.
|
| TcpConnectionInterceptorFactoryChain |
| TcpMessageMapper
Maps incoming data from a
TcpConnection to a Message. |
| TcpNioConnectionSupport
Used by NIO connection factories to instantiate a
TcpNioConnection object. |
| TcpSocketFactorySupport
Strategy interface for supplying Socket Factories.
|
| TcpSocketSupport
Strategy interface for modifying sockets.
|
| TcpSSLContextSupport
Strategy interface for the creation of an
SSLContext object
for use with SSL/TLS sockets. |
| Class and Description |
|---|
| AbstractConnectionFactory
Base class for all connection factories.
|
| ClientModeCapable
Edpoints implementing this interface are capable
of running in client-mode.
|
| ConnectionFactory
A factory used to create TcpConnection objects.
|
| TcpConnection
An abstraction over
Socket and SocketChannel that
sends Message objects by serializing the payload
and streaming it to the destination. |
| TcpListener
Classes that implement this interface may register with a
connection factory to receive messages retrieved from a
TcpConnection |
| TcpSender
An interface representing a sending client of a connection
factory.
|
| Class and Description |
|---|
| AbstractClientConnectionFactory
Abstract class for client connection factories; client connection factories
establish outgoing connections.
|
| AbstractConnectionFactory
Base class for all connection factories.
|
| AbstractServerConnectionFactory
Base class for all server connection factories.
|
| ConnectionFactory
A factory used to create TcpConnection objects.
|
| TcpConnection
An abstraction over
Socket and SocketChannel that
sends Message objects by serializing the payload
and streaming it to the destination. |
| TcpConnectionEvent
ApplicationEvent representing normal operations on a
TcpConnection. |
| TcpConnectionInterceptor |
| TcpConnectionInterceptorFactory
Interface for TCP connection interceptor factories.
|
| TcpConnectionInterceptorFactoryChain |
| TcpConnectionInterceptorSupport
Base class for TcpConnectionIntercepters; passes all method calls through
to the underlying
TcpConnection. |
| TcpConnectionSupport
Base class for TcpConnections.
|
| TcpListener
Classes that implement this interface may register with a
connection factory to receive messages retrieved from a
TcpConnection |
| TcpMessageMapper
Maps incoming data from a
TcpConnection to a Message. |
| TcpNioConnection
A TcpConnection that uses and underlying
SocketChannel. |
| TcpNioConnectionSupport
Used by NIO connection factories to instantiate a
TcpNioConnection object. |
| TcpSender
An interface representing a sending client of a connection
factory.
|
| TcpSocketFactorySupport
Strategy interface for supplying Socket Factories.
|
| TcpSocketSupport
Strategy interface for modifying sockets.
|
| TcpSSLContextSupport
Strategy interface for the creation of an
SSLContext object
for use with SSL/TLS sockets. |
| Class and Description |
|---|
| AbstractConnectionFactory
Base class for all connection factories.
|
| AbstractServerConnectionFactory
Base class for all server connection factories.
|
| Class and Description |
|---|
| AbstractServerConnectionFactory
Base class for all server connection factories.
|
| Class and Description |
|---|
| AbstractServerConnectionFactory
Base class for all server connection factories.
|
| TcpListener
Classes that implement this interface may register with a
connection factory to receive messages retrieved from a
TcpConnection |
Copyright © 2016. All rights reserved.