Java io.netty.handler.codec.memcache.binary BinaryMemcacheRequest fields, constructors, methods, implement or subclass

Example usage for Java io.netty.handler.codec.memcache.binary BinaryMemcacheRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.handler.codec.memcache.binary BinaryMemcacheRequest.

The text is from its open source code.

Method

BinaryMemcacheMessagesetCas(long cas)
Sets the CAS identifier.
BinaryMemcacheMessagesetOpcode(byte code)
Sets the opcode for the message.
BinaryMemcacheRequestsetReserved(short reserved)
Sets the reserved field value.
BinaryMemcacheMessagesetTotalBodyLength(int totalBodyLength)
Sets the total body length.