public class PlainTextSaslNettyClient
extends io.netty.channel.ChannelDuplexHandler
Constructor and Description |
---|
PlainTextSaslNettyClient(String username,
String password)
Plaintext client constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
channelActive(io.netty.channel.ChannelHandlerContext ctx) |
bind, close, connect, deregister, disconnect, flush, read, write
channelInactive, channelRead, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
public PlainTextSaslNettyClient(String username, String password) throws SaslException
SaslException
Copyright © 2019 CorfuDB. All rights reserved.