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, wait
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggered
bind, close, connect, deregister, disconnect, flush, read
public SaslDecoderEncoder(SaslClient saslClient)
public void channelRead(io.netty.channel.ChannelHandlerContext ctx, Object msg) throws Exception
channelRead
in interface io.netty.channel.ChannelInboundHandler
channelRead
in interface ChannelInboundHandlerDefaults
Exception
public void write(io.netty.channel.ChannelHandlerContext ctx, Object msg, io.netty.channel.ChannelPromise promise) throws Exception
write
in interface io.netty.channel.ChannelOutboundHandler
write
in interface ChannelOutboundHandlerDefaults
Exception
public void exceptionCaught(io.netty.channel.ChannelHandlerContext ctx, Throwable cause) throws Exception
exceptionCaught
in interface io.netty.channel.ChannelHandler
exceptionCaught
in interface io.netty.channel.ChannelInboundHandler
exceptionCaught
in interface ChannelInboundHandlerDefaults
exceptionCaught
in interface ChannelOutboundHandlerDefaults
Exception
public void handlerAdded(io.netty.channel.ChannelHandlerContext ctx) throws Exception
handlerAdded
in interface io.netty.channel.ChannelHandler
handlerAdded
in interface ChannelInboundHandlerDefaults
handlerAdded
in interface ChannelOutboundHandlerDefaults
Exception
public void handlerRemoved(io.netty.channel.ChannelHandlerContext ctx) throws Exception
handlerRemoved
in interface io.netty.channel.ChannelHandler
handlerRemoved
in interface ChannelInboundHandlerDefaults
handlerRemoved
in interface ChannelOutboundHandlerDefaults
Exception
Copyright © 2021 JBoss by Red Hat. All rights reserved.