public final class NewSessionRequest
extends com.google.flatbuffers.Table
| Modifier and Type | Class and Description |
|---|---|
static class |
NewSessionRequest.Vector |
| Constructor and Description |
|---|
NewSessionRequest() |
| Modifier and Type | Method and Description |
|---|---|
NewSessionRequest |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static void |
addPayload(com.google.flatbuffers.FlatBufferBuilder builder,
int payloadOffset) |
static void |
addProtocolVersion(com.google.flatbuffers.FlatBufferBuilder builder,
long protocolVersion) |
static int |
createNewSessionRequest(com.google.flatbuffers.FlatBufferBuilder builder,
long protocol_version,
int payloadOffset) |
static int |
createPayloadVector(com.google.flatbuffers.FlatBufferBuilder builder,
byte[] data) |
static int |
createPayloadVector(com.google.flatbuffers.FlatBufferBuilder builder,
ByteBuffer data) |
static int |
endNewSessionRequest(com.google.flatbuffers.FlatBufferBuilder builder) |
static NewSessionRequest |
getRootAsNewSessionRequest(ByteBuffer _bb) |
static NewSessionRequest |
getRootAsNewSessionRequest(ByteBuffer _bb,
NewSessionRequest obj) |
byte |
payload(int j)
Arbitrary auth/handshake info.
|
ByteBuffer |
payloadAsByteBuffer() |
ByteBuffer |
payloadInByteBuffer(ByteBuffer _bb) |
int |
payloadLength() |
com.google.flatbuffers.ByteVector |
payloadVector() |
com.google.flatbuffers.ByteVector |
payloadVector(com.google.flatbuffers.ByteVector obj) |
long |
protocolVersion()
A nested protocol version (gets delegated to handshake)
|
static void |
startNewSessionRequest(com.google.flatbuffers.FlatBufferBuilder builder) |
static void |
startPayloadVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
ValidateVersion() |
__has_identifier, __indirect, __indirect, __offset, __offset, __reset, __reset, __string, __string, __union, __union, __vector_as_bytebuffer, __vector_in_bytebuffer, __vector_len, __vector, compareStrings, compareStrings, getByteBuffer, keysCompare, sortTablespublic static void ValidateVersion()
public static NewSessionRequest getRootAsNewSessionRequest(ByteBuffer _bb)
public static NewSessionRequest getRootAsNewSessionRequest(ByteBuffer _bb, NewSessionRequest obj)
public void __init(int _i,
ByteBuffer _bb)
public NewSessionRequest __assign(int _i, ByteBuffer _bb)
public long protocolVersion()
public byte payload(int j)
public int payloadLength()
public com.google.flatbuffers.ByteVector payloadVector()
public com.google.flatbuffers.ByteVector payloadVector(com.google.flatbuffers.ByteVector obj)
public ByteBuffer payloadAsByteBuffer()
public ByteBuffer payloadInByteBuffer(ByteBuffer _bb)
public static int createNewSessionRequest(com.google.flatbuffers.FlatBufferBuilder builder,
long protocol_version,
int payloadOffset)
public static void startNewSessionRequest(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addProtocolVersion(com.google.flatbuffers.FlatBufferBuilder builder,
long protocolVersion)
public static void addPayload(com.google.flatbuffers.FlatBufferBuilder builder,
int payloadOffset)
public static int createPayloadVector(com.google.flatbuffers.FlatBufferBuilder builder,
byte[] data)
public static int createPayloadVector(com.google.flatbuffers.FlatBufferBuilder builder,
ByteBuffer data)
public static void startPayloadVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems)
public static int endNewSessionRequest(com.google.flatbuffers.FlatBufferBuilder builder)
Copyright © 2023 The Apache Software Foundation. All rights reserved.