public final class EncryptionKeyRequestCodec extends Object implements com.flowpowered.network.Codec<EncryptionKeyRequestMessage>
| Constructor and Description |
|---|
EncryptionKeyRequestCodec() |
| Modifier and Type | Method and Description |
|---|---|
EncryptionKeyRequestMessage |
decode(io.netty.buffer.ByteBuf buffer) |
io.netty.buffer.ByteBuf |
encode(io.netty.buffer.ByteBuf buf,
EncryptionKeyRequestMessage message) |
public EncryptionKeyRequestMessage decode(io.netty.buffer.ByteBuf buffer) throws IOException
decode in interface com.flowpowered.network.Codec<EncryptionKeyRequestMessage>IOExceptionpublic io.netty.buffer.ByteBuf encode(io.netty.buffer.ByteBuf buf,
EncryptionKeyRequestMessage message)
throws IOException
encode in interface com.flowpowered.network.Codec<EncryptionKeyRequestMessage>IOExceptionCopyright © 2021. All rights reserved.