Searched refs:WebSocketServletConnectionRFC6455 (Results 1 – 2 of 2) sorted by relevance
28 public class WebSocketServletConnectionRFC6455 extends WebSocketConnectionRFC6455 implements WebSoc… class32 …public WebSocketServletConnectionRFC6455(WebSocketFactory factory, WebSocket websocket, EndPoint e… in WebSocketServletConnectionRFC6455() method in WebSocketServletConnectionRFC6455
283 …connection = new WebSocketServletConnectionRFC6455(this, websocket, endp, _buffers, http.getTimeSt… in upgrade()