Class WebSocketChannelBinding


public class WebSocketChannelBinding extends ChannelBinding
When using WebSockets, the channel represents the connection. Unlike other protocols that support multiple virtual channels (topics, routing keys, etc.) per connection, WebSockets doesn't support virtual channels or, put it another way, there's only one channel and its characteristics are strongly related to the protocol used for the handshake, i.e., HTTP.
See Also:
  • Constructor Details

    • WebSocketChannelBinding

      public WebSocketChannelBinding()