Package io.kroxylicious.proxy.internal
Class KafkaProxyInitializer
java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.channel.ChannelInitializer<io.netty.channel.Channel>
io.kroxylicious.proxy.internal.KafkaProxyInitializer
- All Implemented Interfaces:
io.netty.channel.ChannelHandler,io.netty.channel.ChannelInboundHandler
public class KafkaProxyInitializer
extends io.netty.channel.ChannelInitializer<io.netty.channel.Channel>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
io.netty.channel.ChannelHandler.Sharable -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionKafkaProxyInitializer(PluginFactoryRegistry pfr, boolean tls, EndpointBindingResolver bindingResolver, EndpointReconciler endpointReconciler, ProxyProtocolMode proxyProtocolMode, ApiVersionsServiceImpl apiVersionsService, Optional<NettySettings> proxyNettySettings, VirtualClusterRegistry virtualClusterRegistry) -
Method Summary
Methods inherited from class io.netty.channel.ChannelInitializer
channelRegistered, exceptionCaught, handlerAdded, handlerRemovedMethods inherited from class io.netty.channel.ChannelInboundHandlerAdapter
channelActive, channelInactive, channelRead, channelReadComplete, channelUnregistered, channelWritabilityChanged, userEventTriggeredMethods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, isSharable
-
Field Details
-
PRE_SESSION_IDLE_HANDLER
- See Also:
-
-
Constructor Details
-
KafkaProxyInitializer
public KafkaProxyInitializer(PluginFactoryRegistry pfr, boolean tls, EndpointBindingResolver bindingResolver, EndpointReconciler endpointReconciler, ProxyProtocolMode proxyProtocolMode, ApiVersionsServiceImpl apiVersionsService, Optional<NettySettings> proxyNettySettings, VirtualClusterRegistry virtualClusterRegistry)
-
-
Method Details
-
initChannel
public void initChannel(io.netty.channel.Channel ch) - Specified by:
initChannelin classio.netty.channel.ChannelInitializer<io.netty.channel.Channel>
-