Uses of Interface
org.springframework.messaging.tcp.TcpOperations
Packages that use TcpOperations
Package
Description
Configuration support for WebSocket messaging using higher level messaging protocols.
Generic support for simple messaging protocols (like STOMP).
Contains support for TCP messaging based on Reactor.
-
Uses of TcpOperations in org.springframework.messaging.simp.config
Methods in org.springframework.messaging.simp.config with parameters of type TcpOperationsModifier and TypeMethodDescriptionStompBrokerRelayRegistration.setTcpClient
(TcpOperations<byte[]> tcpClient) Configure a TCP client for managing TCP connections to the STOMP broker. -
Uses of TcpOperations in org.springframework.messaging.simp.stomp
Methods in org.springframework.messaging.simp.stomp that return TcpOperationsModifier and TypeMethodDescriptionTcpOperations<byte[]>
StompBrokerRelayMessageHandler.getTcpClient()
Get the configured TCP client (nevernull
unless not configured invoked and this method is invoked before the handler is started and hence a default implementation initialized).Methods in org.springframework.messaging.simp.stomp with parameters of type TcpOperationsModifier and TypeMethodDescriptionvoid
StompBrokerRelayMessageHandler.setTcpClient
(TcpOperations<byte[]> tcpClient) Configure a TCP client for managing TCP connections to the STOMP broker.Constructors in org.springframework.messaging.simp.stomp with parameters of type TcpOperationsModifierConstructorDescriptionReactorNettyTcpStompClient
(TcpOperations<byte[]> tcpClient) Create an instance with a pre-configured TCP client. -
Uses of TcpOperations in org.springframework.messaging.tcp.reactor
Classes in org.springframework.messaging.tcp.reactor that implement TcpOperationsModifier and TypeClassDescriptionclass
Reactor Netty based implementation ofTcpOperations
.class
Reactor Netty based implementation ofTcpOperations
.