1. 18 12月, 2016 2 次提交
    • R
      Refactoring in reactive WebSocketSession and adapters · bcf6f6e7
      Rossen Stoyanchev 提交于
      The WebSocketHander adapters are now neutral for client vs server-side
      use with the adapters for RxNetty and Reactor Netty (server-side only)
      completely removed.
      
      A new HandshakeInfo carries information about the handshake including
      URI, headers, and principal from the upgrade strategy, to the adapter,
      and then to the session.
      
      WebSocketSession exposes the HandshakeInfo as well reducing its overall
      number of methods.
      bcf6f6e7
    • R
      Refactoring in reactive WebSocketSession hierarchy · 6cd92c69
      Rossen Stoyanchev 提交于
      Expose bufferFactory() at the WebSocketSession level for creating
      payloads like ReactiveHttpOutputMessage does.
      
      Promote getId(), getUri(), and bufferFactory() to the base class
      WebSocketSessionSupport.
      6cd92c69
  2. 13 12月, 2016 8 次提交