Searched refs:OnFrame (Results 1 – 6 of 6) sorted by relevance
37 import org.eclipse.jetty.websocket.WebSocket.OnFrame;130 if (_websocket instanceof OnFrame) in handle()131 ((OnFrame)_websocket).onHandshake(this); in handle()393 if (_websocket instanceof OnFrame) in onFrameHandshake()395 ((OnFrame)_websocket).onHandshake(this); in onFrameHandshake()
40 import org.eclipse.jetty.websocket.WebSocket.OnFrame;82 private final OnFrame _onFrame;117 _onFrame=_webSocket instanceof OnFrame ? (OnFrame)_webSocket : null; in WebSocketConnectionD06()
40 import org.eclipse.jetty.websocket.WebSocket.OnFrame;86 private final OnFrame _onFrame;134 _onFrame=_webSocket instanceof OnFrame ? (OnFrame)_webSocket : null; in WebSocketConnectionD08()
91 interface OnFrame extends WebSocket interface
41 import org.eclipse.jetty.websocket.WebSocket.OnFrame;118 private final OnFrame _onFrame;166 _onFrame=_webSocket instanceof OnFrame ? (OnFrame)_webSocket : null; in WebSocketConnectionRFC6455()
430 if (_websocket instanceof WebSocket.OnFrame) in onConnection()431 … ((WebSocket.OnFrame)_websocket).onHandshake((WebSocket.FrameConnection)con.getConnection()); in onConnection()