Uses of Interface
org.springframework.integration.ip.tcp.connection.TcpListener
Packages that use TcpListener
Package
Description
All things related to tcp connections - client and
server factories; listener and sender interfaces.
Inbound channel adapters for TCP Support.
Outbound channel adapters for TCP Support.
Provides classes for inbound endpoints.
-
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 TypeMethodDescription@Nullable TcpListenerAbstractConnectionFactory.getListener()@Nullable TcpListenerTcpConnection.getListener()@Nullable TcpListenerTcpConnectionInterceptorSupport.getListener()@Nullable TcpListenerTcpConnectionSupport.getListener()@Nullable TcpListenerThreadAffinityClientConnectionFactory.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(@Nullable TcpListener listener) voidTcpConnectionSupport.registerListener(@Nullable 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.ip.tcp.inbound
Classes in org.springframework.integration.ip.tcp.inbound that implement TcpListenerModifier and TypeClassDescriptionclassInbound Gateway using a server connection factory - threading is controlled by the 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.outbound
Classes in org.springframework.integration.ip.tcp.outbound that implement TcpListenerModifier and TypeClassDescriptionclassTCP outbound gateway that uses a client connection factory. -
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.