OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OP_PING
(Results
1 - 4
of
4
) sorted by null
/external/jetty/src/java/org/eclipse/jetty/websocket/
WebSocketConnectionD06.java
49
final static byte
OP_PING
= 0x02;
70
case
OP_PING
:
483
return opcode==
OP_PING
;
611
case WebSocketConnectionD06.
OP_PING
:
WebSocketConnectionD08.java
54
final static byte
OP_PING
= 0x09;
555
return opcode==
OP_PING
;
683
case WebSocketConnectionD08.
OP_PING
:
WebSocketConnectionRFC6455.java
79
final static byte
OP_PING
= 0x09;
598
return opcode==
OP_PING
;
752
case WebSocketConnectionRFC6455.
OP_PING
:
[
all
...]
/prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-websocket/8.1.14.v20131031/
jetty-websocket-8.1.14.v20131031.jar
Completed in 207 milliseconds