public class SaslServerHandler
extends io.netty.channel.ChannelInboundHandlerAdapter
Modifier and Type | Class and Description |
---|---|
static class |
SaslServerHandler.Factory
Factory for
SaslServerHandler |
Constructor and Description |
---|
SaslServerHandler(org.apache.hadoop.conf.Configuration conf)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
channelRead(io.netty.channel.ChannelHandlerContext ctx,
Object msg) |
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
public SaslServerHandler(org.apache.hadoop.conf.Configuration conf) throws IOException
conf
- ConfigurationIOException
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.