1. 18 12月, 2016 2 次提交
    • R
      Refactoring in reactive WebSocketMessage · edcf0491
      Rossen Stoyanchev 提交于
      Move WebSocketMessage factory methods to the WebSocketSession which
      has the bufferFactory() needed to create message payloads.
      
      WebSocketMessage is left with one public constructor.
      
      WebSocketMessage exposes convenience retain/releasePayload methods.
      edcf0491
    • 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 次提交