1. 02 8月, 2013 1 次提交
    • 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
  2. 01 8月, 2013 8 次提交
  3. 31 7月, 2013 6 次提交
  4. 30 7月, 2013 10 次提交
  5. 28 7月, 2013 1 次提交
  6. 26 7月, 2013 1 次提交
    • R
      Fix issue in TomcatRequestUpgradeStrategy · 7bb9c639
      Rossen Stoyanchev 提交于
      The method WsServerContainer.getServerContainer() was removed from
      JSR-356 but remained in Tomcat a little while longer. Instead the
      ServerContainer is obtained through a ServletContext attribute.
      Tomcat has now removed this method, hence the need for this fix.
      7bb9c639
  7. 25 7月, 2013 4 次提交
  8. 24 7月, 2013 9 次提交