public final class CommandAuthChallenge extends Object
| Constructor and Description |
|---|
CommandAuthChallenge() |
| Modifier and Type | Method and Description |
|---|---|
CommandAuthChallenge |
clear() |
CommandAuthChallenge |
clearChallenge() |
CommandAuthChallenge |
clearProtocolVersion() |
CommandAuthChallenge |
clearServerVersion() |
CommandAuthChallenge |
copyFrom(CommandAuthChallenge _other) |
AuthData |
getChallenge() |
int |
getProtocolVersion() |
int |
getSerializedSize() |
String |
getServerVersion() |
boolean |
hasChallenge() |
boolean |
hasProtocolVersion() |
boolean |
hasServerVersion() |
void |
parseFrom(byte[] a) |
void |
parseFrom(io.netty.buffer.ByteBuf _buffer,
int _size) |
AuthData |
setChallenge() |
CommandAuthChallenge |
setProtocolVersion(int protocolVersion) |
CommandAuthChallenge |
setServerVersion(String serverVersion) |
byte[] |
toByteArray() |
int |
writeTo(io.netty.buffer.ByteBuf _b) |
public boolean hasServerVersion()
public String getServerVersion()
public CommandAuthChallenge setServerVersion(String serverVersion)
public CommandAuthChallenge clearServerVersion()
public boolean hasChallenge()
public AuthData getChallenge()
public AuthData setChallenge()
public CommandAuthChallenge clearChallenge()
public boolean hasProtocolVersion()
public int getProtocolVersion()
public CommandAuthChallenge setProtocolVersion(int protocolVersion)
public CommandAuthChallenge clearProtocolVersion()
public int writeTo(io.netty.buffer.ByteBuf _b)
public int getSerializedSize()
public void parseFrom(io.netty.buffer.ByteBuf _buffer,
int _size)
public CommandAuthChallenge clear()
public CommandAuthChallenge copyFrom(CommandAuthChallenge _other)
public byte[] toByteArray()
public void parseFrom(byte[] a)
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.