Class SaslDecoderEncoder
java.lang.Object
org.infinispan.hotrod.impl.transport.netty.SaslDecoderEncoder
- All Implemented Interfaces:
io.netty.channel.ChannelHandler,io.netty.channel.ChannelInboundHandler,io.netty.channel.ChannelOutboundHandler,ChannelInboundHandlerDefaults,ChannelOutboundHandlerDefaults
public class SaslDecoderEncoder
extends Object
implements ChannelInboundHandlerDefaults, ChannelOutboundHandlerDefaults
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
io.netty.channel.ChannelHandler.Sharable -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidchannelRead(io.netty.channel.ChannelHandlerContext ctx, Object msg) voidexceptionCaught(io.netty.channel.ChannelHandlerContext ctx, Throwable cause) voidhandlerAdded(io.netty.channel.ChannelHandlerContext ctx) voidhandlerRemoved(io.netty.channel.ChannelHandlerContext ctx) voidwrite(io.netty.channel.ChannelHandlerContext ctx, Object msg, io.netty.channel.ChannelPromise promise) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.infinispan.hotrod.impl.transport.netty.ChannelInboundHandlerDefaults
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggeredMethods inherited from interface org.infinispan.hotrod.impl.transport.netty.ChannelOutboundHandlerDefaults
bind, close, connect, deregister, disconnect, flush, read
-
Constructor Details
-
SaslDecoderEncoder
-
-
Method Details
-
channelRead
- Specified by:
channelReadin interfaceio.netty.channel.ChannelInboundHandler- Specified by:
channelReadin interfaceChannelInboundHandlerDefaults- Throws:
Exception
-
write
public void write(io.netty.channel.ChannelHandlerContext ctx, Object msg, io.netty.channel.ChannelPromise promise) throws Exception - Specified by:
writein interfaceio.netty.channel.ChannelOutboundHandler- Specified by:
writein interfaceChannelOutboundHandlerDefaults- Throws:
Exception
-
exceptionCaught
public void exceptionCaught(io.netty.channel.ChannelHandlerContext ctx, Throwable cause) throws Exception - Specified by:
exceptionCaughtin interfaceio.netty.channel.ChannelHandler- Specified by:
exceptionCaughtin interfaceio.netty.channel.ChannelInboundHandler- Specified by:
exceptionCaughtin interfaceChannelInboundHandlerDefaults- Specified by:
exceptionCaughtin interfaceChannelOutboundHandlerDefaults- Throws:
Exception
-
handlerAdded
- Specified by:
handlerAddedin interfaceio.netty.channel.ChannelHandler- Specified by:
handlerAddedin interfaceChannelInboundHandlerDefaults- Specified by:
handlerAddedin interfaceChannelOutboundHandlerDefaults- Throws:
Exception
-
handlerRemoved
- Specified by:
handlerRemovedin interfaceio.netty.channel.ChannelHandler- Specified by:
handlerRemovedin interfaceChannelInboundHandlerDefaults- Specified by:
handlerRemovedin interfaceChannelOutboundHandlerDefaults- Throws:
Exception
-