@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, userEventTriggeredchannelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaughtensureNotSharable, handlerAdded, isSharableprivate 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
IOExceptionprivate void tryDecodeError(org.apache.hbase.thirdparty.io.netty.buffer.ByteBuf in, int offset, int readableBytes) throws IOException
IOExceptionprotected 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.ByteToMessageDecoderExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.