public class TarantoolAuthenticationResponseHandler extends io.netty.channel.SimpleChannelInboundHandler<TarantoolResponse>
| Constructor and Description |
|---|
TarantoolAuthenticationResponseHandler(CompletableFuture<io.netty.channel.Channel> connectionFuture) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
channelRead0(io.netty.channel.ChannelHandlerContext ctx,
TarantoolResponse tarantoolResponse) |
void |
exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable cause) |
acceptInboundMessage, channelReadchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharablepublic TarantoolAuthenticationResponseHandler(CompletableFuture<io.netty.channel.Channel> connectionFuture)
protected void channelRead0(io.netty.channel.ChannelHandlerContext ctx,
TarantoolResponse tarantoolResponse)
throws Exception
channelRead0 in class io.netty.channel.SimpleChannelInboundHandler<TarantoolResponse>Exceptionpublic 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 class io.netty.channel.ChannelInboundHandlerAdapterExceptionCopyright © 2025 Picodata. All rights reserved.