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