Searched refs:_onControl (Results 1 – 3 of 3) sorted by relevance
85 private final OnControl _onControl; field in WebSocketConnectionD06120 _onControl=_webSocket instanceof OnControl ? (OnControl)_webSocket : null; in WebSocketConnectionD06()551 if (_onControl!=null && isControlFrame(opcode)) in onFrame()553 if (_onControl.onControl(opcode,array,buffer.getIndex(),buffer.length())) in onFrame()
89 private final OnControl _onControl; field in WebSocketConnectionD08137 _onControl=_webSocket instanceof OnControl ? (OnControl)_webSocket : null; in WebSocketConnectionD08()632 if (_onControl!=null && isControlFrame(opcode)) in onFrame()634 if (_onControl.onControl(opcode,array,buffer.getIndex(),buffer.length())) in onFrame()
121 private final OnControl _onControl; field in WebSocketConnectionRFC6455169 _onControl=_webSocket instanceof OnControl ? (OnControl)_webSocket : null; in WebSocketConnectionRFC6455()695 if (_onControl!=null && isControlFrame(opcode)) in onFrame()697 if (_onControl.onControl(opcode,array,buffer.getIndex(),buffer.length())) in onFrame()