public class SaslDecoderEncoder extends Object implements ChannelInboundHandlerDefaults, ChannelOutboundHandlerDefaults
| Constructor and Description |
|---|
SaslDecoderEncoder(SaslClient saslClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
channelRead(io.netty.channel.ChannelHandlerContext ctx,
Object msg) |
void |
exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable cause) |
void |
handlerAdded(io.netty.channel.ChannelHandlerContext ctx) |
void |
handlerRemoved(io.netty.channel.ChannelHandlerContext ctx) |
void |
write(io.netty.channel.ChannelHandlerContext ctx,
Object msg,
io.netty.channel.ChannelPromise promise) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggeredbind, close, connect, deregister, disconnect, flush, readpublic SaslDecoderEncoder(SaslClient saslClient)
public void channelRead(io.netty.channel.ChannelHandlerContext ctx,
Object msg)
throws Exception
channelRead in interface io.netty.channel.ChannelInboundHandlerchannelRead in interface ChannelInboundHandlerDefaultsExceptionpublic void write(io.netty.channel.ChannelHandlerContext ctx,
Object msg,
io.netty.channel.ChannelPromise promise)
throws Exception
write in interface io.netty.channel.ChannelOutboundHandlerwrite in interface ChannelOutboundHandlerDefaultsExceptionpublic void exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable cause)
throws Exception
exceptionCaught in interface io.netty.channel.ChannelHandlerexceptionCaught in interface io.netty.channel.ChannelInboundHandlerexceptionCaught in interface ChannelInboundHandlerDefaultsexceptionCaught in interface ChannelOutboundHandlerDefaultsExceptionpublic void handlerAdded(io.netty.channel.ChannelHandlerContext ctx)
throws Exception
handlerAdded in interface io.netty.channel.ChannelHandlerhandlerAdded in interface ChannelInboundHandlerDefaultshandlerAdded in interface ChannelOutboundHandlerDefaultsExceptionpublic void handlerRemoved(io.netty.channel.ChannelHandlerContext ctx)
throws Exception
handlerRemoved in interface io.netty.channel.ChannelHandlerhandlerRemoved in interface ChannelInboundHandlerDefaultshandlerRemoved in interface ChannelOutboundHandlerDefaultsExceptionCopyright © 2022 JBoss by Red Hat. All rights reserved.