クラス KryoDecoder

java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.handler.codec.ByteToMessageDecoder
org.piax.gtrans.netty.kryo.KryoDecoder
すべての実装されたインタフェース:
io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandler

public class KryoDecoder
extends io.netty.handler.codec.ByteToMessageDecoder
  • ネストされたクラスの概要

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

    io.netty.handler.codec.ByteToMessageDecoder.Cumulator

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

    io.netty.channel.ChannelHandler.Sharable
  • フィールドの概要

    クラスから継承されたフィールド io.netty.handler.codec.ByteToMessageDecoder

    COMPOSITE_CUMULATOR, MERGE_CUMULATOR
  • コンストラクタの概要

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

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

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

    actualReadableBytes, callDecode, channelInactive, channelRead, channelReadComplete, decodeLast, discardSomeReadBytes, handlerRemoved, handlerRemoved0, internalBuffer, isSingleDecode, setCumulator, setDiscardAfterReads, setSingleDecode, userEventTriggered

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

    channelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught

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

    ensureNotSharable, handlerAdded, isSharable

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

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

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

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

  • メソッドの詳細

    • decode

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