HomeSort by relevance Sort by last modified time
    Searched defs:OP_CLOSE (Results 1 - 7 of 7) sorted by null

  /external/jetty/src/java/org/eclipse/jetty/websocket/
WebSocketConnectionD06.java 48 final static byte OP_CLOSE = 0x01;
69 case OP_CLOSE:
252 _generator.addFrame((byte)0x8,WebSocketConnectionD06.OP_CLOSE,bytes,0,bytes.length);
477 return opcode==OP_CLOSE;
625 case WebSocketConnectionD06.OP_CLOSE:
WebSocketConnectionD08.java 53 final static byte OP_CLOSE = 0x08;
339 _outbound.addFrame((byte)FLAG_FIN,WebSocketConnectionD08.OP_CLOSE,bytes,0,bytes.length);
549 return opcode==OP_CLOSE;
697 case WebSocketConnectionD08.OP_CLOSE:
WebSocketConnectionRFC6455.java 78 final static byte OP_CLOSE = 0x08;
382 _outbound.addFrame((byte)FLAG_FIN,WebSocketConnectionRFC6455.OP_CLOSE,bytes,0,code>0?bytes.length:0);
592 return opcode==OP_CLOSE;
683 if (_closeCode!=0 && _closeCode!=CLOSE_NORMAL && opcode!=OP_CLOSE)
768 case WebSocketConnectionRFC6455.OP_CLOSE:
    [all...]
  /external/pcre/dist/
pcre_internal.h     [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-websocket/8.1.14.v20131031/
jetty-websocket-8.1.14.v20131031.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 83 milliseconds