Skip navigation links
A B C D E F G H I L M N O P R S T U W 

A

AbstractByteArraySerializer - Class in org.springframework.integration.ip.tcp.serializer
Base class for (de)serializers that provide a mechanism to reconstruct a byte array from an arbitrary stream.
AbstractByteArraySerializer() - Constructor for class org.springframework.integration.ip.tcp.serializer.AbstractByteArraySerializer
 
AbstractClientConnectionFactory - Class in org.springframework.integration.ip.tcp.connection
Abstract class for client connection factories; client connection factories establish outgoing connections.
AbstractClientConnectionFactory(String, int) - Constructor for class org.springframework.integration.ip.tcp.connection.AbstractClientConnectionFactory
Constructs a factory that will established connections to the host and port.
AbstractConnectionFactory - Class in org.springframework.integration.ip.tcp.connection
Base class for all connection factories.
AbstractConnectionFactory(int) - Constructor for class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
AbstractConnectionFactory(String, int) - Constructor for class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
AbstractInternetProtocolReceivingChannelAdapter - Class in org.springframework.integration.ip
Base class for inbound TCP/UDP Channel Adapters.
AbstractInternetProtocolReceivingChannelAdapter(int) - Constructor for class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
 
AbstractInternetProtocolSendingMessageHandler - Class in org.springframework.integration.ip
Base class for all TCP/UDP MessageHandlers.
AbstractInternetProtocolSendingMessageHandler(String, int) - Constructor for class org.springframework.integration.ip.AbstractInternetProtocolSendingMessageHandler
 
AbstractServerConnectionFactory - Class in org.springframework.integration.ip.tcp.connection
Base class for all server connection factories.
AbstractServerConnectionFactory(int) - Constructor for class org.springframework.integration.ip.tcp.connection.AbstractServerConnectionFactory
The port on which the factory will listen.
ACK_ADDRESS - Static variable in class org.springframework.integration.ip.IpHeaders
The remote ip address to which UDP application-level acks will be sent.
ACK_ID - Static variable in class org.springframework.integration.ip.IpHeaders
A correlation id for UDP application-level acks.
ACTUAL_CONNECTION_ID - Static variable in class org.springframework.integration.ip.IpHeaders
For information only - when using a cached or failover client connection factory, contains the actual underlying connection id.
addConnection(TcpConnectionSupport) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
addConstuctorValueIfAttributeDefined(BeanDefinitionBuilder, Element, String, boolean) - Static method in class org.springframework.integration.ip.config.IpAdapterParserUtils
Adds a constructor-arg to the provided bean definition builder with the value of the attribute whose name is provided if that attribute is defined in the given element.
addCustomHeaders(TcpConnection, AbstractIntegrationMessageBuilder<?>) - Method in class org.springframework.integration.ip.tcp.connection.TcpMessageMapper
 
addHostAndPortToConstructor(Element, BeanDefinitionBuilder, ParserContext) - Static method in class org.springframework.integration.ip.config.IpAdapterParserUtils
 
addNewConnection(TcpConnection) - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorSupport
 
addNewConnection(TcpConnection) - Method in interface org.springframework.integration.ip.tcp.connection.TcpSender
When we are using sockets owned by a TcpListener, this method is called each time a new connection is made.
addNewConnection(TcpConnection) - Method in class org.springframework.integration.ip.tcp.TcpInboundGateway
 
addNewConnection(TcpConnection) - Method in class org.springframework.integration.ip.tcp.TcpOutboundGateway
 
addNewConnection(TcpConnection) - Method in class org.springframework.integration.ip.tcp.TcpSendingMessageHandler
 
addPortToConstructor(Element, BeanDefinitionBuilder, ParserContext) - Static method in class org.springframework.integration.ip.config.IpAdapterParserUtils
 
addStandardHeaders(TcpConnection, AbstractIntegrationMessageBuilder<?>) - Method in class org.springframework.integration.ip.tcp.connection.TcpMessageMapper
 
afterPropertiesSet() - Method in class org.springframework.integration.ip.tcp.connection.DefaultTcpNetSSLSocketFactorySupport
 
afterPropertiesSet() - Method in class org.springframework.integration.ip.tcp.connection.DefaultTcpNioSSLConnectionSupport
 
afterSend(Message<?>) - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionSupport
 
afterShutdown() - Method in class org.springframework.integration.ip.tcp.connection.AbstractServerConnectionFactory
 
afterShutdown() - Method in class org.springframework.integration.ip.tcp.TcpInboundGateway
 
afterShutdown() - Method in class org.springframework.integration.ip.tcp.TcpReceivingChannelAdapter
 
allocate(int) - Method in class org.springframework.integration.ip.tcp.connection.TcpNioConnection
Allocates a ByteBuffer of the requested length using normal or direct buffers, depending on the usingDirectBuffers field.
APPLY_SEQUENCE - Static variable in class org.springframework.integration.ip.config.IpAdapterParserUtils
 
asyncSendMessage(DatagramPacket) - Method in class org.springframework.integration.ip.udp.UnicastReceivingChannelAdapter
 

B

BACKLOG - Static variable in class org.springframework.integration.ip.config.IpAdapterParserUtils
 
beforeShutdown() - Method in class org.springframework.integration.ip.tcp.connection.AbstractServerConnectionFactory
 
beforeShutdown() - Method in class org.springframework.integration.ip.tcp.TcpInboundGateway
 
beforeShutdown() - Method in class org.springframework.integration.ip.tcp.TcpReceivingChannelAdapter
 
buildNewConnection() - Method in class org.springframework.integration.ip.tcp.connection.AbstractClientConnectionFactory
 
buildNewConnection() - Method in class org.springframework.integration.ip.tcp.connection.TcpNetClientConnectionFactory
 
buildNewConnection() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioClientConnectionFactory
 
ByteArrayCrLfSerializer - Class in org.springframework.integration.ip.tcp.serializer
Reads data in an InputStream to a byte[]; data must be terminated by \r\n (not included in resulting byte[]).
ByteArrayCrLfSerializer() - Constructor for class org.springframework.integration.ip.tcp.serializer.ByteArrayCrLfSerializer
 
ByteArrayLengthHeaderSerializer - Class in org.springframework.integration.ip.tcp.serializer
Reads data in an InputStream to a byte[]; data must be preceded by a binary length (network byte order, not included in resulting byte[]).
ByteArrayLengthHeaderSerializer() - Constructor for class org.springframework.integration.ip.tcp.serializer.ByteArrayLengthHeaderSerializer
Constructs the serializer using ByteArrayLengthHeaderSerializer.HEADER_SIZE_INT
ByteArrayLengthHeaderSerializer(int) - Constructor for class org.springframework.integration.ip.tcp.serializer.ByteArrayLengthHeaderSerializer
Constructs the serializer using the supplied header size.
ByteArrayLfSerializer - Class in org.springframework.integration.ip.tcp.serializer
 
ByteArrayLfSerializer() - Constructor for class org.springframework.integration.ip.tcp.serializer.ByteArrayLfSerializer
 
ByteArrayRawSerializer - Class in org.springframework.integration.ip.tcp.serializer
A byte array (de)serializer that does nothing with the payload; sends it raw.
ByteArrayRawSerializer() - Constructor for class org.springframework.integration.ip.tcp.serializer.ByteArrayRawSerializer
 
ByteArraySingleTerminatorSerializer - Class in org.springframework.integration.ip.tcp.serializer
Reads data in an InputStream to a byte[]; data must be terminated by a single byte (not included in resulting byte[]).
ByteArraySingleTerminatorSerializer(byte) - Constructor for class org.springframework.integration.ip.tcp.serializer.ByteArraySingleTerminatorSerializer
 
ByteArrayStxEtxSerializer - Class in org.springframework.integration.ip.tcp.serializer
Reads data in an InputStream to a byte[]; data must be prefixed by <stx> and terminated by <etx> (not included in resulting byte[]).
ByteArrayStxEtxSerializer() - Constructor for class org.springframework.integration.ip.tcp.serializer.ByteArrayStxEtxSerializer
 

C

CachingClientConnectionFactory - Class in org.springframework.integration.ip.tcp.connection
Connection factory that caches connections from the underlying target factory.
CachingClientConnectionFactory(AbstractClientConnectionFactory, int) - Constructor for class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
Construct a caching connection factory that delegates to the provided factory, with the provided pool size.
checkActive() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
checkActive() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioClientConnectionFactory
 
checkClosure(int) - Method in class org.springframework.integration.ip.tcp.serializer.AbstractByteArraySerializer
 
checkTaskExecutor(String) - Method in class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
Creates a default task executor if none was supplied.
CLIENT_MODE - Static variable in class org.springframework.integration.ip.config.IpAdapterParserUtils
 
ClientModeCapable - Interface in org.springframework.integration.ip.tcp.connection
Edpoints implementing this interface are capable of running in client-mode.
ClientModeConnectionManager - Class in org.springframework.integration.ip.tcp.connection
Intended to be run on a schedule, simply gets the connection from a client connection factory each time it is run.
ClientModeConnectionManager(AbstractConnectionFactory) - Constructor for class org.springframework.integration.ip.tcp.connection.ClientModeConnectionManager
 
close() - Method in interface org.springframework.integration.ip.tcp.connection.TcpConnection
Closes the connection.
close() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorSupport
 
close() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionSupport
Closes this connection.
close() - Method in class org.springframework.integration.ip.tcp.connection.TcpNetConnection
Closes this connection.
close() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioConnection
 
closeConnection(String) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
Close a connection with the specified connection id.
closeConnection(boolean) - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionSupport
If we have been intercepted, propagate the close from the outermost interceptor; otherwise, just call close().
CloseDeferrable - Interface in org.springframework.integration.ip.tcp.connection
Temporary interface on the CachingClientConnectionFactory enabling the gateway to defer the implicit close after onMessage so the connection is not reused until after the gateway has completely finished with it.
closeDeferred(String) - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
closeDeferred(String) - Method in interface org.springframework.integration.ip.tcp.connection.CloseDeferrable
Close (release) the connection if deferred.
CommonSocketOptions - Interface in org.springframework.integration.ip
 
CONNECTION_ID - Static variable in class org.springframework.integration.ip.IpHeaders
A unique identifier for a TCP connection; set by the framework for inbound messages; when sending to a server-side inbound channel adapter, or replying to an inbound gateway, this header is required so the endpoint can determine which connection to send the message to.
ConnectionFactory - Interface in org.springframework.integration.ip.tcp.connection
A factory used to create TcpConnection objects.
copyToSizedArray(byte[], int) - Method in class org.springframework.integration.ip.tcp.serializer.AbstractByteArraySerializer
Copy size bytes to a new buffer exactly size bytes long.
createInstance() - Method in class org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean
 
createNewConnection(SocketChannel, boolean, boolean, ApplicationEventPublisher, String) - Method in class org.springframework.integration.ip.tcp.connection.DefaultTcpNioConnectionSupport
 
createNewConnection(SocketChannel, boolean, boolean, ApplicationEventPublisher, String) - Method in class org.springframework.integration.ip.tcp.connection.DefaultTcpNioSSLConnectionSupport
createNewConnection(SocketChannel, boolean, boolean, ApplicationEventPublisher, String) - Method in interface org.springframework.integration.ip.tcp.connection.TcpNioConnectionSupport
Create a new TcpNioConnection object wrapping the SocketChannel
createServerSocket(int, int, InetAddress) - Method in class org.springframework.integration.ip.tcp.connection.TcpNetServerConnectionFactory
Create a new ServerSocket.
createSocket(String, int) - Method in class org.springframework.integration.ip.tcp.connection.TcpNetClientConnectionFactory
Create a new Socket.

D

DatagramPacketMessageMapper - Class in org.springframework.integration.ip.udp
Message Mapper for converting to and from UDP DatagramPackets.
DatagramPacketMessageMapper() - Constructor for class org.springframework.integration.ip.udp.DatagramPacketMessageMapper
 
DEFAULT_REPLY_TIMEOUT - Static variable in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
DefaultTcpNetSocketFactorySupport - Class in org.springframework.integration.ip.tcp.connection
Implementation of TcpSocketFactorySupport for non-SSL sockets ServerSocket and Socket.
DefaultTcpNetSocketFactorySupport() - Constructor for class org.springframework.integration.ip.tcp.connection.DefaultTcpNetSocketFactorySupport
 
DefaultTcpNetSSLSocketFactorySupport - Class in org.springframework.integration.ip.tcp.connection
Implementation of TcpSocketFactorySupport for SSL sockets SSLServerSocket and SSLSocket.
DefaultTcpNetSSLSocketFactorySupport(TcpSSLContextSupport) - Constructor for class org.springframework.integration.ip.tcp.connection.DefaultTcpNetSSLSocketFactorySupport
 
DefaultTcpNioConnectionSupport - Class in org.springframework.integration.ip.tcp.connection
Implementation of TcpNioConnectionSupport for non-SSL NIO connections.
DefaultTcpNioConnectionSupport() - Constructor for class org.springframework.integration.ip.tcp.connection.DefaultTcpNioConnectionSupport
 
DefaultTcpNioSSLConnectionSupport - Class in org.springframework.integration.ip.tcp.connection
Implementation of TcpNioConnectionSupport for SSL NIO connections.
DefaultTcpNioSSLConnectionSupport(TcpSSLContextSupport) - Constructor for class org.springframework.integration.ip.tcp.connection.DefaultTcpNioSSLConnectionSupport
 
DefaultTcpSocketSupport - Class in org.springframework.integration.ip.tcp.connection
Default implementation of TcpSocketSupport; makes no changes to sockets.
DefaultTcpSocketSupport() - Constructor for class org.springframework.integration.ip.tcp.connection.DefaultTcpSocketSupport
 
DefaultTcpSSLContextSupport - Class in org.springframework.integration.ip.tcp.connection
Default implementation of TcpSSLContextSupport; uses a 'TLS' (by default) SSLContext, initialized with 'JKS' keystores, managed by 'SunX509' Key and Trust managers.
DefaultTcpSSLContextSupport(String, String, String, String) - Constructor for class org.springframework.integration.ip.tcp.connection.DefaultTcpSSLContextSupport
Prepares for the creation of an SSLContext using the supplied key/trust stores and passwords.
delayRead(Selector, long, SelectionKey) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
deserialize(InputStream) - Method in class org.springframework.integration.ip.tcp.serializer.ByteArrayCrLfSerializer
Reads the data in the inputStream to a byte[].
deserialize(InputStream) - Method in class org.springframework.integration.ip.tcp.serializer.ByteArrayLengthHeaderSerializer
Reads the header from the stream and then reads the provided length from the stream and returns the data in a byte[].
deserialize(InputStream) - Method in class org.springframework.integration.ip.tcp.serializer.ByteArrayRawSerializer
 
deserialize(InputStream) - Method in class org.springframework.integration.ip.tcp.serializer.ByteArraySingleTerminatorSerializer
Reads the data in the inputStream to a byte[].
deserialize(InputStream) - Method in class org.springframework.integration.ip.tcp.serializer.ByteArrayStxEtxSerializer
Reads the data in the inputStream to a byte[].
deserialize(InputStream) - Method in class org.springframework.integration.ip.tcp.serializer.MapJsonSerializer
 
doAccept(Selector, ServerSocketChannel, long) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
doAccept(Selector, ServerSocketChannel, long) - Method in class org.springframework.integration.ip.tcp.connection.TcpNioServerConnectionFactory
 
doParse(Element, ParserContext, String) - Method in class org.springframework.integration.ip.config.TcpConnectionEventInboundChannelAdapterParser
 
doParse(Element, ParserContext, String) - Method in class org.springframework.integration.ip.config.TcpInboundChannelAdapterParser
 
doParse(Element, ParserContext, String) - Method in class org.springframework.integration.ip.config.UdpInboundChannelAdapterParser
 
doPostProcess(BeanDefinitionBuilder, Element) - Method in class org.springframework.integration.ip.config.TcpInboundGatewayParser
 
doStart() - Method in class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
Protected by lifecycleLock
doStart() - Method in class org.springframework.integration.ip.AbstractInternetProtocolSendingMessageHandler
 
doStart() - Method in class org.springframework.integration.ip.tcp.TcpInboundGateway
 
doStart() - Method in class org.springframework.integration.ip.tcp.TcpReceivingChannelAdapter
 
doStart() - Method in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
 
doStop() - Method in class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
 
doStop() - Method in class org.springframework.integration.ip.AbstractInternetProtocolSendingMessageHandler
 
doStop() - Method in class org.springframework.integration.ip.tcp.TcpInboundGateway
 
doStop() - Method in class org.springframework.integration.ip.tcp.TcpReceivingChannelAdapter
 
doStop() - Method in class org.springframework.integration.ip.udp.UnicastReceivingChannelAdapter
 
doStop() - Method in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
 
doWrite(Message<?>) - Method in class org.springframework.integration.ip.tcp.TcpSendingMessageHandler
Method that actually does the write.

E

enableCloseDeferral(boolean) - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
enableCloseDeferral(boolean) - Method in interface org.springframework.integration.ip.tcp.connection.CloseDeferrable
Enable deferred closure.
enableManualListenerRegistration() - Method in class org.springframework.integration.ip.tcp.connection.AbstractClientConnectionFactory
Set whether to automatically (default) or manually add a TcpListener to the connections created by this factory.
enableManualListenerRegistration() - Method in class org.springframework.integration.ip.tcp.connection.FailoverClientConnectionFactory
 
enableManualListenerRegistration() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionSupport
Set whether or not automatic or manual registration of the TcpListener is to be used.
equals(Object) - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
escapeRegexSpecials(String) - Static method in class org.springframework.integration.ip.util.RegexUtils
Escapes (precedes with \) any characters in the parameter in the set
ETX - Static variable in class org.springframework.integration.ip.tcp.serializer.ByteArrayStxEtxSerializer
 

F

FailoverClientConnectionFactory - Class in org.springframework.integration.ip.tcp.connection
Given a list of connection factories, serves up TcpConnections that can iterate over a connection from each factory until the write succeeds or the list is exhausted.
FailoverClientConnectionFactory(List<AbstractClientConnectionFactory>) - Constructor for class org.springframework.integration.ip.tcp.connection.FailoverClientConnectionFactory
 
fillToCrLf(InputStream, byte[]) - Method in class org.springframework.integration.ip.tcp.serializer.ByteArrayCrLfSerializer
 
forceClose(TcpConnection) - Method in class org.springframework.integration.ip.tcp.connection.AbstractClientConnectionFactory
Force close the connection and null the field if it's a shared connection.
forceClose(TcpConnection) - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
fromMessage(Message<?>) - Method in class org.springframework.integration.ip.tcp.connection.MessageConvertingTcpMessageMapper
 
fromMessage(Message<?>) - Method in class org.springframework.integration.ip.tcp.connection.TcpMessageMapper
 
fromMessage(Message<?>) - Method in class org.springframework.integration.ip.udp.DatagramPacketMessageMapper
Raw byte[] from message, possibly with a length field up front.

G

getAckPort() - Method in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
 
getActiveCount() - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
getAllocatedCount() - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
getApplicationEventPublisher() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
getBacklog() - Method in class org.springframework.integration.ip.tcp.connection.AbstractServerConnectionFactory
The number of sockets in the server connection backlog.
getBeanClassName(Element) - Method in class org.springframework.integration.ip.config.TcpInboundGatewayParser
 
getBuffer() - Method in class org.springframework.integration.ip.tcp.serializer.TcpDeserializationExceptionEvent
 
getChannelOutputStream() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioConnection
 
getChannelOutputStream() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioSSLConnection
 
getClientConnectionFactory() - Method in class org.springframework.integration.ip.tcp.TcpReceivingChannelAdapter
 
getClientConnectionFactory() - Method in class org.springframework.integration.ip.tcp.TcpSendingMessageHandler
 
getComponentType() - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
getComponentType() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionEventListeningMessageProducer
 
getComponentType() - Method in class org.springframework.integration.ip.tcp.connection.TcpNetServerConnectionFactory
 
getComponentType() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioServerConnectionFactory
 
getComponentType() - Method in class org.springframework.integration.ip.tcp.TcpInboundGateway
 
getComponentType() - Method in class org.springframework.integration.ip.tcp.TcpOutboundGateway
 
getComponentType() - Method in class org.springframework.integration.ip.tcp.TcpReceivingChannelAdapter
 
getComponentType() - Method in class org.springframework.integration.ip.tcp.TcpSendingMessageHandler
 
getComponentType() - Method in class org.springframework.integration.ip.udp.UnicastReceivingChannelAdapter
 
getComponentType() - Method in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
 
getConnection() - Method in class org.springframework.integration.ip.tcp.connection.AbstractClientConnectionFactory
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.
getConnection() - Method in class org.springframework.integration.ip.tcp.connection.AbstractServerConnectionFactory
Not supported because the factory manages multiple connections and this method cannot discriminate.
getConnection() - Method in interface org.springframework.integration.ip.tcp.connection.ConnectionFactory
 
getConnectionFactory() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionServerExceptionEvent
The connection factory that experienced the exception; examine it to determine the port etc.
getConnectionFactory() - Method in class org.springframework.integration.ip.tcp.TcpOutboundGateway
 
getConnectionFactoryName() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionEvent
 
getConnectionId() - Method in interface org.springframework.integration.ip.tcp.connection.TcpConnection
 
getConnectionId() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionEvent
 
getConnectionId() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorSupport
 
getConnectionId() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionSupport
 
getConnections() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioClientConnectionFactory
 
getConnections() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioServerConnectionFactory
 
getConnections() - Method in class org.springframework.integration.ip.tcp.TcpSendingMessageHandler
 
getDelayedReads() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
getDeserializer() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
getDeserializer() - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
getDeserializer() - Method in interface org.springframework.integration.ip.tcp.connection.TcpConnection
 
getDeserializer() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorSupport
 
getDeserializer() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionSupport
 
getDeserializerStateKey() - Method in interface org.springframework.integration.ip.tcp.connection.TcpConnection
 
getDeserializerStateKey() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorSupport
 
getDeserializerStateKey() - Method in class org.springframework.integration.ip.tcp.connection.TcpNetConnection
 
getDeserializerStateKey() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioConnection
 
getDestinationAddress() - Method in class org.springframework.integration.ip.AbstractInternetProtocolSendingMessageHandler
 
getHost() - Method in class org.springframework.integration.ip.AbstractInternetProtocolSendingMessageHandler
 
getHost() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
getHost() - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
getHostAddress() - Method in interface org.springframework.integration.ip.tcp.connection.TcpConnection
 
getHostAddress() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorSupport
 
getHostAddress() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionSupport
 
getHostName() - Method in interface org.springframework.integration.ip.tcp.connection.TcpConnection
 
getHostName() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorSupport
 
getHostName() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionSupport
 
getIdleCount() - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
getInputChannelAttributeName() - Method in class org.springframework.integration.ip.config.TcpOutboundGatewayParser
 
getInterceptor() - Method in interface org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorFactory
Called for each new connection; a new interceptor must be returned on each call.
getInterceptorFactories() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorFactoryChain
 
getLastRead() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioConnection
 
getLastSend() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioConnection
 
getListener() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
getListener() - Method in interface org.springframework.integration.ip.tcp.connection.TcpConnection
 
getListener() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorSupport
 
getListener() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionSupport
 
getLocalAddress() - Method in class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
 
getLocalAddress() - Method in class org.springframework.integration.ip.tcp.connection.AbstractServerConnectionFactory
 
getMapper() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
getMapper() - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
getMapper() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionSupport
 
getMaxMessageSize() - Method in class org.springframework.integration.ip.tcp.serializer.AbstractByteArraySerializer
The maximum supported message size for this serializer.
getMessageBuilderFactory() - Method in class org.springframework.integration.ip.tcp.connection.TcpMessageMapper
 
getNewChannels() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioClientConnectionFactory
 
getObjectType() - Method in class org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean
 
getOffset() - Method in class org.springframework.integration.ip.tcp.serializer.TcpDeserializationExceptionEvent
 
getOpenConnectionIds() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
Returns a list of (currently) open TcpConnection connection ids; allows, for example, broadcast operations to all open connections.
getPayload() - Method in interface org.springframework.integration.ip.tcp.connection.TcpConnection
Uses the deserializer to obtain the message payload from the connection's input stream.
getPayload() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorSupport
 
getPayload() - Method in class org.springframework.integration.ip.tcp.connection.TcpNetConnection
 
getPayload() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioConnection
 
getPhase() - Method in class org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean
 
getPhase() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
getPhase() - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
getPoolSize() - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
getPort() - Method in class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
 
getPort() - Method in class org.springframework.integration.ip.AbstractInternetProtocolSendingMessageHandler
 
getPort() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
getPort() - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
getPort() - Method in interface org.springframework.integration.ip.tcp.connection.TcpConnection
 
getPort() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorSupport
 
getPort() - Method in class org.springframework.integration.ip.tcp.connection.TcpNetConnection
 
getPort() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioConnection
 
getReadDelay() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
getReceiveBufferSize() - Method in class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
 
getRetryInterval() - Method in class org.springframework.integration.ip.tcp.TcpInboundGateway
 
getRetryInterval() - Method in class org.springframework.integration.ip.tcp.TcpReceivingChannelAdapter
 
getRetryInterval() - Method in class org.springframework.integration.ip.tcp.TcpSendingMessageHandler
 
getSender() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
getSender() - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
getSender() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorSupport
 
getSender() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionSupport
 
getSerializer() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
getSerializer() - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
getSerializer() - Method in interface org.springframework.integration.ip.tcp.connection.TcpConnection
 
getSerializer() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorSupport
 
getSerializer() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionSupport
 
getServerChannel() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioServerConnectionFactory
 
getServerConnectionFactory() - Method in class org.springframework.integration.ip.tcp.TcpReceivingChannelAdapter
 
getServerConnectionFactory() - Method in class org.springframework.integration.ip.tcp.TcpSendingMessageHandler
 
getServerSocket() - Method in class org.springframework.integration.ip.tcp.connection.TcpNetServerConnectionFactory
 
getServerSocketFactory() - Method in class org.springframework.integration.ip.tcp.connection.DefaultTcpNetSocketFactorySupport
 
getServerSocketFactory() - Method in class org.springframework.integration.ip.tcp.connection.DefaultTcpNetSSLSocketFactorySupport
 
getServerSocketFactory() - Method in interface org.springframework.integration.ip.tcp.connection.TcpSocketFactorySupport
Supplies the ServerSocketFactory to be used to create new ServerSockets.
getSocket() - Method in class org.springframework.integration.ip.udp.MulticastReceivingChannelAdapter
 
getSocket() - Method in class org.springframework.integration.ip.udp.MulticastSendingMessageHandler
 
getSocket() - Method in class org.springframework.integration.ip.udp.UnicastReceivingChannelAdapter
 
getSocket() - Method in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
 
getSocketFactory() - Method in class org.springframework.integration.ip.tcp.connection.DefaultTcpNetSocketFactorySupport
 
getSocketFactory() - Method in class org.springframework.integration.ip.tcp.connection.DefaultTcpNetSSLSocketFactorySupport
 
getSocketFactory() - Method in interface org.springframework.integration.ip.tcp.connection.TcpSocketFactorySupport
Supplies the SocketFactory to be used to create new Sockets.
getSoLinger() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
getSoLinger() - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
getSoReceiveBufferSize() - Method in class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
 
getSoReceiveBufferSize() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
getSoReceiveBufferSize() - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
getSoReceiveBufferSize() - Method in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
 
getSoSendBufferSize() - Method in class org.springframework.integration.ip.AbstractInternetProtocolSendingMessageHandler
 
getSoSendBufferSize() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
getSoSendBufferSize() - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
getSoTimeout() - Method in class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
 
getSoTimeout() - Method in class org.springframework.integration.ip.AbstractInternetProtocolSendingMessageHandler
 
getSoTimeout() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
getSoTimeout() - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
getSoTrafficClass() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
getSoTrafficClass() - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
getSSLChannelOutputStream() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioSSLConnection
 
getSSLContext() - Method in class org.springframework.integration.ip.tcp.connection.DefaultTcpSSLContextSupport
 
getSSLContext() - Method in interface org.springframework.integration.ip.tcp.connection.TcpSSLContextSupport
Gets an SSLContext.
getTaskExecutor() - Method in class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
 
getTaskExecutor() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
Creates a taskExecutor (if one was not provided).
getTcpSocketFactorySupport() - Method in class org.springframework.integration.ip.tcp.connection.TcpNetClientConnectionFactory
 
getTcpSocketFactorySupport() - Method in class org.springframework.integration.ip.tcp.connection.TcpNetServerConnectionFactory
 
getTcpSocketSupport() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
getTheConnection() - Method in class org.springframework.integration.ip.tcp.connection.AbstractClientConnectionFactory
 
getTheConnection() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorSupport
Returns the underlying connection (or next interceptor)
getTheSocket() - Method in class org.springframework.integration.ip.udp.UnicastReceivingChannelAdapter
 
getTheSocket() - Method in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
 

H

handleMessageInternal(Message<?>) - Method in class org.springframework.integration.ip.tcp.TcpSendingMessageHandler
Writes the message payload to the underlying socket, using the specified message format.
handleMessageInternal(Message<?>) - Method in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
 
handleReadException(Exception) - Method in class org.springframework.integration.ip.tcp.connection.TcpNetConnection
 
handleRequestMessage(Message<?>) - Method in class org.springframework.integration.ip.tcp.TcpOutboundGateway
 
harvestClosedConnections() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
Cleans up this.connections by removing any closed connections.
hashCode() - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
hasRealSender() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorSupport
 
HEADER_SIZE_INT - Static variable in class org.springframework.integration.ip.tcp.serializer.ByteArrayLengthHeaderSerializer
Default length-header field, allows for data up to 2**31-1 bytes.
HEADER_SIZE_UNSIGNED_BYTE - Static variable in class org.springframework.integration.ip.tcp.serializer.ByteArrayLengthHeaderSerializer
A single unsigned byte, for data up to 255 bytes.
HEADER_SIZE_UNSIGNED_SHORT - Static variable in class org.springframework.integration.ip.tcp.serializer.ByteArrayLengthHeaderSerializer
An unsigned short, for data up to 2**16 bytes.
HOSTNAME - Static variable in class org.springframework.integration.ip.IpHeaders
The host name from which a TCP message or UDP packet was received.

I

incrementAndGetConnectionSequence() - Method in interface org.springframework.integration.ip.tcp.connection.TcpConnection
 
incrementAndGetConnectionSequence() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorSupport
 
incrementAndGetConnectionSequence() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionSupport
 
init() - Method in class org.springframework.integration.ip.config.IpNamespaceHandler
 
init() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioSSLConnection
Initializes the SSLEngine and sets up the encryption/decryption buffers.
initializeConnection(TcpConnectionSupport, Socket) - Method in class org.springframework.integration.ip.tcp.connection.AbstractClientConnectionFactory
Transfers attributes such as (de)serializers, singleUse etc to a new connection.
initializeConnection(TcpConnectionSupport, Socket) - Method in class org.springframework.integration.ip.tcp.connection.AbstractServerConnectionFactory
Transfers attributes such as (de)serializer, singleUse etc to a new connection.
INTERCEPTOR_FACTORY_CHAIN - Static variable in class org.springframework.integration.ip.config.IpAdapterParserUtils
 
IP_ADDRESS - Static variable in class org.springframework.integration.ip.IpHeaders
The ip address from which a TCP message or UDP packet was received.
IpAdapterParserUtils - Class in org.springframework.integration.ip.config
Utility methods and constants for IP adapter parsers.
IpHeaders - Class in org.springframework.integration.ip
Headers for Messages mapped from IP datagram packets.
IpIntegrationEvent - Class in org.springframework.integration.ip.event
 
IpIntegrationEvent(Object) - Constructor for class org.springframework.integration.ip.event.IpIntegrationEvent
 
IpIntegrationEvent(Object, Throwable) - Constructor for class org.springframework.integration.ip.event.IpIntegrationEvent
 
IpNamespaceHandler - Class in org.springframework.integration.ip.config
Namespace handler for Spring Integration's ip namespace.
IpNamespaceHandler() - Constructor for class org.springframework.integration.ip.config.IpNamespaceHandler
 
isAcknowledge() - Method in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
 
isActive() - Method in class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
 
isActive() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
isAutoStartup() - Method in class org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean
 
isAutoStartup() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
We are controlled by the startup options of the bound endpoint.
isAutoStartup() - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
isClientMode() - Method in interface org.springframework.integration.ip.tcp.connection.ClientModeCapable
 
isClientMode() - Method in class org.springframework.integration.ip.tcp.TcpInboundGateway
 
isClientMode() - Method in class org.springframework.integration.ip.tcp.TcpReceivingChannelAdapter
 
isClientMode() - Method in class org.springframework.integration.ip.tcp.TcpSendingMessageHandler
 
isClientModeConnected() - Method in interface org.springframework.integration.ip.tcp.connection.ClientModeCapable
 
isClientModeConnected() - Method in class org.springframework.integration.ip.tcp.TcpInboundGateway
 
isClientModeConnected() - Method in class org.springframework.integration.ip.tcp.TcpReceivingChannelAdapter
 
isClientModeConnected() - Method in class org.springframework.integration.ip.tcp.TcpSendingMessageHandler
 
isConnected() - Method in class org.springframework.integration.ip.tcp.connection.ClientModeConnectionManager
 
isEligibleAttribute(String) - Method in class org.springframework.integration.ip.config.TcpInboundGatewayParser
 
isListening() - Method in class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
 
isListening() - Method in class org.springframework.integration.ip.tcp.connection.AbstractServerConnectionFactory
 
isListening() - Method in class org.springframework.integration.ip.tcp.TcpInboundGateway
 
isListening() - Method in class org.springframework.integration.ip.tcp.TcpReceivingChannelAdapter
 
isLookupHost() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
isLookupHost() - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
isNoReadErrorOnClose() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionSupport
 
isOpen() - Method in interface org.springframework.integration.ip.tcp.connection.TcpConnection
 
isOpen() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorSupport
 
isOpen() - Method in class org.springframework.integration.ip.tcp.connection.TcpNetConnection
 
isOpen() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioConnection
 
isRunning() - Method in class org.springframework.integration.ip.AbstractInternetProtocolSendingMessageHandler
 
isRunning() - Method in class org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean
 
isRunning() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
isRunning() - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
isRunning() - Method in class org.springframework.integration.ip.tcp.connection.FailoverClientConnectionFactory
Returns true if all factories are running
isRunning() - Method in class org.springframework.integration.ip.tcp.TcpOutboundGateway
 
isRunning() - Method in class org.springframework.integration.ip.tcp.TcpSendingMessageHandler
 
isServer() - Method in interface org.springframework.integration.ip.tcp.connection.TcpConnection
 
isServer() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorSupport
 
isServer() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionSupport
 
isShuttingDown() - Method in class org.springframework.integration.ip.tcp.connection.AbstractServerConnectionFactory
 
isSingleUse() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
isSingleUse() - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
isSingleUse() - Method in interface org.springframework.integration.ip.tcp.connection.TcpConnection
 
isSingleUse() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorSupport
 
isSingleUse() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionSupport
 
isSoKeepAlive() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
isSoKeepAlive() - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
isSoTcpNoDelay() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
isSoTcpNoDelay() - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
isUsingDirectBuffers() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioClientConnectionFactory
 
isUsingDirectBuffers() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioConnection
 
isUsingDirectBuffers() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioServerConnectionFactory
 

L

lifecycleMonitor - Variable in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
lifecycleMonitor - Variable in class org.springframework.integration.ip.tcp.TcpSendingMessageHandler
 
logger - Variable in class org.springframework.integration.ip.tcp.connection.TcpConnectionSupport
 
logger - Variable in class org.springframework.integration.ip.tcp.connection.TcpMessageMapper
 
logger - Variable in class org.springframework.integration.ip.tcp.serializer.AbstractByteArraySerializer
 
LOOKUP_HOST - Static variable in class org.springframework.integration.ip.config.IpAdapterParserUtils
 

M

MapJsonSerializer - Class in org.springframework.integration.ip.tcp.serializer
Serializes a Map as JSON.
MapJsonSerializer() - Constructor for class org.springframework.integration.ip.tcp.serializer.MapJsonSerializer
 
MAPPER - Static variable in class org.springframework.integration.ip.config.IpAdapterParserUtils
 
maxMessageSize - Variable in class org.springframework.integration.ip.tcp.serializer.AbstractByteArraySerializer
 
MessageConvertingTcpMessageMapper - Class in org.springframework.integration.ip.tcp.connection
 
MessageConvertingTcpMessageMapper(MessageConverter) - Constructor for class org.springframework.integration.ip.tcp.connection.MessageConvertingTcpMessageMapper
 
messageFromEvent(TcpConnectionEvent) - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionEventListeningMessageProducer
 
MulticastReceivingChannelAdapter - Class in org.springframework.integration.ip.udp
Channel adapter that joins a multicast group and receives incoming packets and sends them to an output channel.
MulticastReceivingChannelAdapter(String, int) - Constructor for class org.springframework.integration.ip.udp.MulticastReceivingChannelAdapter
Constructs a MulticastReceivingChannelAdapter that listens for packets on the specified multichannel address (group) and port.
MulticastReceivingChannelAdapter(String, int, boolean) - Constructor for class org.springframework.integration.ip.udp.MulticastReceivingChannelAdapter
Constructs a MulticastReceivingChannelAdapter that listens for packets on the specified multichannel address (group) and port.
MulticastSendingMessageHandler - Class in org.springframework.integration.ip.udp
A MessageHandler implementation that maps a Message into a UDP datagram packet and sends that to the specified multicast address (224.0.0.0 to 239.255.255.255) and port.
MulticastSendingMessageHandler(String, int) - Constructor for class org.springframework.integration.ip.udp.MulticastSendingMessageHandler
Constructs a MulticastSendingMessageHandler to send data to the multicast address/port.
MulticastSendingMessageHandler(String, int, boolean) - Constructor for class org.springframework.integration.ip.udp.MulticastSendingMessageHandler
Constructs a MulticastSendingMessageHandler to send data to the multicast address/port and enables setting the lengthCheck option (if set, a length is prepended to the packet and checked at the destination).
MulticastSendingMessageHandler(String, int, boolean, String, int, int) - Constructor for class org.springframework.integration.ip.udp.MulticastSendingMessageHandler
Constructs a MulticastSendingMessageHandler to send data to the multicast address/port and enables setting the acknowledge option, where the destination sends a receipt acknowledgment.
MulticastSendingMessageHandler(String, int, boolean, boolean, String, int, int) - Constructor for class org.springframework.integration.ip.udp.MulticastSendingMessageHandler
Constructs a MulticastSendingMessageHandler to send data to the multicast address/port and enables setting the acknowledge option, where the destination sends a receipt acknowledgment.

N

NoListenerException - Exception in org.springframework.integration.ip.tcp.connection
 
NoListenerException(String, Throwable) - Constructor for exception org.springframework.integration.ip.tcp.connection.NoListenerException
 
NoListenerException(String) - Constructor for exception org.springframework.integration.ip.tcp.connection.NoListenerException
 

O

obtainConnection() - Method in class org.springframework.integration.ip.tcp.connection.AbstractClientConnectionFactory
 
obtainConnection() - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
obtainConnection() - Method in class org.springframework.integration.ip.tcp.connection.FailoverClientConnectionFactory
 
obtainConnection(Message<?>) - Method in class org.springframework.integration.ip.tcp.TcpSendingMessageHandler
 
obtainNewConnection() - Method in class org.springframework.integration.ip.tcp.connection.AbstractClientConnectionFactory
 
obtainSharedConnection() - Method in class org.springframework.integration.ip.tcp.connection.AbstractClientConnectionFactory
 
onApplicationEvent(TcpConnectionEvent) - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionEventListeningMessageProducer
 
onInit() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
onInit() - Method in class org.springframework.integration.ip.tcp.connection.FailoverClientConnectionFactory
 
onInit() - Method in class org.springframework.integration.ip.tcp.TcpInboundGateway
 
onInit() - Method in class org.springframework.integration.ip.tcp.TcpReceivingChannelAdapter
 
onInit() - Method in class org.springframework.integration.ip.tcp.TcpSendingMessageHandler
 
onInit() - Method in class org.springframework.integration.ip.udp.UnicastReceivingChannelAdapter
 
onInit() - Method in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
 
onMessage(Message<?>) - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorSupport
 
onMessage(Message<?>) - Method in interface org.springframework.integration.ip.tcp.connection.TcpListener
Called by a TCPConnection when a new message arrives.
onMessage(Message<?>) - Method in class org.springframework.integration.ip.tcp.TcpInboundGateway
 
onMessage(Message<?>) - Method in class org.springframework.integration.ip.tcp.TcpOutboundGateway
 
onMessage(Message<?>) - Method in class org.springframework.integration.ip.tcp.TcpReceivingChannelAdapter
 
org.springframework.integration.ip - package org.springframework.integration.ip
Base package for IP (TCP/UDP) Support.
org.springframework.integration.ip.config - package org.springframework.integration.ip.config
Provides classes for configuration - parsers, namespace handlers, factory beans.
org.springframework.integration.ip.event - package org.springframework.integration.ip.event
ApplicationEvents generated by the ip module.
org.springframework.integration.ip.tcp - package org.springframework.integration.ip.tcp
Base package for TCP Support.
org.springframework.integration.ip.tcp.connection - package org.springframework.integration.ip.tcp.connection
All things related to tcp connections - client and server factories; listener and sender interfaces.
org.springframework.integration.ip.tcp.serializer - package org.springframework.integration.ip.tcp.serializer
Byte array (de)serializers for putting some protocol on the wire so that incoming messages can be constructed from stream data.
org.springframework.integration.ip.udp - package org.springframework.integration.ip.udp
Base package for UDP support.
org.springframework.integration.ip.util - package org.springframework.integration.ip.util
Provides utilities for IP support.

P

parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.ip.config.TcpOutboundChannelAdapterParser
 
parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.ip.config.UdpOutboundChannelAdapterParser
 
parseHandler(Element, ParserContext) - Method in class org.springframework.integration.ip.config.TcpOutboundGatewayParser
 
parseInternal(Element, ParserContext) - Method in class org.springframework.integration.ip.config.TcpConnectionFactoryParser
 
PORT - Static variable in class org.springframework.integration.ip.IpHeaders
The remote port for a UDP packet.
postProcessServerSocket(ServerSocket) - Method in class org.springframework.integration.ip.tcp.connection.AbstractServerConnectionFactory
 
postProcessServerSocket(ServerSocket) - Method in class org.springframework.integration.ip.tcp.connection.DefaultTcpSocketSupport
No-Op.
postProcessServerSocket(ServerSocket) - Method in interface org.springframework.integration.ip.tcp.connection.TcpSocketSupport
Performs any further modifications to the server socket after the connection factory has created the socket and set any configured attributes, before invoking ServerSocket.accept().
postProcessSocket(Socket) - Method in class org.springframework.integration.ip.tcp.connection.DefaultTcpSocketSupport
No-Op.
postProcessSocket(Socket) - Method in interface org.springframework.integration.ip.tcp.connection.TcpSocketSupport
Performs any further modifications to the Socket after the socket has been created by a client, or accepted by a server, and after any configured atributes have been set.
processNioSelections(int, Selector, ServerSocketChannel, Map<SocketChannel, TcpNioConnection>) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
Times out any expired connections then, if selectionCount > 0, processes the selected keys.
publishConnectionCloseEvent() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionSupport
 
publishConnectionExceptionEvent(Throwable) - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionSupport
 
publishConnectionOpenEvent() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionSupport
 
publishEvent(TcpConnectionEvent) - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionSupport
Allow interceptors etc to publish events, perhaps subclasses of TcpConnectionEvent.
publishEvent(Exception, byte[], int) - Method in class org.springframework.integration.ip.tcp.serializer.AbstractByteArraySerializer
 
publishServerExceptionEvent(Exception) - Method in class org.springframework.integration.ip.tcp.connection.AbstractServerConnectionFactory
 

R

read(InputStream, byte[], boolean) - Method in class org.springframework.integration.ip.tcp.serializer.ByteArrayLengthHeaderSerializer
Reads data from the socket and puts the data in buffer.
readHeader(InputStream) - Method in class org.springframework.integration.ip.tcp.serializer.ByteArrayLengthHeaderSerializer
Reads the header and returns the length of the data part.
readPacket() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioConnection
Invoked by the factory when there is data to be read.
receive() - Method in class org.springframework.integration.ip.udp.UnicastReceivingChannelAdapter
 
RegexUtils - Class in org.springframework.integration.ip.util
Regular Expression Utilities.
registerListener(TcpListener) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
Registers a TcpListener to receive messages after the payload has been converted from the input data.
registerListener(TcpListener) - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
Delegate TCP Client Connection factories that are used to receive data need a Listener to send the messages to.
registerListener(TcpListener) - Method in class org.springframework.integration.ip.tcp.connection.FailoverClientConnectionFactory
Delegate TCP Client Connection factories that are used to receive data need a Listener to send the messages to.
registerListener(TcpListener) - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorSupport
 
registerListener(TcpListener) - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionSupport
Set the listener that will receive incoming Messages.
registerSender(TcpSender) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
Registers a TcpSender; for server sockets, used to provide connection information so a sender can be used to reply to incoming messages.
registerSender(TcpSender) - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
registerSender(TcpSender) - Method in class org.springframework.integration.ip.tcp.connection.FailoverClientConnectionFactory
 
registerSender(TcpSender) - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorSupport
 
registerSender(TcpSender) - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionSupport
Registers a sender.
REMOTE_PORT - Static variable in class org.springframework.integration.ip.IpHeaders
The remote port from which a TCP message was received.
REMOTE_TIMEOUT - Static variable in class org.springframework.integration.ip.config.IpAdapterParserUtils
 
removeDeadConnection(TcpConnection) - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorSupport
 
removeDeadConnection(TcpConnection) - Method in interface org.springframework.integration.ip.tcp.connection.TcpSender
When we are using sockets owned by a TcpListener, this method is called each time a connection is closed.
removeDeadConnection(TcpConnection) - Method in class org.springframework.integration.ip.tcp.TcpInboundGateway
 
removeDeadConnection(TcpConnection) - Method in class org.springframework.integration.ip.tcp.TcpOutboundGateway
 
removeDeadConnection(TcpConnection) - Method in class org.springframework.integration.ip.tcp.TcpSendingMessageHandler
 
REPLY_CHANNEL - Static variable in class org.springframework.integration.ip.config.IpAdapterParserUtils
 
REPLY_TIMEOUT - Static variable in class org.springframework.integration.ip.config.IpAdapterParserUtils
 
REQUEST_TIMEOUT - Static variable in class org.springframework.integration.ip.config.IpAdapterParserUtils
 
restartAckThread() - Method in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
If exposed as an MBean, can be used to restart the ack thread if a fatal (bind) error occurred, without bouncing the JVM.
RETRY_INTERVAL - Static variable in class org.springframework.integration.ip.config.IpAdapterParserUtils
 
retryConnection() - Method in interface org.springframework.integration.ip.tcp.connection.ClientModeCapable
Immediately attempt to establish the connection.
retryConnection() - Method in class org.springframework.integration.ip.tcp.TcpInboundGateway
 
retryConnection() - Method in class org.springframework.integration.ip.tcp.TcpReceivingChannelAdapter
 
retryConnection() - Method in class org.springframework.integration.ip.tcp.TcpSendingMessageHandler
 
run() - Method in class org.springframework.integration.ip.tcp.connection.ClientModeConnectionManager
 
run() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorSupport
 
run() - Method in class org.springframework.integration.ip.tcp.connection.TcpNetConnection
If there is no listener, and this connection is not for single use, this method exits.
run() - Method in class org.springframework.integration.ip.tcp.connection.TcpNetServerConnectionFactory
If no listener registers, exits.
run() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioClientConnectionFactory
 
run() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioConnection
If there is no listener, and this connection is not for single use, this method exits.
run() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioServerConnectionFactory
If no listener registers, exits.
run() - Method in class org.springframework.integration.ip.udp.UnicastReceivingChannelAdapter
 
run() - Method in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
Process acknowledgments, if requested.

S

SCHEDULER - Static variable in class org.springframework.integration.ip.config.IpAdapterParserUtils
 
send(Message<?>) - Method in interface org.springframework.integration.ip.tcp.connection.TcpConnection
Converts and sends the message.
send(Message<?>) - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorSupport
 
send(Message<?>) - Method in class org.springframework.integration.ip.tcp.connection.TcpNetConnection
 
send(Message<?>) - Method in class org.springframework.integration.ip.tcp.connection.TcpNioConnection
 
send(DatagramPacket) - Method in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
 
sendAck(Message<byte[]>) - Method in class org.springframework.integration.ip.udp.UnicastReceivingChannelAdapter
 
sendExceptionToListener(Exception) - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionSupport
 
sendToPipe(ByteBuffer) - Method in class org.springframework.integration.ip.tcp.connection.TcpNioConnection
 
sendToPipe(ByteBuffer) - Method in class org.springframework.integration.ip.tcp.connection.TcpNioSSLConnection
Overrides super class method to perform decryption and/or participate in handshaking.
serialize(byte[], OutputStream) - Method in class org.springframework.integration.ip.tcp.serializer.ByteArrayCrLfSerializer
Writes the byte[] to the stream and appends \r\n.
serialize(byte[], OutputStream) - Method in class org.springframework.integration.ip.tcp.serializer.ByteArrayLengthHeaderSerializer
Writes the byte[] to the output stream, preceded by a 4 byte length in network byte order (big endian).
serialize(byte[], OutputStream) - Method in class org.springframework.integration.ip.tcp.serializer.ByteArrayRawSerializer
 
serialize(byte[], OutputStream) - Method in class org.springframework.integration.ip.tcp.serializer.ByteArraySingleTerminatorSerializer
Writes the byte[] to the stream and appends the terminator.
serialize(byte[], OutputStream) - Method in class org.springframework.integration.ip.tcp.serializer.ByteArrayStxEtxSerializer
Writes the byte[] to the stream, prefixed by an ASCII STX character and terminated with an ASCII ETX character.
serialize(Map<?, ?>, OutputStream) - Method in class org.springframework.integration.ip.tcp.serializer.MapJsonSerializer
 
setAckAddress(String) - Method in class org.springframework.integration.ip.udp.DatagramPacketMessageMapper
 
setAckCounter(int) - Method in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
 
setAcknowledge(boolean) - Method in class org.springframework.integration.ip.udp.DatagramPacketMessageMapper
 
setActive(boolean) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.integration.ip.tcp.serializer.AbstractByteArraySerializer
 
setApplySequence(boolean) - Method in class org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean
 
setApplySequence(boolean) - Method in class org.springframework.integration.ip.tcp.connection.TcpMessageMapper
 
setBacklog(int) - Method in class org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean
 
setBacklog(int) - Method in class org.springframework.integration.ip.tcp.connection.AbstractServerConnectionFactory
The number of sockets in the connection backlog.
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.ip.tcp.connection.TcpMessageMapper
 
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.ip.udp.DatagramPacketMessageMapper
 
setBeanName(String) - Method in class org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean
 
setCharset(String) - Method in class org.springframework.integration.ip.tcp.connection.TcpMessageMapper
 
setCharset(String) - Method in class org.springframework.integration.ip.udp.DatagramPacketMessageMapper
 
setClientMode(boolean) - Method in class org.springframework.integration.ip.tcp.TcpInboundGateway
 
setClientMode(boolean) - Method in class org.springframework.integration.ip.tcp.TcpReceivingChannelAdapter
 
setClientMode(boolean) - Method in class org.springframework.integration.ip.tcp.TcpSendingMessageHandler
 
setComponentName(String) - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
setConnectionFactory(AbstractConnectionFactory) - Method in class org.springframework.integration.ip.tcp.TcpInboundGateway
setConnectionFactory(AbstractConnectionFactory) - Method in class org.springframework.integration.ip.tcp.TcpOutboundGateway
 
setConnectionFactory(AbstractConnectionFactory) - Method in class org.springframework.integration.ip.tcp.TcpReceivingChannelAdapter
Sets the client or server connection factory; for this (an inbound adapter), if the factory is a client connection factory, the sockets are owned by a sending channel adapter and this adapter is used to receive replies.
setConnectionFactory(AbstractConnectionFactory) - Method in class org.springframework.integration.ip.tcp.TcpSendingMessageHandler
Sets the client or server connection factory; for this (an outbound adapter), if the factory is a server connection factory, the sockets are owned by a receiving channel adapter and this adapter is used to send replies.
setConnectionWaitTimeout(int) - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
setDeserializer(Deserializer<?>) - Method in class org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean
 
setDeserializer(Deserializer<?>) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
setDeserializer(Deserializer<?>) - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
setDeserializer(Deserializer<?>) - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorSupport
 
setDeserializer(Deserializer<?>) - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionSupport
 
setEventTypes(Class<? extends TcpConnectionEvent>[]) - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionEventListeningMessageProducer
Set the list of event types (classes that extend TcpConnectionEvent) that this adapter should send to the message channel.
setHost(String) - Method in class org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean
 
setInterceptorFactoryChain(TcpConnectionInterceptorFactoryChain) - Method in class org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean
 
setInterceptorFactoryChain(TcpConnectionInterceptorFactoryChain) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
setInterceptorFactoryChain(TcpConnectionInterceptorFactoryChain) - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
setInterceptors(TcpConnectionInterceptorFactory[]) - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorFactoryChain
 
setJsonObjectMapper(JsonObjectMapper<?, ?>) - Method in class org.springframework.integration.ip.tcp.serializer.MapJsonSerializer
An JsonObjectMapper to be used for the conversion to/from JSON.
setLastRead(long) - Method in class org.springframework.integration.ip.tcp.connection.TcpNioConnection
 
setLengthCheck(boolean) - Method in class org.springframework.integration.ip.udp.DatagramPacketMessageMapper
 
setListening(boolean) - Method in class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
 
setListening(boolean) - Method in class org.springframework.integration.ip.tcp.connection.AbstractServerConnectionFactory
 
setLocalAddress(String) - Method in class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
 
setLocalAddress(String) - Method in interface org.springframework.integration.ip.CommonSocketOptions
On a multi-homed system, specifies the ip address of the network interface used to communicate.
setLocalAddress(String) - Method in class org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean
 
setLocalAddress(String) - Method in class org.springframework.integration.ip.tcp.connection.AbstractServerConnectionFactory
Used on multi-homed systems to enforce the server to listen on a specfic network address instead of all network adapters.
setLocalAddress(String) - Method in class org.springframework.integration.ip.udp.MulticastSendingMessageHandler
 
setLocalAddress(String) - Method in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
 
setLookupHost(boolean) - Method in class org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean
 
setLookupHost(boolean) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
If true, DNS reverse lookup is done on the remote ip address.
setLookupHost(boolean) - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
setLookupHost(boolean) - Method in class org.springframework.integration.ip.udp.DatagramPacketMessageMapper
 
setLookupHost(boolean) - Method in class org.springframework.integration.ip.udp.UnicastReceivingChannelAdapter
 
setMapper(TcpMessageMapper) - Method in class org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean
 
setMapper(TcpMessageMapper) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
setMapper(TcpMessageMapper) - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
setMapper(TcpMessageMapper) - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorSupport
 
setMapper(TcpMessageMapper) - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionSupport
 
setMaxMessageSize(int) - Method in class org.springframework.integration.ip.tcp.serializer.AbstractByteArraySerializer
The maximum supported message size for this serializer.
setMinAcksForSuccess(int) - Method in class org.springframework.integration.ip.udp.MulticastSendingMessageHandler
If acknowledge = true; how many acks needed for success.
setNioConnectionSupport(TcpNioConnectionSupport) - Method in class org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean
Rare property - not exposed through namespace
setNioHarvestInterval(int) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
How often we clean up closed NIO connections if soTimeout is 0.
setNoReadErrorOnClose(boolean) - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionSupport
 
setPacketDeserializer(Deserializer<byte[]>) - Method in class org.springframework.integration.ip.tcp.serializer.MapJsonSerializer
A Deserializer that will construct the full JSON content from the stream which is then passed to the JsonObjectMapper.
setPacketSerializer(Serializer<byte[]>) - Method in class org.springframework.integration.ip.tcp.serializer.MapJsonSerializer
A Serializer that will delimit the full JSON content in the stream.
setPipeTimeout(long) - Method in class org.springframework.integration.ip.tcp.connection.TcpNioConnection
 
setPoolSize(int) - Method in class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
 
setPoolSize(int) - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
setPort(int) - Method in class org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean
 
setProtocol(String) - Method in class org.springframework.integration.ip.tcp.connection.DefaultTcpSSLContextSupport
The protocol used in SSLContext.getInstance(String); default "TLS".
setReadDelay(long) - Method in class org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean
 
setReadDelay(long) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
The delay (in milliseconds) before retrying a read after the previous attempt failed due to insufficient threads.
setReceiveBufferSize(int) - Method in class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
 
setReliabilityAttributes(boolean, boolean, String, int, int) - Method in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
 
setRemoteTimeout(long) - Method in class org.springframework.integration.ip.tcp.TcpOutboundGateway
 
setReplyChannel(MessageChannel) - Method in class org.springframework.integration.ip.tcp.TcpOutboundGateway
Specify the Spring Integration reply channel.
setRequestTimeout(long) - Method in class org.springframework.integration.ip.tcp.TcpOutboundGateway
 
setRetryInterval(long) - Method in class org.springframework.integration.ip.tcp.TcpInboundGateway
 
setRetryInterval(long) - Method in class org.springframework.integration.ip.tcp.TcpReceivingChannelAdapter
 
setRetryInterval(long) - Method in class org.springframework.integration.ip.tcp.TcpSendingMessageHandler
 
setSendTimeout(long) - Method in class org.springframework.integration.ip.tcp.TcpOutboundGateway
 
setSerializer(Serializer<?>) - Method in class org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean
 
setSerializer(Serializer<?>) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
setSerializer(Serializer<?>) - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
setSerializer(Serializer<?>) - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorSupport
 
setSerializer(Serializer<?>) - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionSupport
 
setSingleUse(boolean) - Method in class org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean
 
setSingleUse(boolean) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
If true, sockets created by this factory will be used once.
setSingleUse(boolean) - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
Ignored on this factory; connections are always cached in the pool.
setSingleUse(boolean) - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorSupport
 
setSingleUse(boolean) - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionSupport
 
setSocket(DatagramSocket) - Method in class org.springframework.integration.ip.udp.UnicastReceivingChannelAdapter
 
setSocket(DatagramSocket) - Method in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
 
setSocketAttributes(Socket) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
Sets socket attributes on the socket.
setSocketAttributes(DatagramSocket) - Method in class org.springframework.integration.ip.udp.UnicastReceivingChannelAdapter
Sets timeout and receive buffer size
setSocketAttributes(DatagramSocket) - Method in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
 
setSocketFactorySupport(TcpSocketFactorySupport) - Method in class org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean
 
setSocketSupport(TcpSocketSupport) - Method in class org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean
 
setSoKeepAlive(boolean) - Method in class org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean
 
setSoKeepAlive(boolean) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
setSoKeepAlive(boolean) - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
setSoLinger(int) - Method in class org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean
 
setSoLinger(int) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
setSoLinger(int) - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
setSoReceiveBufferSize(int) - Method in class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
 
setSoReceiveBufferSize(int) - Method in class org.springframework.integration.ip.AbstractInternetProtocolSendingMessageHandler
 
setSoReceiveBufferSize(int) - Method in interface org.springframework.integration.ip.CommonSocketOptions
 
setSoReceiveBufferSize(int) - Method in class org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean
 
setSoReceiveBufferSize(int) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
setSoReceiveBufferSize(int) - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
setSoReceiveBufferSize(int) - Method in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
 
setSoSendBufferSize(int) - Method in class org.springframework.integration.ip.AbstractInternetProtocolSendingMessageHandler
 
setSoSendBufferSize(int) - Method in interface org.springframework.integration.ip.CommonSocketOptions
 
setSoSendBufferSize(int) - Method in class org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean
 
setSoSendBufferSize(int) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
setSoSendBufferSize(int) - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
setSoSendBufferSize(int) - Method in class org.springframework.integration.ip.udp.UnicastReceivingChannelAdapter
 
setSoTcpNoDelay(boolean) - Method in class org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean
 
setSoTcpNoDelay(boolean) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
setSoTcpNoDelay(boolean) - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
setSoTimeout(int) - Method in class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
 
setSoTimeout(int) - Method in class org.springframework.integration.ip.AbstractInternetProtocolSendingMessageHandler
 
setSoTimeout(int) - Method in interface org.springframework.integration.ip.CommonSocketOptions
 
setSoTimeout(int) - Method in class org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean
 
setSoTimeout(int) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
setSoTimeout(int) - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
setSoTrafficClass(int) - Method in class org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean
 
setSoTrafficClass(int) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
setSoTrafficClass(int) - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
setSslContextSupport(TcpSSLContextSupport) - Method in class org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean
 
setStringToBytes(boolean) - Method in class org.springframework.integration.ip.tcp.connection.TcpMessageMapper
Sets whether outbound String payloads are to be converted to byte[].
setTaskExecutor(Executor) - Method in class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
 
setTaskExecutor(Executor) - Method in class org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean
 
setTaskExecutor(Executor) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
setTaskExecutor(Executor) - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
setTaskExecutor(Executor) - Method in class org.springframework.integration.ip.tcp.connection.TcpNioConnection
 
setTaskExecutor(Executor) - Method in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
 
setTaskScheduler(TaskScheduler) - Method in class org.springframework.integration.ip.tcp.TcpSendingMessageHandler
 
setTcpNioConnectionSupport(TcpNioConnectionSupport) - Method in class org.springframework.integration.ip.tcp.connection.TcpNioClientConnectionFactory
 
setTcpNioConnectionSupport(TcpNioConnectionSupport) - Method in class org.springframework.integration.ip.tcp.connection.TcpNioServerConnectionFactory
 
setTcpSocketFactorySupport(TcpSocketFactorySupport) - Method in class org.springframework.integration.ip.tcp.connection.TcpNetClientConnectionFactory
 
setTcpSocketFactorySupport(TcpSocketFactorySupport) - Method in class org.springframework.integration.ip.tcp.connection.TcpNetServerConnectionFactory
 
setTcpSocketSupport(TcpSocketSupport) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
setTheConnection(TcpConnectionSupport) - Method in class org.springframework.integration.ip.tcp.connection.AbstractClientConnectionFactory
 
setTheConnection(TcpConnectionSupport) - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorSupport
Sets the underlying connection (or next interceptor)
setTimeToLive(int) - Method in class org.springframework.integration.ip.udp.MulticastSendingMessageHandler
Set the underlying MulticastSocket time to live property.
setType(String) - Method in class org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean
 
setUsingDirectBuffers(boolean) - Method in class org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean
 
setUsingDirectBuffers(boolean) - Method in class org.springframework.integration.ip.tcp.connection.TcpNioClientConnectionFactory
When set to true, connections created by this factory attempt to use direct buffers where possible.
setUsingDirectBuffers(boolean) - Method in class org.springframework.integration.ip.tcp.connection.TcpNioConnection
If true, connection will attempt to use direct buffers where possible.
setUsingDirectBuffers(boolean) - Method in class org.springframework.integration.ip.tcp.connection.TcpNioServerConnectionFactory
 
setUsingNio(boolean) - Method in class org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean
 
shutDown() - Method in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
Deprecated.
Use stop() instead.
SOCKET_FACTORY_SUPPORT - Static variable in class org.springframework.integration.ip.config.IpAdapterParserUtils
 
SOCKET_SUPPORT - Static variable in class org.springframework.integration.ip.config.IpAdapterParserUtils
 
SoftEndOfStreamException - Exception in org.springframework.integration.ip.tcp.serializer
Used to communicate that a stream has closed, but between logical messages.
SoftEndOfStreamException() - Constructor for exception org.springframework.integration.ip.tcp.serializer.SoftEndOfStreamException
 
SoftEndOfStreamException(String) - Constructor for exception org.springframework.integration.ip.tcp.serializer.SoftEndOfStreamException
 
SSL_CONTEXT_SUPPORT - Static variable in class org.springframework.integration.ip.config.IpAdapterParserUtils
 
start() - Method in class org.springframework.integration.ip.AbstractInternetProtocolSendingMessageHandler
 
start() - Method in class org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean
 
start() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
start() - Method in class org.springframework.integration.ip.tcp.connection.AbstractServerConnectionFactory
 
start() - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
start() - Method in class org.springframework.integration.ip.tcp.connection.FailoverClientConnectionFactory
 
start() - Method in class org.springframework.integration.ip.tcp.connection.TcpNetClientConnectionFactory
 
start() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioClientConnectionFactory
 
start() - Method in class org.springframework.integration.ip.tcp.TcpOutboundGateway
 
start() - Method in class org.springframework.integration.ip.tcp.TcpSendingMessageHandler
 
stop() - Method in class org.springframework.integration.ip.AbstractInternetProtocolSendingMessageHandler
 
stop() - Method in class org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean
 
stop(Runnable) - Method in class org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean
 
stop() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
Stops the server.
stop(Runnable) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
stop() - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
stop(Runnable) - Method in class org.springframework.integration.ip.tcp.connection.CachingClientConnectionFactory
 
stop() - Method in class org.springframework.integration.ip.tcp.connection.FailoverClientConnectionFactory
 
stop() - Method in class org.springframework.integration.ip.tcp.connection.TcpNetServerConnectionFactory
 
stop() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioClientConnectionFactory
 
stop() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioServerConnectionFactory
 
stop() - Method in class org.springframework.integration.ip.tcp.TcpOutboundGateway
 
stop() - Method in class org.springframework.integration.ip.tcp.TcpSendingMessageHandler
 
stop(Runnable) - Method in class org.springframework.integration.ip.tcp.TcpSendingMessageHandler
 
STX - Static variable in class org.springframework.integration.ip.tcp.serializer.ByteArrayStxEtxSerializer
 
supplyCustomHeaders(TcpConnection) - Method in class org.springframework.integration.ip.tcp.connection.TcpMessageMapper
Override to provide additional headers.

T

TcpConnection - Interface in org.springframework.integration.ip.tcp.connection
An abstraction over Socket and SocketChannel that sends Message objects by serializing the payload and streaming it to the destination.
TcpConnectionCloseEvent - Class in org.springframework.integration.ip.tcp.connection
 
TcpConnectionCloseEvent(TcpConnection, String) - Constructor for class org.springframework.integration.ip.tcp.connection.TcpConnectionCloseEvent
 
TcpConnectionEvent - Class in org.springframework.integration.ip.tcp.connection
ApplicationEvent representing normal operations on a TcpConnection.
TcpConnectionEvent(TcpConnection, String) - Constructor for class org.springframework.integration.ip.tcp.connection.TcpConnectionEvent
 
TcpConnectionEvent(TcpConnection, String, Throwable) - Constructor for class org.springframework.integration.ip.tcp.connection.TcpConnectionEvent
 
TcpConnectionEventInboundChannelAdapterParser - Class in org.springframework.integration.ip.config
 
TcpConnectionEventInboundChannelAdapterParser() - Constructor for class org.springframework.integration.ip.config.TcpConnectionEventInboundChannelAdapterParser
 
TcpConnectionEventListeningMessageProducer - Class in org.springframework.integration.ip.tcp.connection
MessageProducer that produces Messages with @link TcpConnectionEvent payloads.
TcpConnectionEventListeningMessageProducer() - Constructor for class org.springframework.integration.ip.tcp.connection.TcpConnectionEventListeningMessageProducer
 
TcpConnectionExceptionEvent - Class in org.springframework.integration.ip.tcp.connection
ApplicationEvent representing exceptions on a TcpConnection.
TcpConnectionExceptionEvent(TcpConnection, String, Throwable) - Constructor for class org.springframework.integration.ip.tcp.connection.TcpConnectionExceptionEvent
 
TcpConnectionFactoryFactoryBean - Class in org.springframework.integration.ip.config
Instantiates a TcpN(et|io)(Server|Client)ConnectionFactory, depending on type and using-nio attributes.
TcpConnectionFactoryFactoryBean() - Constructor for class org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean
 
TcpConnectionFactoryParser - Class in org.springframework.integration.ip.config
 
TcpConnectionFactoryParser() - Constructor for class org.springframework.integration.ip.config.TcpConnectionFactoryParser
 
TcpConnectionInterceptor - Interface in org.springframework.integration.ip.tcp.connection
 
TcpConnectionInterceptorFactory - Interface in org.springframework.integration.ip.tcp.connection
Interface for TCP connection interceptor factories.
TcpConnectionInterceptorFactoryChain - Class in org.springframework.integration.ip.tcp.connection
 
TcpConnectionInterceptorFactoryChain() - Constructor for class org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorFactoryChain
 
TcpConnectionInterceptorSupport - Class in org.springframework.integration.ip.tcp.connection
Base class for TcpConnectionIntercepters; passes all method calls through to the underlying TcpConnection.
TcpConnectionInterceptorSupport() - Constructor for class org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorSupport
 
TcpConnectionInterceptorSupport(ApplicationEventPublisher) - Constructor for class org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorSupport
 
TcpConnectionOpenEvent - Class in org.springframework.integration.ip.tcp.connection
 
TcpConnectionOpenEvent(TcpConnection, String) - Constructor for class org.springframework.integration.ip.tcp.connection.TcpConnectionOpenEvent
 
TcpConnectionServerExceptionEvent - Class in org.springframework.integration.ip.tcp.connection
IpIntegrationEvent representing exceptions on a TCP server socket/channel.
TcpConnectionServerExceptionEvent(AbstractServerConnectionFactory, Throwable) - Constructor for class org.springframework.integration.ip.tcp.connection.TcpConnectionServerExceptionEvent
 
TcpConnectionSupport - Class in org.springframework.integration.ip.tcp.connection
Base class for TcpConnections.
TcpConnectionSupport() - Constructor for class org.springframework.integration.ip.tcp.connection.TcpConnectionSupport
 
TcpConnectionSupport(ApplicationEventPublisher) - Constructor for class org.springframework.integration.ip.tcp.connection.TcpConnectionSupport
 
TcpConnectionSupport(Socket, boolean, boolean, ApplicationEventPublisher, String) - Constructor for class org.springframework.integration.ip.tcp.connection.TcpConnectionSupport
Creates a TcpConnectionSupport object and publishes a TcpConnectionOpenEvent, if an event publisher is provided.
TcpDeserializationExceptionEvent - Class in org.springframework.integration.ip.tcp.serializer
Event representing an exception while decoding an incoming stream.
TcpDeserializationExceptionEvent(Object, Throwable, byte[], int) - Constructor for class org.springframework.integration.ip.tcp.serializer.TcpDeserializationExceptionEvent
 
TcpInboundChannelAdapterParser - Class in org.springframework.integration.ip.config
Channel Adapter that receives TCP stream frames and maps them to Messages.
TcpInboundChannelAdapterParser() - Constructor for class org.springframework.integration.ip.config.TcpInboundChannelAdapterParser
 
TcpInboundGateway - Class in org.springframework.integration.ip.tcp
Inbound Gateway using a server connection factory - threading is controlled by the factory.
TcpInboundGateway() - Constructor for class org.springframework.integration.ip.tcp.TcpInboundGateway
 
TcpInboundGatewayParser - Class in org.springframework.integration.ip.config
 
TcpInboundGatewayParser() - Constructor for class org.springframework.integration.ip.config.TcpInboundGatewayParser
 
TcpListener - Interface in org.springframework.integration.ip.tcp.connection
Classes that implement this interface may register with a connection factory to receive messages retrieved from a TcpConnection
TcpMessageMapper - Class in org.springframework.integration.ip.tcp.connection
Maps incoming data from a TcpConnection to a Message.
TcpMessageMapper() - Constructor for class org.springframework.integration.ip.tcp.connection.TcpMessageMapper
 
TcpNetClientConnectionFactory - Class in org.springframework.integration.ip.tcp.connection
A client connection factory that creates TcpNetConnections.
TcpNetClientConnectionFactory(String, int) - Constructor for class org.springframework.integration.ip.tcp.connection.TcpNetClientConnectionFactory
Creates a TcpNetClientConnectionFactory for connections to the host and port.
TcpNetConnection - Class in org.springframework.integration.ip.tcp.connection
A TcpConnection that uses and underlying Socket.
TcpNetConnection(Socket, boolean, boolean, ApplicationEventPublisher, String) - Constructor for class org.springframework.integration.ip.tcp.connection.TcpNetConnection
Constructs a TcpNetConnection for the socket.
TcpNetServerConnectionFactory - Class in org.springframework.integration.ip.tcp.connection
Implements a server connection factory that produces TcpNetConnections using a ServerSocket.
TcpNetServerConnectionFactory(int) - Constructor for class org.springframework.integration.ip.tcp.connection.TcpNetServerConnectionFactory
Listens for incoming connections on the port.
TcpNioClientConnectionFactory - Class in org.springframework.integration.ip.tcp.connection
A client connection factory that creates TcpNioConnections.
TcpNioClientConnectionFactory(String, int) - Constructor for class org.springframework.integration.ip.tcp.connection.TcpNioClientConnectionFactory
Creates a TcpNioClientConnectionFactory for connections to the host and port.
TcpNioConnection - Class in org.springframework.integration.ip.tcp.connection
A TcpConnection that uses and underlying SocketChannel.
TcpNioConnection(SocketChannel, boolean, boolean, ApplicationEventPublisher, String) - Constructor for class org.springframework.integration.ip.tcp.connection.TcpNioConnection
Constructs a TcpNetConnection for the SocketChannel.
TcpNioConnectionSupport - Interface in org.springframework.integration.ip.tcp.connection
Used by NIO connection factories to instantiate a TcpNioConnection object.
TcpNioServerConnectionFactory - Class in org.springframework.integration.ip.tcp.connection
/** Implements a server connection factory that produces TcpNioConnections using a ServerSocketChannel.
TcpNioServerConnectionFactory(int) - Constructor for class org.springframework.integration.ip.tcp.connection.TcpNioServerConnectionFactory
Listens for incoming connections on the port.
TcpNioSSLConnection - Class in org.springframework.integration.ip.tcp.connection
Implementation of TcpConnection supporting SSL/TLS over NIO.
TcpNioSSLConnection(SocketChannel, boolean, boolean, ApplicationEventPublisher, String, SSLEngine) - Constructor for class org.springframework.integration.ip.tcp.connection.TcpNioSSLConnection
 
TcpOutboundChannelAdapterParser - Class in org.springframework.integration.ip.config
 
TcpOutboundChannelAdapterParser() - Constructor for class org.springframework.integration.ip.config.TcpOutboundChannelAdapterParser
 
TcpOutboundGateway - Class in org.springframework.integration.ip.tcp
TCP outbound gateway that uses a client connection factory.
TcpOutboundGateway() - Constructor for class org.springframework.integration.ip.tcp.TcpOutboundGateway
 
TcpOutboundGatewayParser - Class in org.springframework.integration.ip.config
Parser for the <outbound-gateway> element of the integration 'jms' namespace.
TcpOutboundGatewayParser() - Constructor for class org.springframework.integration.ip.config.TcpOutboundGatewayParser
 
TcpReceivingChannelAdapter - Class in org.springframework.integration.ip.tcp
Tcp inbound channel adapter using a TcpConnection to receive data - if the connection factory is a server factory, this Listener owns the connections.
TcpReceivingChannelAdapter() - Constructor for class org.springframework.integration.ip.tcp.TcpReceivingChannelAdapter
 
TcpSender - Interface in org.springframework.integration.ip.tcp.connection
An interface representing a sending client of a connection factory.
TcpSendingMessageHandler - Class in org.springframework.integration.ip.tcp
Tcp outbound channel adapter using a TcpConnection to send data - if the connection factory is a server factory, the TcpListener owns the connections.
TcpSendingMessageHandler() - Constructor for class org.springframework.integration.ip.tcp.TcpSendingMessageHandler
 
TcpSocketFactorySupport - Interface in org.springframework.integration.ip.tcp.connection
Strategy interface for supplying Socket Factories.
TcpSocketSupport - Interface in org.springframework.integration.ip.tcp.connection
Strategy interface for modifying sockets.
TcpSSLContextSupport - Interface in org.springframework.integration.ip.tcp.connection
Strategy interface for the creation of an SSLContext object for use with SSL/TLS sockets.
TestingUtilities - Class in org.springframework.integration.ip.util
Convenience class providing methods for testing IP components.
TestingUtilities() - Constructor for class org.springframework.integration.ip.util.TestingUtilities
 
toMessage(TcpConnection) - Method in class org.springframework.integration.ip.tcp.connection.MessageConvertingTcpMessageMapper
 
toMessage(TcpConnection) - Method in class org.springframework.integration.ip.tcp.connection.TcpMessageMapper
 
toMessage(DatagramPacket) - Method in class org.springframework.integration.ip.udp.DatagramPacketMessageMapper
 
toString() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionCloseEvent
 
toString() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionEvent
 
toString() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionOpenEvent
 
toString() - Method in class org.springframework.integration.ip.tcp.connection.TcpConnectionServerExceptionEvent
 

U

UdpInboundChannelAdapterParser - Class in org.springframework.integration.ip.config
Channel Adapter that receives UDP datagram packets and maps them to Messages.
UdpInboundChannelAdapterParser() - Constructor for class org.springframework.integration.ip.config.UdpInboundChannelAdapterParser
 
UdpOutboundChannelAdapterParser - Class in org.springframework.integration.ip.config
 
UdpOutboundChannelAdapterParser() - Constructor for class org.springframework.integration.ip.config.UdpOutboundChannelAdapterParser
 
UnicastReceivingChannelAdapter - Class in org.springframework.integration.ip.udp
A channel adapter to receive incoming UDP packets.
UnicastReceivingChannelAdapter(int) - Constructor for class org.springframework.integration.ip.udp.UnicastReceivingChannelAdapter
Constructs a UnicastReceivingChannelAdapter that listens on the specified port.
UnicastReceivingChannelAdapter(int, boolean) - Constructor for class org.springframework.integration.ip.udp.UnicastReceivingChannelAdapter
Constructs a UnicastReceivingChannelAdapter that listens for packets on the specified port.
UnicastSendingMessageHandler - Class in org.springframework.integration.ip.udp
A MessageHandler implementation that maps a Message into a UDP datagram packet and sends that to the specified host and port.
UnicastSendingMessageHandler(String, int) - Constructor for class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
Basic constructor; no reliability; no acknowledgment.
UnicastSendingMessageHandler(String, int, boolean) - Constructor for class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
Can used to add a length to each packet which can be checked at the destination.
UnicastSendingMessageHandler(String, int, boolean, String, int, int) - Constructor for class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
Add an acknowledgment request to packets.
UnicastSendingMessageHandler(String, int, boolean, boolean, String, int, int) - Constructor for class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
Add a length and/or acknowledgment request to packets.

W

waitListening(AbstractServerConnectionFactory, Long) - Static method in class org.springframework.integration.ip.util.TestingUtilities
Wait for a server connection factory to actually start listening before starting a test.
waitStopListening(AbstractServerConnectionFactory, Long) - Static method in class org.springframework.integration.ip.util.TestingUtilities
Wait for a server connection factory to stop listening.
waitUntilFactoryHasThisNumberOfConnections(AbstractConnectionFactory, int) - Static method in class org.springframework.integration.ip.util.TestingUtilities
Wait for up to 10 seconds for the connection factory to have the specified number of connections.
wrapConnection(TcpConnectionSupport) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
writeHeader(OutputStream, int) - Method in class org.springframework.integration.ip.tcp.serializer.ByteArrayLengthHeaderSerializer
Writes the header, according to the header format.
A B C D E F G H I L M N O P R S T U W 
Skip navigation links