Class PingCodec

java.lang.Object
net.glowstone.net.codec.play.game.PingCodec
All Implemented Interfaces:
com.flowpowered.network.Codec<PingMessage>

public final class PingCodec extends Object implements com.flowpowered.network.Codec<PingMessage>
  • 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 buffer)
     
    io.netty.buffer.ByteBuf
    encode(io.netty.buffer.ByteBuf buf, PingMessage message)
     

    Methods inherited from class java.lang.Object

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

    • PingCodec

      public PingCodec()
  • Method Details