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