• A
    Introduce SubProtocolHandler abstraction · 9e20a256
    Andy Wilkinson 提交于
    Add SubProtocolHandler to encapsulate the logic for using a
    sub-protocol.
    
    A SubProtocolWebSocketHandler is also provided to
    delegate to the appropriate SubProtocolHandler based on the
    negotiated sub-protocol value at handshake.
    
    StompSubProtocolHandler provides handling for STOMP messages.
    
    Issue: SPR-10786
    9e20a256
StompBrokerRelayMessageHandler.java 13.7 KB