All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description ChannelHandlerFactories Helper to create commonly usedChannelHandlerFactoryinstances.ChannelHandlerFactory Factory for creating newChannelHandlerused for non shareable encoders and decoders configured on the CamelNettyComponent.ClientChannelHandler Client handler which cannot be sharedClientInitializerFactory Factory to createChannelPipelinefor clients, egNettyProducer.ClientModeTCPNettyServerBootstrapFactory ANettyServerBootstrapFactorywhich is used by a single consumer (not shared).DatagramPacketByteArrayDecoder DatagramPacketByteArrayEncoder DatagramPacketDecoder DatagramPacketDelimiterDecoder DatagramPacketEncoder DatagramPacketObjectDecoder DatagramPacketObjectEncoder DatagramPacketStringDecoder DatagramPacketStringEncoder DefaultChannelHandlerFactory DefaultClientInitializerFactory DefaultNettyCamelStateCorrelationManager DefaultServerInitializerFactory DelegateByteArrayDecoder We need to derive from the original decoder because we need to call the decode method directly which is protected in the original one.DelegateByteArrayEncoder We need to derive from the original encoder because we need to call the encode method directly which is protected in the original one.DelimiterBasedFrameDecoder LineBasedFrameDecoder NettyCamelState Stores state forNettyProducerwhen sending messages.NettyCamelStateCorrelationManager To manage and correlate state ofNettyCamelStatewhen doing request/reply viaNettyProducer.NettyComponent NettyComponentConfigurer Generated by camel build tools - do NOT edit this file!NettyConfiguration NettyConfigurationConfigurer Generated by camel build tools - do NOT edit this file!NettyConstants Netty constantsNettyConsumer NettyConsumerExceptionHandler NettyConverter A set of converter methods for working with Netty typesNettyConverterLoader Generated by camel build tools - do NOT edit this file!NettyEndpoint Socket level networking using TCP or UDP with Netty 4.x.NettyEndpointConfigurer Generated by camel build tools - do NOT edit this file!NettyEndpointUriFactory Generated by camel build tools - do NOT edit this file!NettyHelper Helper class used internally by camel-netty using Netty.NettyPayloadHelper Helper to get and set the correct payload when transferring data using camel-netty.NettyProducer NettyServerBootstrapConfiguration NettyServerBootstrapFactory Factory for setting up NettyServerBootstrapand all the needed logic for doing that.NettyServerBossPoolBuilder A builder to create NettyEventLoopGroupwhich can be used for executor boss events with multiple NettyNettyServerBootstrapFactoryserver bootstrap configurations.NettyWorkerPoolBuilder A builder to create NettyEventLoopGroupwhich can be used for sharing worker pools with multiple NettyNettyServerBootstrapFactoryserver bootstrap configurations.ObjectDecoder Just expose the decode method for DatagramPacketObjectDecoder to useObjectEncoder Just expose the encode method for DatagramPacketObjectEncoder to useServerChannelHandler Server handler which cannot be sharedServerInitializerFactory Factory to createChannelPipelinefor servers, egNettyConsumer.ServerResponseFutureListener AChannelFutureListenerthat performs the disconnect logic when sending the response is complete.ShareableChannelHandlerFactory AChannelHandlerFactoryreturning a shareableChannelHandler.SharedSingletonObjectPool<T> AnObjectPoolthat uses a single shared instance.SingleTCPNettyServerBootstrapFactory ANettyServerBootstrapFactorywhich is used by a single consumer (not shared).SingleUDPNettyServerBootstrapFactory ANettyServerBootstrapFactorywhich is used by a single consumer (not shared).SSLEngineFactory SubnetUtils A class that performs some subnet calculations given a network address and a subnet mask.TextLineDelimiter Possible text line delimiters to be used with the textline codec.TimeoutCorrelationManagerSupport A base class for usingNettyCamelStateCorrelationManagerthat supports timeout.