クラス KryoEncoder

java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelOutboundHandlerAdapter
io.netty.handler.codec.MessageToByteEncoder<Object>
org.piax.gtrans.netty.kryo.KryoEncoder
すべての実装されたインタフェース:
io.netty.channel.ChannelHandler, io.netty.channel.ChannelOutboundHandler

public class KryoEncoder
extends io.netty.handler.codec.MessageToByteEncoder<Object>
  • ネストされたクラスの概要

    インタフェースから継承されたネストされたクラス/インタフェース io.netty.channel.ChannelHandler

    io.netty.channel.ChannelHandler.Sharable
  • コンストラクタの概要

    コンストラクタ 
    コンストラクタ 説明
    KryoEncoder()  
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    protected void encode​(io.netty.channel.ChannelHandlerContext ctx, Object obj, io.netty.buffer.ByteBuf out)  

    クラスから継承されたメソッド io.netty.handler.codec.MessageToByteEncoder

    acceptOutboundMessage, allocateBuffer, isPreferDirect, write

    クラスから継承されたメソッド io.netty.channel.ChannelOutboundHandlerAdapter

    bind, close, connect, deregister, disconnect, flush, read

    クラスから継承されたメソッド io.netty.channel.ChannelHandlerAdapter

    ensureNotSharable, exceptionCaught, handlerAdded, handlerRemoved, isSharable

    クラスから継承されたメソッド java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    インタフェースから継承されたメソッド io.netty.channel.ChannelHandler

    exceptionCaught, handlerAdded, handlerRemoved
  • コンストラクタの詳細

  • メソッドの詳細

    • encode

      protected void encode​(io.netty.channel.ChannelHandlerContext ctx, Object obj, io.netty.buffer.ByteBuf out) throws Exception
      定義:
      encode クラス内 io.netty.handler.codec.MessageToByteEncoder<Object>
      例外:
      Exception