public class ThriftProtocolDetection
extends io.netty.handler.codec.ByteToMessageDecoder
| Constructor and Description |
|---|
ThriftProtocolDetection(ThriftServerHandler thriftServerHandler,
io.airlift.units.DataSize maxFrameSize,
boolean assumeClientsSupportOutOfOrderResponses) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
decode(io.netty.channel.ChannelHandlerContext context,
io.netty.buffer.ByteBuf in,
List<Object> out) |
actualReadableBytes, callDecode, channelInactive, channelRead, channelReadComplete, decodeLast, discardSomeReadBytes, handlerRemoved, handlerRemoved0, internalBuffer, isSingleDecode, setCumulator, setDiscardAfterReads, setSingleDecode, userEventTriggeredchannelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaughtensureNotSharable, handlerAdded, isSharablepublic ThriftProtocolDetection(ThriftServerHandler thriftServerHandler, io.airlift.units.DataSize maxFrameSize, boolean assumeClientsSupportOutOfOrderResponses)
Copyright © 2012–2020. All rights reserved.