Searched refs:_hixieBytes (Results 1 – 1 of 1) sorted by relevance
52 private ByteArrayBuffer _hixieBytes; field in WebSocketConnectionD0080 _hixieBytes=new IndirectNIOBuffer(16); in setHixieKeys()89 if (_hixieBytes!=null) in handle()97 if (l>(8-_hixieBytes.length())) in handle()98 l=8-_hixieBytes.length(); in handle()99 _hixieBytes.put(buffer.peek(buffer.getIndex(),l)); in handle()107 if (_hixieBytes.length()==8) in handle()112 _endp.flush(_hixieBytes); in handle()113 _hixieBytes=null; in handle()119 int filled=_endp.fill(_hixieBytes); in handle()[all …]