Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.integration.ip Classes and Interfaces - 79 results found.
NameDescriptionTypePackageFramework
SoftEndOfStreamExceptionUsed to communicate that a stream has closed, but between logicalSince:2.Classorg.springframework.integration.ip.tcp.serializerSpring Integration
RegexUtilsRegular Expression Utilities.Classorg.springframework.integration.ip.utilSpring Integration
NoListenerExceptionClassorg.springframework.integration.ip.tcp.connectionSpring Integration
MulticastSendingMessageHandlerA MessageHandler implementation that maps a Message intoa UDP datagram packet and sends that to the specified multicast addressClassorg.springframework.integration.ip.udpSpring Integration
MulticastReceivingChannelAdapterChannel adapter that joins a multicast group and receives incoming packets andsends them to an output channel.Classorg.springframework.integration.ip.udpSpring Integration
MessageConvertingTcpMessageMapperClassorg.springframework.integration.ip.tcp.connectionSpring Integration
MapJsonSerializerSerializes a Map as JSON.Classorg.springframework.integration.ip.tcp.serializerSpring Integration
IpNamespaceHandlerNamespace handler for Spring Integration's ip namespace.Classorg.springframework.integration.ip.configSpring Integration
IpIntegrationEventClassorg.springframework.integration.ip.eventSpring Integration
IpHeadersHeaders for Messages mapped from IP datagram packets.Classorg.springframework.integration.ipSpring Integration
IpAdapterParserUtilsUtility methods and constants for IP adapter parsers.Classorg.springframework.integration.ip.configSpring Integration
FailoverClientConnectionFactoryGiven a list of connection factories, serves up TcpConnectionsthat can iterate over a connection from each factory until the writeClassorg.springframework.integration.ip.tcp.connectionSpring Integration
DefaultTcpSSLContextSupportDefault implementation of TcpSSLContextSupport; uses a'TLS' (by default) SSLContext, initialized with 'JKS'Classorg.springframework.integration.ip.tcp.connectionSpring Integration
DefaultTcpSocketSupportDefault implementation of TcpSocketSupport; makes noSince:2.Classorg.springframework.integration.ip.tcp.connectionSpring Integration
DefaultTcpNioSSLConnectionSupportClassorg.springframework.integration.ip.tcp.connectionSpring Integration
DefaultTcpNioConnectionSupportClassorg.springframework.integration.ip.tcp.connectionSpring Integration
DefaultTcpNetSSLSocketFactorySupportfor SSL sockets SSLServerSocket andSince:2.Classorg.springframework.integration.ip.tcp.connectionSpring Integration
DefaultTcpNetSocketFactorySupportfor non-SSL sockets ServerSocket andSince:2.Classorg.springframework.integration.ip.tcp.connectionSpring Integration
DatagramPacketMessageMapperMessage Mapper for converting to and from UDP DatagramPackets.Classorg.springframework.integration.ip.udpSpring Integration
ConnectionFactoryA factory used to create TcpConnection objects.Interfaceorg.springframework.integration.ip.tcp.connectionSpring Integration
CommonSocketOptionsInterfaceorg.springframework.integration.ipSpring Integration
ClientModeCapableEdpoints implementing this interface are capableof running in client-mode.Interfaceorg.springframework.integration.ip.tcp.connectionSpring Integration
ClientModeConnectionManagerIntended to be run on a schedule, simply gets the connectionfrom a client connection factory each time it is run.Classorg.springframework.integration.ip.tcp.connectionSpring Integration
CachingClientConnectionFactoryConnection factory that caches connections from the underlying target factory.Classorg.springframework.integration.ip.tcp.connectionSpring Integration
ByteArraySingleTerminatorSerializerReads data in an InputStream to a byte[]; data must be terminated by a singlebyte (not included in resulting byte[]).Classorg.springframework.integration.ip.tcp.serializerSpring Integration
ByteArrayStxEtxSerializerReads data in an InputStream to a byte[]; data must be prefixed by andterminated by (not included in resulting byte[]).Classorg.springframework.integration.ip.tcp.serializerSpring Integration
ByteArrayLfSerializerClassorg.springframework.integration.ip.tcp.serializerSpring Integration
ByteArrayRawSerializerA byte array (de)serializer that does nothing with the payload; sends it raw.Classorg.springframework.integration.ip.tcp.serializerSpring Integration
ByteArrayLengthHeaderSerializerReads data in an InputStream to a byte[]; data must be preceded bya binary length (network byte order, not included in resulting byte[]).Classorg.springframework.integration.ip.tcp.serializerSpring Integration
ByteArrayCrLfSerializerReads data in an InputStream to a byte[]; data must be terminated by \r\n(not included in resulting byte[]).Classorg.springframework.integration.ip.tcp.serializerSpring Integration
AbstractServerConnectionFactoryBase class for all server connection factories.Classorg.springframework.integration.ip.tcp.connectionSpring Integration
AbstractInternetProtocolSendingMessageHandlerBase class for all TCP/UDP MessageHandlers.Classorg.springframework.integration.ipSpring Integration
AbstractInternetProtocolReceivingChannelAdapterBase class for inbound TCP/UDP Channel Adapters.Classorg.springframework.integration.ipSpring Integration
AbstractConnectionFactoryBase class for all connection factories.Classorg.springframework.integration.ip.tcp.connectionSpring Integration
AbstractClientConnectionFactoryAbstract class for client connection factories; client connection factoriesestablish outgoing connections.Classorg.springframework.integration.ip.tcp.connectionSpring Integration
AbstractByteArraySerializerBase class for (de)serializers that provide a mechanism toreconstruct a byte array from an arbitrary stream.Classorg.springframework.integration.ip.tcp.serializerSpring Integration
TcpConnectionAn abstraction over Socket and SocketChannel thatsends Message objects by serializing the payloadInterfaceorg.springframework.integration.ip.tcp.connectionSpring Integration
TcpConnectionCloseEventClassorg.springframework.integration.ip.tcp.connectionSpring Integration
TcpConnectionEventApplicationEvent representing normal operations on a TcpConnection.Classorg.springframework.integration.ip.tcp.connectionSpring Integration
TcpConnectionEventInboundChannelAdapterParserClassorg.springframework.integration.ip.configSpring Integration
TcpConnectionEventListeningMessageProducerMessageProducer that produces Messages with @link TcpConnectionEventSince:3.Classorg.springframework.integration.ip.tcp.connectionSpring Integration
TcpConnectionExceptionEventApplicationEvent representing exceptions on a TcpConnection.Classorg.springframework.integration.ip.tcp.connectionSpring Integration
TcpConnectionFailedCorrelationEventAn event emitted when an endpoint cannot correlate a connection id to aconnection; the cause is a messaging exception with the failed message.Classorg.springframework.integration.ip.tcp.connectionSpring Integration
TcpConnectionInterceptorInterfaceorg.springframework.integration.ip.tcp.connectionSpring Integration
TcpConnectionInterceptorFactoryInterface for TCP connection interceptor factories.Interfaceorg.springframework.integration.ip.tcp.connectionSpring Integration
TcpConnectionInterceptorFactoryChainClassorg.springframework.integration.ip.tcp.connectionSpring Integration
TcpConnectionInterceptorSupportBase class for TcpConnectionIntercepters; passes all method calls throughto the underlying TcpConnection.Classorg.springframework.integration.ip.tcp.connectionSpring Integration
TcpConnectionOpenEventClassorg.springframework.integration.ip.tcp.connectionSpring Integration
TcpConnectionServerExceptionEventIpIntegrationEvent representing exceptions on a TCP server socket/channel.Classorg.springframework.integration.ip.tcp.connectionSpring Integration
TcpConnectionSupportBase class for TcpConnections.Classorg.springframework.integration.ip.tcp.connectionSpring Integration
TcpDeserializationExceptionEventEvent representing an exception while decoding an incoming stream.Classorg.springframework.integration.ip.tcp.serializerSpring Integration
TcpInboundChannelAdapterParserChannel Adapter that receives TCP stream frames and maps them to Messages.Classorg.springframework.integration.ip.configSpring Integration
TcpInboundGatewayInbound Gateway using a server connection factory - threading is controlled by thefactory.Classorg.springframework.integration.ip.tcpSpring Integration
TcpInboundGatewayParserClassorg.springframework.integration.ip.configSpring Integration
TcpListenerClasses that implement this interface may register with aconnection factory to receive messages retrieved from aInterfaceorg.springframework.integration.ip.tcp.connectionSpring Integration
TcpMessageMapperMaps incoming data from a TcpConnection to a Message.Classorg.springframework.integration.ip.tcp.connectionSpring Integration
TcpNetClientConnectionFactoryA client connection factory that creates TcpNetConnections.Classorg.springframework.integration.ip.tcp.connectionSpring Integration
TcpNetConnectionA TcpConnection that uses and underlying Socket.Classorg.springframework.integration.ip.tcp.connectionSpring Integration
TcpNetServerConnectionFactorya ServerSocket.Classorg.springframework.integration.ip.tcp.connectionSpring Integration
TcpNioClientConnectionFactoryA client connection factory that creates TcpNioConnections.Classorg.springframework.integration.ip.tcp.connectionSpring Integration
TcpNioConnectionA TcpConnection that uses and underlying SocketChannel.Classorg.springframework.integration.ip.tcp.connectionSpring Integration
TcpNioConnectionSupportUsed by NIO connection factories to instantiate a TcpNioConnection object.Interfaceorg.springframework.integration.ip.tcp.connectionSpring Integration
TcpNioServerConnectionFactorya ServerSocketChannel.Classorg.springframework.integration.ip.tcp.connectionSpring Integration
TcpNioSSLConnectionUnlike TcpNetConnection, which uses Sockets, the JVM does not directly support SSL forSocketChannels, used by NIO.Classorg.springframework.integration.ip.tcp.connectionSpring Integration
TcpOutboundChannelAdapterParserClassorg.springframework.integration.ip.configSpring Integration
TcpOutboundGatewayTCP outbound gateway that uses a client connection factory.Classorg.springframework.integration.ip.tcpSpring Integration
TcpOutboundGatewayParserParser for the element of the integration 'jms' namespace.Classorg.springframework.integration.ip.configSpring Integration
TcpReceivingChannelAdapterTcp inbound channel adapter using a TcpConnection toreceive data - if the connection factory is a serverClassorg.springframework.integration.ip.tcpSpring Integration
TcpSenderAn interface representing a sending client of a connectionSince:2.Interfaceorg.springframework.integration.ip.tcp.connectionSpring Integration
TcpSendingMessageHandlerTcp outbound channel adapter using a TcpConnection tosend data - if the connection factory is a serverClassorg.springframework.integration.ip.tcpSpring Integration
TcpServerConnectionFactoryConnection factories that act as TCP servers, listening for incoming connections.Interfaceorg.springframework.integration.ip.tcp.connectionSpring Integration
TcpSocketFactorySupportStrategy interface for supplying Socket Factories.Interfaceorg.springframework.integration.ip.tcp.connectionSpring Integration
TcpSocketSupportStrategy interface for modifying sockets.Interfaceorg.springframework.integration.ip.tcp.connectionSpring Integration
TcpSSLContextSupportStrategy interface for the creation of an SSLContext objectfor use with SSL/TLS sockets.Interfaceorg.springframework.integration.ip.tcp.connectionSpring Integration
TestingUtilitiesConvenience class providing methods for testing IP components.Classorg.springframework.integration.ip.utilSpring Integration
UdpInboundChannelAdapterParserChannel Adapter that receives UDP datagram packets and maps them to Messages.Classorg.springframework.integration.ip.configSpring Integration
UdpOutboundChannelAdapterParserClassorg.springframework.integration.ip.configSpring Integration
UnicastReceivingChannelAdapterA channel adapter to receive incoming UDP packets.Classorg.springframework.integration.ip.udpSpring Integration
UnicastSendingMessageHandlerA MessageHandler implementation that maps a Message intoa UDP datagram packet and sends that to the specified host and port.Classorg.springframework.integration.ip.udpSpring Integration