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
-
-
Constructor Summary
Constructors Constructor Description SaslDecoderEncoder(SaslClient saslClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidchannelRead(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, wait
-
Methods inherited from interface org.infinispan.hotrod.impl.transport.netty.ChannelInboundHandlerDefaults
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggered
-
Methods inherited from interface org.infinispan.hotrod.impl.transport.netty.ChannelOutboundHandlerDefaults
bind, close, connect, deregister, disconnect, flush, read
-
-
-
-
Constructor Detail
-
SaslDecoderEncoder
public SaslDecoderEncoder(SaslClient saslClient)
-
-
Method Detail
-
channelRead
public void channelRead(io.netty.channel.ChannelHandlerContext ctx, Object msg) throws Exception- 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
public void handlerAdded(io.netty.channel.ChannelHandlerContext ctx) throws Exception- Specified by:
handlerAddedin interfaceio.netty.channel.ChannelHandler- Specified by:
handlerAddedin interfaceChannelInboundHandlerDefaults- Specified by:
handlerAddedin interfaceChannelOutboundHandlerDefaults- Throws:
Exception
-
handlerRemoved
public void handlerRemoved(io.netty.channel.ChannelHandlerContext ctx) throws Exception- Specified by:
handlerRemovedin interfaceio.netty.channel.ChannelHandler- Specified by:
handlerRemovedin interfaceChannelInboundHandlerDefaults- Specified by:
handlerRemovedin interfaceChannelOutboundHandlerDefaults- Throws:
Exception
-
-