| Modifier and Type | Method and Description |
|---|---|
Buffer |
AuthenticationPlugin.process(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence)
Process plugin authentication.
|
| Modifier and Type | Method and Description |
|---|---|
Buffer |
Buffer.getLengthEncodedBuffer()
Get next data bytes from length encoded prefix.
|
| Constructor and Description |
|---|
ErrorPacket(Buffer buffer)
Reading error stream.
|
| Constructor and Description |
|---|
ColumnDefinition(Buffer buffer,
boolean OracleMode,
String encoding)
Read column information from buffer.
|
| Modifier and Type | Method and Description |
|---|---|
ComplexData |
BinaryRowProtocol.getComplexStruct(Buffer packet,
ComplexDataType type) |
| Modifier and Type | Method and Description |
|---|---|
Buffer |
ClearPasswordPlugin.process(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence)
Send password in clear text to server.
|
Buffer |
Ed25519PasswordPlugin.process(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence)
Process Ed25519 password plugin authentication.
|
Buffer |
SendGssApiAuthPacket.process(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence)
Process gssapi plugin authentication.
|
Buffer |
NativePasswordPlugin.process(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence)
Process native password plugin authentication.
|
Buffer |
CachingSha2PasswordPlugin.process(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence)
Process native password plugin authentication.
|
Buffer |
Sha256PasswordPlugin.process(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence)
Process SHA 256 password plugin authentication.
|
Buffer |
OldPasswordPlugin.process(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence)
Process old password plugin authentication.
|
Buffer |
SendPamAuthPacket.process(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence)
Process PAM plugin authentication.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Buffer |
AbstractPacketInputStream.getPacket(boolean reUsable) |
Buffer |
StandardPacketInputStream.getPacket(boolean reUsable) |
Buffer |
Ob20PacketInputStream.getPacket(boolean reUsable) |
Buffer |
DecompressPacketInputStream.getPacket(boolean reUsable) |
Buffer |
PacketInputStream.getPacket(boolean reUsable) |
| Modifier and Type | Method and Description |
|---|---|
SQLException |
AbstractQueryProtocol.readErrorPacket(Buffer buffer,
Results results)
Read ERR_Packet.
|
SQLException |
Protocol.readErrorPacket(Buffer buffer,
Results results) |
void |
AbstractQueryProtocol.readOkPacket(Buffer buffer,
Results results)
Read OK_Packet.
|
void |
Protocol.readOkPacket(Buffer buffer,
Results results) |
| Modifier and Type | Method and Description |
|---|---|
static byte |
OceanBaseSerialize.decode_i8(Buffer buf) |
static byte |
OceanBaseSerialize.decode_int8_t(Buffer buf) |
static long |
OceanBaseSerialize.decode_vi64(Buffer buf) |
static byte[] |
OceanBaseSerialize.decode_vstr_nocopy(Buffer buf) |
void |
ObObj.deserialize(Buffer extraInfo) |
protected void |
FullLinkTrace.ControlInfo.deserialize(Buffer buf,
int infoEndPos) |
protected void |
FullLinkTrace.AppInfo.deserialize(Buffer buf,
int infoEndPos) |
static void |
OceanBaseSerialize.encode_i8(Buffer buf,
byte val) |
static void |
OceanBaseSerialize.encode_int8_t(Buffer buf,
byte val) |
static void |
OceanBaseSerialize.encode_vi64(Buffer buf,
long val)
Encode a integer (up to 64bit) in variable length encoding
|
static void |
OceanBaseSerialize.encode_vstr_with_len(Buffer buf,
byte[] vbuf,
long vlen)
Encode a buf as vstr(int64,data,null)
|
void |
ObObj.serialize(Buffer extraInfo) |
protected void |
FullLinkTrace.ControlInfo.serialize(Buffer buf) |
protected void |
FullLinkTrace.AppInfo.serialize(Buffer buf) |
Copyright © 2022 oceanbase.com. All rights reserved.