Uses of Class
org.apache.camel.component.netty.NettyServerBootstrapConfiguration
Packages that use NettyServerBootstrapConfiguration
-
Uses of NettyServerBootstrapConfiguration in org.apache.camel.component.netty
Subclasses of NettyServerBootstrapConfiguration in org.apache.camel.component.nettyMethods in org.apache.camel.component.netty with parameters of type NettyServerBootstrapConfigurationModifier and TypeMethodDescriptionbooleanNettyServerBootstrapConfiguration.compatible(NettyServerBootstrapConfiguration other) Checks if the otherNettyServerBootstrapConfigurationis compatible with this, as a Netty listener bound on port X shares the same commonNettyServerBootstrapConfiguration, which must be identical.voidClientModeTCPNettyServerBootstrapFactory.init(ThreadFactory threadFactory, NettyServerBootstrapConfiguration configuration, io.netty.channel.ChannelInitializer<io.netty.channel.Channel> pipelineFactory) voidClientModeTCPNettyServerBootstrapFactory.init(org.apache.camel.CamelContext camelContext, NettyServerBootstrapConfiguration configuration, io.netty.channel.ChannelInitializer<io.netty.channel.Channel> pipelineFactory) voidNettyServerBootstrapFactory.init(ThreadFactory threadFactory, NettyServerBootstrapConfiguration configuration, io.netty.channel.ChannelInitializer<io.netty.channel.Channel> pipelineFactory) Initializes this sharedNettyServerBootstrapFactory.voidNettyServerBootstrapFactory.init(org.apache.camel.CamelContext camelContext, NettyServerBootstrapConfiguration configuration, io.netty.channel.ChannelInitializer<io.netty.channel.Channel> pipelineFactory) Initializes this non-sharedNettyServerBootstrapFactory.voidSingleTCPNettyServerBootstrapFactory.init(ThreadFactory threadFactory, NettyServerBootstrapConfiguration configuration, io.netty.channel.ChannelInitializer<io.netty.channel.Channel> pipelineFactory) voidSingleTCPNettyServerBootstrapFactory.init(org.apache.camel.CamelContext camelContext, NettyServerBootstrapConfiguration configuration, io.netty.channel.ChannelInitializer<io.netty.channel.Channel> pipelineFactory) voidSingleUDPNettyServerBootstrapFactory.init(ThreadFactory threadFactory, NettyServerBootstrapConfiguration configuration, io.netty.channel.ChannelInitializer<io.netty.channel.Channel> pipelineFactory) voidSingleUDPNettyServerBootstrapFactory.init(org.apache.camel.CamelContext camelContext, NettyServerBootstrapConfiguration configuration, io.netty.channel.ChannelInitializer<io.netty.channel.Channel> pipelineFactory)