@InterfaceAudience.Private public class SaslChallengeDecoder extends org.apache.hbase.thirdparty.io.netty.handler.codec.ByteToMessageDecoder
Modifier and Type | Field and Description |
---|---|
private static int |
MAX_CHALLENGE_SIZE |
Constructor and Description |
---|
SaslChallengeDecoder() |
Modifier and Type | Method and Description |
---|---|
protected void |
decode(org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerContext ctx,
org.apache.hbase.thirdparty.io.netty.buffer.ByteBuf in,
List<Object> out) |
private org.apache.hbase.thirdparty.io.netty.buffer.ByteBuf |
tryDecodeChallenge(org.apache.hbase.thirdparty.io.netty.buffer.ByteBuf in,
int offset,
int readableBytes) |
private void |
tryDecodeError(org.apache.hbase.thirdparty.io.netty.buffer.ByteBuf in,
int offset,
int readableBytes) |
actualReadableBytes, callDecode, channelInactive, channelRead, channelReadComplete, decodeLast, discardSomeReadBytes, handlerRemoved, handlerRemoved0, internalBuffer, isSingleDecode, setCumulator, setDiscardAfterReads, setSingleDecode, userEventTriggered
channelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught
ensureNotSharable, handlerAdded, isSharable
private static final int MAX_CHALLENGE_SIZE
public SaslChallengeDecoder()
private org.apache.hbase.thirdparty.io.netty.buffer.ByteBuf tryDecodeChallenge(org.apache.hbase.thirdparty.io.netty.buffer.ByteBuf in, int offset, int readableBytes) throws IOException
IOException
private void tryDecodeError(org.apache.hbase.thirdparty.io.netty.buffer.ByteBuf in, int offset, int readableBytes) throws IOException
IOException
protected void decode(org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerContext ctx, org.apache.hbase.thirdparty.io.netty.buffer.ByteBuf in, List<Object> out) throws Exception
decode
in class org.apache.hbase.thirdparty.io.netty.handler.codec.ByteToMessageDecoder
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.