Searched refs:WebSocketConnectionD00 (Results 1 – 3 of 3) sorted by relevance
39 public class WebSocketConnectionD00 extends AbstractConnection implements WebSocketConnection, WebS… class41 private static final Logger LOG = Log.getLogger(WebSocketConnectionD00.class);54 …public WebSocketConnectionD00(WebSocket websocket, EndPoint endpoint, WebSocketBuffers buffers, lo… in WebSocketConnectionD00() method in WebSocketConnectionD00190 byte[] result=WebSocketConnectionD00.doTheHixieHixieShake( in doTheHixieHixieShake()191 WebSocketConnectionD00.hixieCrypt(_key1), in doTheHixieHixieShake()192 WebSocketConnectionD00.hixieCrypt(_key2), in doTheHixieHixieShake()
108 return (frame & WebSocketConnectionD00.LENGTH_FRAME) == WebSocketConnectionD00.LENGTH_FRAME;
29 public class WebSocketServletConnectionD00 extends WebSocketConnectionD00 implements WebSocketServl…