Package org.springframework.integration.websocket.support

Provides support classes used from WebSocket components.
  • Class Summary 
    Class Description
    ClientStompEncoder
    A StompEncoder extension to prepare a message for sending/receiving before/after encoding/decoding when used from WebSockets client side.
    PassThruSubProtocolHandler
    The simple 'pass thru' SubProtocolHandler, when there is no interests in the WebSocket sub-protocols.
    SubProtocolHandlerRegistry
    The utility class to encapsulate search algorithms for a set of provided SubProtocolHandlers.