187188189190191192193194195196197
{ enc.writeUint16(0x0100); } } method.write(enc); int methodLimit = enc.position(); byte flags = FIRST_SEG; boolean payload = method.hasPayload(); if (!payload)
219220221222223224225226227228229
{ enc.writeStruct32(st); } } } headerLimit = enc.position(); } synchronized (sendlock) { ByteBuffer buf = enc.underlyingBuffer();