public class Protocol.ReAuthenticate extends BinaryProtocol.SimpleMessage
| Constructor and Description |
|---|
ReAuthenticate(byte[] tokenBytes) |
ReAuthenticate(ByteBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
BinaryProtocol.MessageOp |
getOp() |
byte[] |
getTokenBytes() |
ByteBuffer |
wireFormat()
The default message consists of the operation enum and just a 0
length size.
|
getBoolean, getByteArray, getDouble, getEnum, getNameIdPair, getStringArray, getVLSN, putByteArray, putWireFormat, wireFormat, wireFormatSizeallocateInitializedBuffer, match, toStringpublic ReAuthenticate(byte[] tokenBytes)
public ReAuthenticate(ByteBuffer buffer)
public ByteBuffer wireFormat()
BinaryProtocol.MessagewireFormat in class BinaryProtocol.Messagepublic byte[] getTokenBytes()
public BinaryProtocol.MessageOp getOp()
getOp in class BinaryProtocol.MessageCopyright © 2024. All rights reserved.