Uses of Interface
org.springframework.integration.ip.tcp.connection.TcpListener
Packages that use TcpListener
Package
Description
Base package for TCP Support.
All things related to tcp connections - client and
server factories; listener and sender interfaces.
Provides classes for inbound endpoints.
-
Uses of TcpListener in org.springframework.integration.ip.tcp
Classes in org.springframework.integration.ip.tcp that implement TcpListenerModifier and TypeClassDescriptionclassInbound Gateway using a server connection factory - threading is controlled by the factory.classTCP outbound gateway that uses a client connection factory.classTcp inbound channel adapter using a TcpConnection to receive data - if the connection factory is a server factory, this Listener owns the connections. -
Uses of TcpListener in org.springframework.integration.ip.tcp.connection
Subinterfaces of TcpListener in org.springframework.integration.ip.tcp.connectionClasses in org.springframework.integration.ip.tcp.connection that implement TcpListenerModifier and TypeClassDescriptionclassBase class forTcpConnectionInterceptors; passes all method calls through to the underlyingTcpConnection.Methods in org.springframework.integration.ip.tcp.connection that return TcpListenerModifier and TypeMethodDescriptionAbstractConnectionFactory.getListener()TcpConnection.getListener()TcpConnectionInterceptorSupport.getListener()TcpConnectionSupport.getListener()ThreadAffinityClientConnectionFactory.getListener()Methods in org.springframework.integration.ip.tcp.connection with parameters of type TcpListenerModifier and TypeMethodDescriptionvoidAbstractConnectionFactory.registerListener(TcpListener listenerToRegister) Registers a TcpListener to receive messages after the payload has been converted from the input data.voidCachingClientConnectionFactory.registerListener(TcpListener listener) Delegate TCP Client Connection factories that are used to receive data need a Listener to send the messages to.voidFailoverClientConnectionFactory.registerListener(TcpListener listener) Delegate TCP Client Connection factories that are used to receive data need a Listener to send the messages to.voidTcpConnectionInterceptorSupport.registerListener(TcpListener listener) voidTcpConnectionSupport.registerListener(TcpListener listener) Set the listener that will receive incoming Messages.voidThreadAffinityClientConnectionFactory.registerListener(TcpListener listener) voidTcpConnectionSupport.registerTestListener(TcpListener tListener) Set a temporary listener to receive just the first incoming message. -
Uses of TcpListener in org.springframework.integration.syslog.inbound
Classes in org.springframework.integration.syslog.inbound that implement TcpListenerModifier and TypeClassDescriptionclassTCP implementation of a syslog inbound channel adapter.