public final class CommandPing extends Object
| Constructor and Description |
|---|
CommandPing() |
| Modifier and Type | Method and Description |
|---|---|
CommandPing |
clear() |
CommandPing |
copyFrom(CommandPing _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 CommandPing clear()
public CommandPing copyFrom(CommandPing _other)
public byte[] toByteArray()
public void parseFrom(byte[] a)
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.