v0.1.0
Loading...
Searching...
No Matches
me.ccute.kvstore.common.Request Class Reference

Public Member Functions

 Request (long requestId, String cmd, String[] array)
 

Public Attributes

long requestId
 
String command
 
String[] args
 

Detailed Description

Represents a standard protocol request in kvstore.

This object is passed between the SDK and the Server. It contains the necessary opcode, key, and payload to execute a command.

Binary Protocol Structure:
[1 byte opcode] [4 byte key length] [N byte key] [4 byte Value length] [N byte value]


The documentation for this class was generated from the following file: