public class TarantoolChannelInitializer
extends io.netty.channel.ChannelInitializer<io.netty.channel.socket.SocketChannel>
- Adds authentication handler which accepts the Tarantool server greeting and sets up the pipeline when channel is connect to the server; - Sets up the necessary handlers and codecs.
Constructor and Description |
---|
TarantoolChannelInitializer(TarantoolClientConfig config,
RequestFutureManager futureManager,
TarantoolVersionHolder versionHolder,
CompletableFuture<io.netty.channel.Channel> connectionFuture) |
Modifier and Type | Method and Description |
---|---|
protected void |
initChannel(io.netty.channel.socket.SocketChannel socketChannel) |
channelRegistered, exceptionCaught, handlerAdded, handlerRemoved
public TarantoolChannelInitializer(TarantoolClientConfig config, RequestFutureManager futureManager, TarantoolVersionHolder versionHolder, CompletableFuture<io.netty.channel.Channel> connectionFuture)
Copyright © 2025 Picodata. All rights reserved.