public final class CommandAuthResponse extends Object
| Constructor and Description |
|---|
CommandAuthResponse() |
| Modifier and Type | Method and Description |
|---|---|
CommandAuthResponse |
clear() |
CommandAuthResponse |
clearClientVersion() |
CommandAuthResponse |
clearProtocolVersion() |
CommandAuthResponse |
clearResponse() |
CommandAuthResponse |
copyFrom(CommandAuthResponse _other) |
String |
getClientVersion() |
int |
getProtocolVersion() |
AuthData |
getResponse() |
int |
getSerializedSize() |
boolean |
hasClientVersion() |
boolean |
hasProtocolVersion() |
boolean |
hasResponse() |
void |
parseFrom(byte[] a) |
void |
parseFrom(io.netty.buffer.ByteBuf _buffer,
int _size) |
CommandAuthResponse |
setClientVersion(String clientVersion) |
CommandAuthResponse |
setProtocolVersion(int protocolVersion) |
AuthData |
setResponse() |
byte[] |
toByteArray() |
int |
writeTo(io.netty.buffer.ByteBuf _b) |
public boolean hasClientVersion()
public String getClientVersion()
public CommandAuthResponse setClientVersion(String clientVersion)
public CommandAuthResponse clearClientVersion()
public boolean hasResponse()
public AuthData getResponse()
public AuthData setResponse()
public CommandAuthResponse clearResponse()
public boolean hasProtocolVersion()
public int getProtocolVersion()
public CommandAuthResponse setProtocolVersion(int protocolVersion)
public CommandAuthResponse clearProtocolVersion()
public int writeTo(io.netty.buffer.ByteBuf _b)
public int getSerializedSize()
public void parseFrom(io.netty.buffer.ByteBuf _buffer,
int _size)
public CommandAuthResponse clear()
public CommandAuthResponse copyFrom(CommandAuthResponse _other)
public byte[] toByteArray()
public void parseFrom(byte[] a)
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.