public final class CommandPong extends Object
| Constructor and Description |
|---|
CommandPong() |
| Modifier and Type | Method and Description |
|---|---|
CommandPong |
clear() |
CommandPong |
copyFrom(CommandPong _other) |
int |
getSerializedSize() |
void |
parseFrom(byte[] a) |
void |
parseFrom(io.netty.buffer.ByteBuf _buffer,
int _size) |
byte[] |
toByteArray() |
int |
writeTo(io.netty.buffer.ByteBuf _b) |
public int writeTo(io.netty.buffer.ByteBuf _b)
public int getSerializedSize()
public void parseFrom(io.netty.buffer.ByteBuf _buffer,
int _size)
public CommandPong clear()
public CommandPong copyFrom(CommandPong _other)
public byte[] toByteArray()
public void parseFrom(byte[] a)
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.