1. 20 12月, 2016 3 次提交
    • R
      Fix failing test · 5fd600d2
      Rossen Stoyanchev 提交于
      5fd600d2
    • R
      Add Reactor Netty WebSocketClient support · 12435560
      Rossen Stoyanchev 提交于
      Issue: SPR-14527
      12435560
    • R
      Refactor reactive WebSocketClient contract · 14068d52
      Rossen Stoyanchev 提交于
      Switch from returning Mono<WebSocketSession> to take a WebSocketHandler
      and return Mono<Void> for the entire session handling.
      
      The WebSocketHandler callback delimits the stard and end of protocol
      handling and forces the handler to operate within the scope of the
      Reactor operators.
      
      Give the full duplex nature of WebSockets, the symmetry between client
      and server (each now using WebSocketHandler) also seems appropriate.
      
      Issue: SPR-14527
      14068d52
  2. 19 12月, 2016 8 次提交
  3. 18 12月, 2016 6 次提交
  4. 17 12月, 2016 7 次提交
  5. 16 12月, 2016 6 次提交
  6. 15 12月, 2016 10 次提交