Class KickCodec

java.lang.Object
net.glowstone.net.codec.KickCodec
All Implemented Interfaces:
com.flowpowered.network.Codec<KickMessage>

public final class KickCodec extends Object implements com.flowpowered.network.Codec<KickMessage>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.flowpowered.network.Codec

    com.flowpowered.network.Codec.CodecRegistration
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    decode(io.netty.buffer.ByteBuf buf)
     
    io.netty.buffer.ByteBuf
    encode(io.netty.buffer.ByteBuf buf, KickMessage message)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • KickCodec

      public KickCodec()
  • Method Details