A B C D E G H I K L N O P R S T U V W 

A

addChannel(Channel) - Method in class org.apache.camel.component.netty4.ClientModeTCPNettyServerBootstrapFactory
 
addChannel(Channel) - Method in interface org.apache.camel.component.netty4.NettyServerBootstrapFactory
When a new Channel is opened.
addChannel(Channel) - Method in class org.apache.camel.component.netty4.SingleTCPNettyServerBootstrapFactory
 
addChannel(Channel) - Method in class org.apache.camel.component.netty4.SingleUDPNettyServerBootstrapFactory
 
addConsumer(NettyConsumer) - Method in class org.apache.camel.component.netty4.ClientModeTCPNettyServerBootstrapFactory
 
addConsumer(NettyConsumer) - Method in interface org.apache.camel.component.netty4.NettyServerBootstrapFactory
When a NettyConsumer is added and uses this bootstrap factory.
addConsumer(NettyConsumer) - Method in class org.apache.camel.component.netty4.SingleTCPNettyServerBootstrapFactory
 
addConsumer(NettyConsumer) - Method in class org.apache.camel.component.netty4.SingleUDPNettyServerBootstrapFactory
 
addObject() - Method in class org.apache.camel.component.netty4.SharedSingletonObjectPool
 
asInteger(String) - Method in class org.apache.camel.component.netty4.util.SubnetUtils.SubnetInfo
 

B

backlog - Variable in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
beforeProcess(Exchange, ChannelHandlerContext, Object) - Method in class org.apache.camel.component.netty4.handlers.ServerChannelHandler
Allows any custom logic before the Exchange is processed by the routing engine.
borrowObject() - Method in class org.apache.camel.component.netty4.SharedSingletonObjectPool
 
bossCount - Variable in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
bossGroup - Variable in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
broadcast - Variable in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
build() - Method in class org.apache.camel.component.netty4.NettyServerBossPoolBuilder
Creates a new boss pool.
build() - Method in class org.apache.camel.component.netty4.NettyWorkerPoolBuilder
Creates a new worker pool.

C

channelActive(ChannelHandlerContext) - Method in class org.apache.camel.component.netty4.handlers.ClientChannelHandler
 
channelActive(ChannelHandlerContext) - Method in class org.apache.camel.component.netty4.handlers.ServerChannelHandler
 
ChannelHandlerFactories - Class in org.apache.camel.component.netty4
Helper to create commonly used ChannelHandlerFactory instances.
ChannelHandlerFactory - Interface in org.apache.camel.component.netty4
Factory for creating new ChannelHandler used for non shareable encoders and decoders configured on the Camel NettyComponent.
channelInactive(ChannelHandlerContext) - Method in class org.apache.camel.component.netty4.handlers.ClientChannelHandler
 
channelInactive(ChannelHandlerContext) - Method in class org.apache.camel.component.netty4.handlers.ServerChannelHandler
 
channelRead0(ChannelHandlerContext, Object) - Method in class org.apache.camel.component.netty4.handlers.ClientChannelHandler
 
channelRead0(ChannelHandlerContext, Object) - Method in class org.apache.camel.component.netty4.handlers.ServerChannelHandler
 
clear() - Method in class org.apache.camel.component.netty4.SharedSingletonObjectPool
 
ClientChannelHandler - Class in org.apache.camel.component.netty4.handlers
Client handler which cannot be shared
ClientChannelHandler(NettyProducer) - Constructor for class org.apache.camel.component.netty4.handlers.ClientChannelHandler
 
ClientInitializerFactory - Class in org.apache.camel.component.netty4
Factory to create ChannelPipeline for clients, eg NettyProducer.
ClientInitializerFactory() - Constructor for class org.apache.camel.component.netty4.ClientInitializerFactory
 
ClientModeTCPNettyServerBootstrapFactory - Class in org.apache.camel.component.netty4
A NettyServerBootstrapFactory which is used by a single consumer (not shared).
ClientModeTCPNettyServerBootstrapFactory() - Constructor for class org.apache.camel.component.netty4.ClientModeTCPNettyServerBootstrapFactory
 
close(Channel) - Static method in class org.apache.camel.component.netty4.NettyHelper
Closes the given channel asynchronously
close() - Method in class org.apache.camel.component.netty4.SharedSingletonObjectPool
 
compatible(NettyServerBootstrapConfiguration) - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
Checks if the other NettyServerBootstrapConfiguration is compatible with this, as a Netty listener bound on port X shares the same common NettyServerBootstrapConfiguration, which must be identical.
connectTimeout - Variable in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
copy() - Method in class org.apache.camel.component.netty4.NettyConfiguration
Returns a copy of this configuration
createClientSSLEngine(SSLContext) - Method in class org.apache.camel.component.netty4.ssl.SSLEngineFactory
 
createConsumer(Processor) - Method in class org.apache.camel.component.netty4.NettyEndpoint
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.netty4.NettyComponent
 
createEndpointUri() - Method in class org.apache.camel.component.netty4.NettyEndpoint
 
createExchange(ChannelHandlerContext, Object) - Method in class org.apache.camel.component.netty4.NettyEndpoint
 
createExecutorService() - Method in class org.apache.camel.component.netty4.NettyComponent
 
createPipelineFactory(NettyProducer) - Method in class org.apache.camel.component.netty4.ClientInitializerFactory
Creates a new ClientInitializerFactory using the given NettyProducer
createPipelineFactory(NettyProducer) - Method in class org.apache.camel.component.netty4.DefaultClientInitializerFactory
 
createPipelineFactory(NettyConsumer) - Method in class org.apache.camel.component.netty4.DefaultServerInitializerFactory
 
createPipelineFactory(NettyConsumer) - Method in class org.apache.camel.component.netty4.ServerInitializerFactory
Creates a new ServerInitializerFactory using the given NettyConsumer
createProducer() - Method in class org.apache.camel.component.netty4.NettyEndpoint
 
createResponseFutureListener(NettyConsumer, Exchange, SocketAddress) - Method in class org.apache.camel.component.netty4.handlers.ServerChannelHandler
Creates the ChannelFutureListener to execute when writing the response is complete.
createServerSSLEngine(SSLContext) - Method in class org.apache.camel.component.netty4.ssl.SSLEngineFactory
 
createSSLContext(ClassResolver, String, String, String, String, char[]) - Method in class org.apache.camel.component.netty4.ssl.SSLEngineFactory
 

D

DatagramPacketDecoder - Class in org.apache.camel.component.netty4.codec
 
DatagramPacketDecoder() - Constructor for class org.apache.camel.component.netty4.codec.DatagramPacketDecoder
 
DatagramPacketDelimiterDecoder - Class in org.apache.camel.component.netty4.codec
 
DatagramPacketDelimiterDecoder(int, ByteBuf[]) - Constructor for class org.apache.camel.component.netty4.codec.DatagramPacketDelimiterDecoder
 
DatagramPacketDelimiterDecoder(int, boolean, ByteBuf[]) - Constructor for class org.apache.camel.component.netty4.codec.DatagramPacketDelimiterDecoder
 
DatagramPacketEncoder - Class in org.apache.camel.component.netty4.codec
 
DatagramPacketEncoder() - Constructor for class org.apache.camel.component.netty4.codec.DatagramPacketEncoder
 
DatagramPacketObjectDecoder - Class in org.apache.camel.component.netty4.codec
 
DatagramPacketObjectDecoder(ClassResolver) - Constructor for class org.apache.camel.component.netty4.codec.DatagramPacketObjectDecoder
 
DatagramPacketObjectEncoder - Class in org.apache.camel.component.netty4.codec
 
DatagramPacketObjectEncoder() - Constructor for class org.apache.camel.component.netty4.codec.DatagramPacketObjectEncoder
 
DatagramPacketStringDecoder - Class in org.apache.camel.component.netty4.codec
 
DatagramPacketStringDecoder() - Constructor for class org.apache.camel.component.netty4.codec.DatagramPacketStringDecoder
Creates a new instance with the current system character set.
DatagramPacketStringDecoder(Charset) - Constructor for class org.apache.camel.component.netty4.codec.DatagramPacketStringDecoder
Creates a new instance with the specified character set.
DatagramPacketStringEncoder - Class in org.apache.camel.component.netty4.codec
 
DatagramPacketStringEncoder() - Constructor for class org.apache.camel.component.netty4.codec.DatagramPacketStringEncoder
Creates a new instance with the current system character set.
DatagramPacketStringEncoder(Charset) - Constructor for class org.apache.camel.component.netty4.codec.DatagramPacketStringEncoder
Creates a new instance with the specified character set.
decode(ChannelHandlerContext, DatagramPacket, List<Object>) - Method in class org.apache.camel.component.netty4.codec.DatagramPacketDecoder
 
decode(ChannelHandlerContext, AddressedEnvelope<Object, InetSocketAddress>, List<Object>) - Method in class org.apache.camel.component.netty4.codec.DatagramPacketDelimiterDecoder
 
decode(ChannelHandlerContext, AddressedEnvelope<Object, InetSocketAddress>, List<Object>) - Method in class org.apache.camel.component.netty4.codec.DatagramPacketObjectDecoder
 
decode(ChannelHandlerContext, AddressedEnvelope<Object, InetSocketAddress>, List<Object>) - Method in class org.apache.camel.component.netty4.codec.DatagramPacketStringDecoder
 
decode(ChannelHandlerContext, ByteBuf) - Method in class org.apache.camel.component.netty4.codec.DelimiterBasedFrameDecoder
 
decode(ChannelHandlerContext, ByteBuf) - Method in class org.apache.camel.component.netty4.codec.ObjectDecoder
 
DEFAULT_ENABLED_PROTOCOLS - Static variable in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
DEFAULT_IO_THREADS - Static variable in class org.apache.camel.component.netty4.NettyHelper
 
DefaultChannelHandlerFactory - Class in org.apache.camel.component.netty4
 
DefaultChannelHandlerFactory() - Constructor for class org.apache.camel.component.netty4.DefaultChannelHandlerFactory
 
DefaultClientInitializerFactory - Class in org.apache.camel.component.netty4
 
DefaultClientInitializerFactory(NettyProducer) - Constructor for class org.apache.camel.component.netty4.DefaultClientInitializerFactory
 
DefaultServerInitializerFactory - Class in org.apache.camel.component.netty4
 
DefaultServerInitializerFactory(NettyServerBootstrapConfiguration) - Constructor for class org.apache.camel.component.netty4.DefaultServerInitializerFactory
Deprecated.
DefaultServerInitializerFactory(NettyConsumer) - Constructor for class org.apache.camel.component.netty4.DefaultServerInitializerFactory
 
DelimiterBasedFrameDecoder - Class in org.apache.camel.component.netty4.codec
 
DelimiterBasedFrameDecoder(int, boolean, ByteBuf[]) - Constructor for class org.apache.camel.component.netty4.codec.DelimiterBasedFrameDecoder
 
destroy() - Method in class org.apache.camel.component.netty4.NettyWorkerPoolBuilder
Shutdown the created worker pool
doResume() - Method in class org.apache.camel.component.netty4.ClientModeTCPNettyServerBootstrapFactory
 
doResume() - Method in class org.apache.camel.component.netty4.NettyConsumer
 
doResume() - Method in class org.apache.camel.component.netty4.SingleTCPNettyServerBootstrapFactory
 
doResume() - Method in class org.apache.camel.component.netty4.SingleUDPNettyServerBootstrapFactory
 
doStart() - Method in class org.apache.camel.component.netty4.ClientModeTCPNettyServerBootstrapFactory
 
doStart() - Method in class org.apache.camel.component.netty4.NettyComponent
 
doStart() - Method in class org.apache.camel.component.netty4.NettyConsumer
 
doStart() - Method in class org.apache.camel.component.netty4.NettyProducer
 
doStart() - Method in class org.apache.camel.component.netty4.SingleTCPNettyServerBootstrapFactory
 
doStart() - Method in class org.apache.camel.component.netty4.SingleUDPNettyServerBootstrapFactory
 
doStop() - Method in class org.apache.camel.component.netty4.ClientModeTCPNettyServerBootstrapFactory
 
doStop() - Method in class org.apache.camel.component.netty4.NettyComponent
 
doStop() - Method in class org.apache.camel.component.netty4.NettyConsumer
 
doStop() - Method in class org.apache.camel.component.netty4.NettyProducer
 
doStop() - Method in class org.apache.camel.component.netty4.SingleTCPNettyServerBootstrapFactory
 
doStop() - Method in class org.apache.camel.component.netty4.SingleUDPNettyServerBootstrapFactory
 
doSuspend() - Method in class org.apache.camel.component.netty4.ClientModeTCPNettyServerBootstrapFactory
 
doSuspend() - Method in class org.apache.camel.component.netty4.NettyConsumer
 
doSuspend() - Method in class org.apache.camel.component.netty4.SingleTCPNettyServerBootstrapFactory
 
doSuspend() - Method in class org.apache.camel.component.netty4.SingleUDPNettyServerBootstrapFactory
 

E

enabledProtocols - Variable in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
encode(ChannelHandlerContext, AddressedEnvelope<Object, InetSocketAddress>, List<Object>) - Method in class org.apache.camel.component.netty4.codec.DatagramPacketEncoder
 
encode(ChannelHandlerContext, AddressedEnvelope<Object, InetSocketAddress>, List<Object>) - Method in class org.apache.camel.component.netty4.codec.DatagramPacketObjectEncoder
 
encode(ChannelHandlerContext, AddressedEnvelope<Object, InetSocketAddress>, List<Object>) - Method in class org.apache.camel.component.netty4.codec.DatagramPacketStringEncoder
 
encode(ChannelHandlerContext, Serializable, ByteBuf) - Method in class org.apache.camel.component.netty4.codec.ObjectEncoder
 
enrichWithClientCertInformation(SSLSession, Message) - Method in class org.apache.camel.component.netty4.NettyEndpoint
Enriches the message with client certificate details such as subject name, serial number etc.
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.apache.camel.component.netty4.DefaultChannelHandlerFactory
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.apache.camel.component.netty4.handlers.ClientChannelHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.apache.camel.component.netty4.handlers.ServerChannelHandler
 

G

getAddress() - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
getAddress() - Method in class org.apache.camel.component.netty4.util.SubnetUtils.SubnetInfo
 
getAddressCount() - Method in class org.apache.camel.component.netty4.util.SubnetUtils.SubnetInfo
getAddressCountLong() - Method in class org.apache.camel.component.netty4.util.SubnetUtils.SubnetInfo
Get the count of available addresses.
getAllAddresses() - Method in class org.apache.camel.component.netty4.util.SubnetUtils.SubnetInfo
 
getAllChannels() - Method in class org.apache.camel.component.netty4.NettyProducer
 
getBacklog() - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
getBossCount() - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
getBossGroup() - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
getBroadcastAddress() - Method in class org.apache.camel.component.netty4.util.SubnetUtils.SubnetInfo
 
getCallback() - Method in class org.apache.camel.component.netty4.NettyCamelState
 
getCharsetName() - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
getCidrSignature() - Method in class org.apache.camel.component.netty4.util.SubnetUtils.SubnetInfo
 
getClientInitializerFactory() - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
getClientPipelineFactory() - Method in class org.apache.camel.component.netty4.NettyConfiguration
Deprecated.
use #getClientInitializerFactory
getComponent() - Method in class org.apache.camel.component.netty4.NettyEndpoint
 
getConfiguration() - Method in class org.apache.camel.component.netty4.NettyComponent
 
getConfiguration() - Method in class org.apache.camel.component.netty4.NettyConsumer
 
getConfiguration() - Method in class org.apache.camel.component.netty4.NettyEndpoint
 
getConfiguration() - Method in class org.apache.camel.component.netty4.NettyProducer
 
getConnectTimeout() - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
getContext() - Method in class org.apache.camel.component.netty4.NettyConsumer
 
getContext() - Method in class org.apache.camel.component.netty4.NettyProducer
 
getDecoder() - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
getDecoderMaxLineLength() - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
getDecoders() - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
getDelimiter() - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
getEnabledProtocols() - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
getEncoder() - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
getEncoders() - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
getEncoding() - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
getEndpoint() - Method in class org.apache.camel.component.netty4.NettyConsumer
 
getEndpoint() - Method in class org.apache.camel.component.netty4.NettyProducer
 
getExchange() - Method in class org.apache.camel.component.netty4.NettyCamelState
 
getExecutorService() - Method in class org.apache.camel.component.netty4.NettyComponent
 
getHighAddress() - Method in class org.apache.camel.component.netty4.util.SubnetUtils.SubnetInfo
Return the high address as a dotted IP address.
getHost() - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
getIn(NettyEndpoint, Exchange) - Static method in class org.apache.camel.component.netty4.NettyPayloadHelper
 
getInfo() - Method in class org.apache.camel.component.netty4.util.SubnetUtils
Return a SubnetUtils.SubnetInfo instance that contains subnet-specific statistics
getKeyStoreFile() - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
Deprecated.
getKeyStoreFormat() - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
getKeyStoreResource() - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
getLowAddress() - Method in class org.apache.camel.component.netty4.util.SubnetUtils.SubnetInfo
Return the low address as a dotted IP address.
getMaximumPoolSize() - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
getNetmask() - Method in class org.apache.camel.component.netty4.util.SubnetUtils.SubnetInfo
 
getNettyServerBootstrapFactory() - Method in class org.apache.camel.component.netty4.NettyConsumer
 
getNettyServerBootstrapFactory() - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
getNetworkAddress() - Method in class org.apache.camel.component.netty4.util.SubnetUtils.SubnetInfo
 
getNetworkInterface() - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
getNoReplyLogLevel() - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
getNumActive() - Method in class org.apache.camel.component.netty4.SharedSingletonObjectPool
 
getNumIdle() - Method in class org.apache.camel.component.netty4.SharedSingletonObjectPool
 
getOptions() - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
getOut(NettyEndpoint, Exchange) - Static method in class org.apache.camel.component.netty4.NettyPayloadHelper
 
getPassphrase() - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
getPort() - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
getProducerPoolMaxActive() - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
getProducerPoolMaxIdle() - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
getProducerPoolMinEvictableIdle() - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
getProducerPoolMinIdle() - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
getProtocol() - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
getReceiveBufferSize() - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
getReceiveBufferSizePredictor() - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
getRequestBody(Exchange) - Method in class org.apache.camel.component.netty4.NettyProducer
Gets the object we want to use as the request object for sending to netty.
getRequestTimeout() - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
getResponseBody(Exchange) - Method in class org.apache.camel.component.netty4.handlers.ServerChannelHandler
Gets the object we want to use as the response object for sending to netty.
getResponseMessage(Exchange, ChannelHandlerContext, Object) - Method in class org.apache.camel.component.netty4.handlers.ClientChannelHandler
Gets the Camel Message to use as the message to be set on the current Exchange when we have received a reply message.
getSecurityProvider() - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
getSendBufferSize() - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
getServerClosedChannelExceptionCaughtLogLevel() - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
getServerExceptionCaughtLogLevel() - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
getServerInitializerFactory() - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
getServerPipelineFactory() - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
Deprecated.
use #getServerInitializerFactory
getSslContextParameters() - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
getSslHandler() - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
getSSLSession(ChannelHandlerContext) - Method in class org.apache.camel.component.netty4.NettyEndpoint
 
getState(Channel) - Method in class org.apache.camel.component.netty4.NettyProducer
To get the NettyCamelState from the given channel.
getTextlineBody(Object, Exchange, TextLineDelimiter, boolean) - Static method in class org.apache.camel.component.netty4.NettyHelper
Gets the string body to be used when sending with the textline codec.
getTrustStoreFile() - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
Deprecated.
getTrustStoreResource() - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
getWorkerCount() - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
getWorkerGroup() - Method in class org.apache.camel.component.netty4.NettyProducer
 
getWorkerGroup() - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 

H

handleException(Throwable) - Method in class org.apache.camel.component.netty4.NettyConsumerExceptionHandler
 
handleException(String, Throwable) - Method in class org.apache.camel.component.netty4.NettyConsumerExceptionHandler
 
handleException(String, Exchange, Throwable) - Method in class org.apache.camel.component.netty4.NettyConsumerExceptionHandler
 
handlerAdded(ChannelHandlerContext) - Method in class org.apache.camel.component.netty4.DefaultChannelHandlerFactory
 
handlerRemoved(ChannelHandlerContext) - Method in class org.apache.camel.component.netty4.DefaultChannelHandlerFactory
 
host - Variable in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 

I

init(CamelContext, NettyServerBootstrapConfiguration, ChannelInitializer<Channel>) - Method in class org.apache.camel.component.netty4.ClientModeTCPNettyServerBootstrapFactory
 
init(ThreadFactory, NettyServerBootstrapConfiguration, ChannelInitializer<Channel>) - Method in class org.apache.camel.component.netty4.ClientModeTCPNettyServerBootstrapFactory
 
init(CamelContext, NettyServerBootstrapConfiguration, ChannelInitializer<Channel>) - Method in interface org.apache.camel.component.netty4.NettyServerBootstrapFactory
Initializes this non-shared NettyServerBootstrapFactory.
init(ThreadFactory, NettyServerBootstrapConfiguration, ChannelInitializer<Channel>) - Method in interface org.apache.camel.component.netty4.NettyServerBootstrapFactory
Initializes this shared NettyServerBootstrapFactory.
init(CamelContext, NettyServerBootstrapConfiguration, ChannelInitializer<Channel>) - Method in class org.apache.camel.component.netty4.SingleTCPNettyServerBootstrapFactory
 
init(ThreadFactory, NettyServerBootstrapConfiguration, ChannelInitializer<Channel>) - Method in class org.apache.camel.component.netty4.SingleTCPNettyServerBootstrapFactory
 
init(CamelContext, NettyServerBootstrapConfiguration, ChannelInitializer<Channel>) - Method in class org.apache.camel.component.netty4.SingleUDPNettyServerBootstrapFactory
 
init(ThreadFactory, NettyServerBootstrapConfiguration, ChannelInitializer<Channel>) - Method in class org.apache.camel.component.netty4.SingleUDPNettyServerBootstrapFactory
 
initChannel(Channel) - Method in class org.apache.camel.component.netty4.DefaultClientInitializerFactory
 
initChannel(Channel) - Method in class org.apache.camel.component.netty4.DefaultServerInitializerFactory
 
invalidateObject(T) - Method in class org.apache.camel.component.netty4.SharedSingletonObjectPool
 
isAllowDefaultCodec() - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
isAutoAppendDelimiter() - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
isBroadcast() - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
isClientMode() - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
isDisconnect() - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
isDisconnectOnNoReply() - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
isInclusiveHostCount() - Method in class org.apache.camel.component.netty4.util.SubnetUtils
Returns true if the return value of SubnetUtils.SubnetInfo.getAddressCount() includes the network and broadcast addresses.
isInRange(String) - Method in class org.apache.camel.component.netty4.util.SubnetUtils.SubnetInfo
Returns true if the parameter address is in the range of usable endpoint addresses for this subnet.
isKeepAlive() - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
isLazyChannelCreation() - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
isNeedClientAuth() - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
isProducerPoolEnabled() - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
isReuseAddress() - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
isSingleton() - Method in class org.apache.camel.component.netty4.NettyEndpoint
 
isSingleton() - Method in class org.apache.camel.component.netty4.NettyProducer
 
isSsl() - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
isSslClientCertHeaders() - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
isSync() - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
isTcp() - Method in class org.apache.camel.component.netty4.NettyConsumer
 
isTcp() - Method in class org.apache.camel.component.netty4.NettyProducer
 
isTcp() - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
isTcpNoDelay() - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
isTextline() - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
isTransferExchange() - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
isUdpConnectionlessSending() - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
isUsingExecutorService() - Method in class org.apache.camel.component.netty4.NettyConfiguration
 

K

keepAlive - Variable in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
keyStoreFile - Variable in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
keyStoreFormat - Variable in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
keyStoreResource - Variable in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 

L

LOG - Static variable in class org.apache.camel.component.netty4.ClientModeTCPNettyServerBootstrapFactory
 
LOG - Static variable in class org.apache.camel.component.netty4.SingleTCPNettyServerBootstrapFactory
 
LOG - Static variable in class org.apache.camel.component.netty4.SingleUDPNettyServerBootstrapFactory
 

N

needClientAuth - Variable in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
NETTY_CHANNEL_HANDLER_CONTEXT - Static variable in class org.apache.camel.component.netty4.NettyConstants
 
NETTY_CLOSE_CHANNEL_WHEN_COMPLETE - Static variable in class org.apache.camel.component.netty4.NettyConstants
 
NETTY_LOCAL_ADDRESS - Static variable in class org.apache.camel.component.netty4.NettyConstants
 
NETTY_MESSAGE_EVENT - Static variable in class org.apache.camel.component.netty4.NettyConstants
 
NETTY_REMOTE_ADDRESS - Static variable in class org.apache.camel.component.netty4.NettyConstants
 
NETTY_SSL_CLIENT_CERT_ISSUER_NAME - Static variable in class org.apache.camel.component.netty4.NettyConstants
 
NETTY_SSL_CLIENT_CERT_NOT_AFTER - Static variable in class org.apache.camel.component.netty4.NettyConstants
 
NETTY_SSL_CLIENT_CERT_NOT_BEFORE - Static variable in class org.apache.camel.component.netty4.NettyConstants
 
NETTY_SSL_CLIENT_CERT_SERIAL_NO - Static variable in class org.apache.camel.component.netty4.NettyConstants
 
NETTY_SSL_CLIENT_CERT_SUBJECT_NAME - Static variable in class org.apache.camel.component.netty4.NettyConstants
 
NETTY_SSL_SESSION - Static variable in class org.apache.camel.component.netty4.NettyConstants
 
NettyCamelState - Class in org.apache.camel.component.netty4
Stores state for NettyProducer when sending messages.
NettyCamelState(AsyncCallback, Exchange) - Constructor for class org.apache.camel.component.netty4.NettyCamelState
 
NettyComponent - Class in org.apache.camel.component.netty4
 
NettyComponent() - Constructor for class org.apache.camel.component.netty4.NettyComponent
 
NettyComponent(Class<? extends Endpoint>) - Constructor for class org.apache.camel.component.netty4.NettyComponent
 
NettyComponent(CamelContext) - Constructor for class org.apache.camel.component.netty4.NettyComponent
 
NettyConfiguration - Class in org.apache.camel.component.netty4
 
NettyConfiguration() - Constructor for class org.apache.camel.component.netty4.NettyConfiguration
 
NettyConstants - Class in org.apache.camel.component.netty4
Netty constants
NettyConsumer - Class in org.apache.camel.component.netty4
 
NettyConsumer(NettyEndpoint, Processor, NettyConfiguration) - Constructor for class org.apache.camel.component.netty4.NettyConsumer
 
NettyConsumerExceptionHandler - Class in org.apache.camel.component.netty4
 
NettyConsumerExceptionHandler(NettyConsumer) - Constructor for class org.apache.camel.component.netty4.NettyConsumerExceptionHandler
 
NettyConverter - Class in org.apache.camel.component.netty4
A set of converter methods for working with Netty types
NettyEndpoint - Class in org.apache.camel.component.netty4
 
NettyEndpoint(String, NettyComponent, NettyConfiguration) - Constructor for class org.apache.camel.component.netty4.NettyEndpoint
 
NettyHelper - Class in org.apache.camel.component.netty4
Helper class used internally by camel-netty using Netty.
NettyPayloadHelper - Class in org.apache.camel.component.netty4
Helper to get and set the correct payload when transferring data using camel-netty.
NettyProducer - Class in org.apache.camel.component.netty4
 
NettyProducer(NettyEndpoint, NettyConfiguration) - Constructor for class org.apache.camel.component.netty4.NettyProducer
 
NettyServerBootstrapConfiguration - Class in org.apache.camel.component.netty4
 
NettyServerBootstrapConfiguration() - Constructor for class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
nettyServerBootstrapFactory - Variable in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
NettyServerBootstrapFactory - Interface in org.apache.camel.component.netty4
Factory for setting up Netty ServerBootstrap and all the needed logic for doing that.
NettyServerBossPoolBuilder - Class in org.apache.camel.component.netty4
A builder to create Netty EventLoopGroup which can be used for executor boss events with multiple Netty NettyServerBootstrapFactory server bootstrap configurations.
NettyServerBossPoolBuilder() - Constructor for class org.apache.camel.component.netty4.NettyServerBossPoolBuilder
 
NettyWorkerPoolBuilder - Class in org.apache.camel.component.netty4
A builder to create Netty EventLoopGroup which can be used for sharing worker pools with multiple Netty NettyServerBootstrapFactory server bootstrap configurations.
NettyWorkerPoolBuilder() - Constructor for class org.apache.camel.component.netty4.NettyWorkerPoolBuilder
 
networkInterface - Variable in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
newChannelHandler() - Method in interface org.apache.camel.component.netty4.ChannelHandlerFactory
Creates a new ChannelHandler to be used.
newChannelHandler() - Method in class org.apache.camel.component.netty4.ShareableChannelHandlerFactory
 
newDatagramPacketDecoder() - Static method in class org.apache.camel.component.netty4.ChannelHandlerFactories
 
newDatagramPacketEncoder() - Static method in class org.apache.camel.component.netty4.ChannelHandlerFactories
 
newDelimiterBasedFrameDecoder(int, ByteBuf[], String) - Static method in class org.apache.camel.component.netty4.ChannelHandlerFactories
 
newDelimiterBasedFrameDecoder(int, ByteBuf[], boolean, String) - Static method in class org.apache.camel.component.netty4.ChannelHandlerFactories
 
newLengthFieldBasedFrameDecoder(int, int, int, int, int) - Static method in class org.apache.camel.component.netty4.ChannelHandlerFactories
 
newObjectDecoder(String) - Static method in class org.apache.camel.component.netty4.ChannelHandlerFactories
 
newObjectEncoder(String) - Static method in class org.apache.camel.component.netty4.ChannelHandlerFactories
 
newStringDecoder(Charset, String) - Static method in class org.apache.camel.component.netty4.ChannelHandlerFactories
 
newStringEncoder(Charset, String) - Static method in class org.apache.camel.component.netty4.ChannelHandlerFactories
 

O

ObjectDecoder - Class in org.apache.camel.component.netty4.codec
Just expose the decode method for DatagramPacketObjectDecoder to use
ObjectDecoder(ClassResolver) - Constructor for class org.apache.camel.component.netty4.codec.ObjectDecoder
 
ObjectEncoder - Class in org.apache.camel.component.netty4.codec
Just expose the encode method for DatagramPacketObjectEncoder to use
ObjectEncoder() - Constructor for class org.apache.camel.component.netty4.codec.ObjectEncoder
 
openChannel(ChannelFuture) - Method in class org.apache.camel.component.netty4.ClientModeTCPNettyServerBootstrapFactory
 
openChannel(ChannelFuture) - Method in class org.apache.camel.component.netty4.NettyProducer
 
openConnection() - Method in class org.apache.camel.component.netty4.NettyProducer
 
operationComplete(ChannelFuture) - Method in class org.apache.camel.component.netty4.handlers.ServerResponseFutureListener
 
options - Variable in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
org.apache.camel.component.netty4 - package org.apache.camel.component.netty4
 
org.apache.camel.component.netty4.codec - package org.apache.camel.component.netty4.codec
 
org.apache.camel.component.netty4.handlers - package org.apache.camel.component.netty4.handlers
 
org.apache.camel.component.netty4.ssl - package org.apache.camel.component.netty4.ssl
 
org.apache.camel.component.netty4.util - package org.apache.camel.component.netty4.util
 

P

parseConfiguration(NettyConfiguration, String, Map<String, Object>) - Method in class org.apache.camel.component.netty4.NettyComponent
Parses the configuration
parseURI(URI, Map<String, Object>, NettyComponent, String...) - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
passphrase - Variable in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
port - Variable in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
process(Exchange, AsyncCallback) - Method in class org.apache.camel.component.netty4.NettyProducer
 
protocol - Variable in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
putState(Channel, NettyCamelState) - Method in class org.apache.camel.component.netty4.NettyProducer
Put the NettyCamelState into the map use the given channel as the key

R

receiveBufferSize - Variable in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
receiveBufferSizePredictor - Variable in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
removeChannel(Channel) - Method in class org.apache.camel.component.netty4.ClientModeTCPNettyServerBootstrapFactory
 
removeChannel(Channel) - Method in interface org.apache.camel.component.netty4.NettyServerBootstrapFactory
When a Channel is closed.
removeChannel(Channel) - Method in class org.apache.camel.component.netty4.SingleTCPNettyServerBootstrapFactory
 
removeChannel(Channel) - Method in class org.apache.camel.component.netty4.SingleUDPNettyServerBootstrapFactory
 
removeConsumer(NettyConsumer) - Method in class org.apache.camel.component.netty4.ClientModeTCPNettyServerBootstrapFactory
 
removeConsumer(NettyConsumer) - Method in interface org.apache.camel.component.netty4.NettyServerBootstrapFactory
When a NettyConsumer is removed and no longer using this bootstrap factory.
removeConsumer(NettyConsumer) - Method in class org.apache.camel.component.netty4.SingleTCPNettyServerBootstrapFactory
 
removeConsumer(NettyConsumer) - Method in class org.apache.camel.component.netty4.SingleUDPNettyServerBootstrapFactory
 
removeState(Channel) - Method in class org.apache.camel.component.netty4.NettyProducer
To remove the NettyCamelState stored on the channel, when no longer needed
returnObject(T) - Method in class org.apache.camel.component.netty4.SharedSingletonObjectPool
 
reuseAddress - Variable in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 

S

securityProvider - Variable in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
sendBufferSize - Variable in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
ServerChannelHandler - Class in org.apache.camel.component.netty4.handlers
Server handler which cannot be shared
ServerChannelHandler(NettyConsumer) - Constructor for class org.apache.camel.component.netty4.handlers.ServerChannelHandler
 
serverInitializerFactory - Variable in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
ServerInitializerFactory - Class in org.apache.camel.component.netty4
Factory to create ChannelPipeline for servers, eg NettyConsumer.
ServerInitializerFactory() - Constructor for class org.apache.camel.component.netty4.ServerInitializerFactory
 
ServerResponseFutureListener - Class in org.apache.camel.component.netty4.handlers
A ChannelFutureListener that performs the disconnect logic when sending the response is complete.
ServerResponseFutureListener(NettyConsumer, Exchange, SocketAddress) - Constructor for class org.apache.camel.component.netty4.handlers.ServerResponseFutureListener
 
setAllowDefaultCodec(boolean) - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
setAutoAppendDelimiter(boolean) - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
setBacklog(int) - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
setBossCount(int) - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
setBossCount(int) - Method in class org.apache.camel.component.netty4.NettyServerBossPoolBuilder
 
setBossGroup(EventLoopGroup) - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
setBroadcast(boolean) - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
setClientInitializerFactory(ClientInitializerFactory) - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
setClientMode(boolean) - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
setClientPipelineFactory(ClientInitializerFactory) - Method in class org.apache.camel.component.netty4.NettyConfiguration
Deprecated.
use #setClientInitializerFactory
setConfiguration(NettyConfiguration) - Method in class org.apache.camel.component.netty4.NettyComponent
 
setConfiguration(NettyConfiguration) - Method in class org.apache.camel.component.netty4.NettyConsumer
 
setConfiguration(NettyConfiguration) - Method in class org.apache.camel.component.netty4.NettyEndpoint
 
setConfiguration(NettyConfiguration) - Method in class org.apache.camel.component.netty4.NettyProducer
 
setConnectTimeout(int) - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
setDecoder(ChannelHandler) - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
setDecoderMaxLineLength(int) - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
setDecoders(List<ChannelHandler>) - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
setDelimiter(TextLineDelimiter) - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
setDisconnect(boolean) - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
setDisconnectOnNoReply(boolean) - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
setEnabledProtocols(String) - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
setEncoder(ChannelHandler) - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
setEncoders(List<ChannelHandler>) - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
setEncoding(String) - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
setExecutorService(EventExecutorGroup) - Method in class org.apache.camel.component.netty4.NettyComponent
 
setFactory(PoolableObjectFactory<T>) - Method in class org.apache.camel.component.netty4.SharedSingletonObjectPool
 
setHost(String) - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
setIn(Exchange, Object) - Static method in class org.apache.camel.component.netty4.NettyPayloadHelper
 
setInclusiveHostCount(boolean) - Method in class org.apache.camel.component.netty4.util.SubnetUtils
Set to true if you want the return value of SubnetUtils.SubnetInfo.getAddressCount() to include the network and broadcast addresses.
setKeepAlive(boolean) - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
setKeyStoreFile(File) - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
Deprecated.
setKeyStoreFormat(String) - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
setKeyStoreResource(String) - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
setLazyChannelCreation(boolean) - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
setMaximumPoolSize(int) - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
setName(String) - Method in class org.apache.camel.component.netty4.NettyServerBossPoolBuilder
 
setName(String) - Method in class org.apache.camel.component.netty4.NettyWorkerPoolBuilder
 
setNeedClientAuth(boolean) - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
setNettyServerBootstrapFactory(NettyServerBootstrapFactory) - Method in class org.apache.camel.component.netty4.NettyConsumer
 
setNettyServerBootstrapFactory(NettyServerBootstrapFactory) - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
setNetworkInterface(String) - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
setNoReplyLogLevel(LoggingLevel) - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
setOptions(Map<String, Object>) - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
setOut(Exchange, Object) - Static method in class org.apache.camel.component.netty4.NettyPayloadHelper
 
setPassphrase(String) - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
setPattern(String) - Method in class org.apache.camel.component.netty4.NettyServerBossPoolBuilder
 
setPattern(String) - Method in class org.apache.camel.component.netty4.NettyWorkerPoolBuilder
 
setPort(int) - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
setProducerPoolEnabled(boolean) - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
setProducerPoolMaxActive(int) - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
setProducerPoolMaxIdle(int) - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
setProducerPoolMinEvictableIdle(long) - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
setProducerPoolMinIdle(int) - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
setProtocol(String) - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
setReceiveBufferSize(int) - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
setReceiveBufferSizePredictor(int) - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
setRequestTimeout(long) - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
setReuseAddress(boolean) - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
setSecurityProvider(String) - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
setSendBufferSize(int) - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
setServerClosedChannelExceptionCaughtLogLevel(LoggingLevel) - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
setServerExceptionCaughtLogLevel(LoggingLevel) - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
setServerInitializerFactory(ServerInitializerFactory) - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
setServerPipelineFactory(ServerInitializerFactory) - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
Deprecated.
use #setServerInitializerFactory
setSsl(boolean) - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
setSslClientCertHeaders(boolean) - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
setSslContextParameters(SSLContextParameters) - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
setSslHandler(SslHandler) - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
setSync(boolean) - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
setTcpNoDelay(boolean) - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
setTextline(boolean) - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
setTransferExchange(boolean) - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
setTrustStoreFile(File) - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
Deprecated.
setTrustStoreResource(String) - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
setUdpConnectionlessSending(boolean) - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
setUsingExecutorService(boolean) - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
setWorkerCount(int) - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
setWorkerCount(int) - Method in class org.apache.camel.component.netty4.NettyWorkerPoolBuilder
 
setWorkerGroup(EventLoopGroup) - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
ShareableChannelHandlerFactory - Class in org.apache.camel.component.netty4
A ChannelHandlerFactory returning a shareable ChannelHandler.
ShareableChannelHandlerFactory(ChannelHandler) - Constructor for class org.apache.camel.component.netty4.ShareableChannelHandlerFactory
 
SharedSingletonObjectPool<T> - Class in org.apache.camel.component.netty4
An ObjectPool that uses a single shared instance.
SharedSingletonObjectPool(PoolableObjectFactory<T>) - Constructor for class org.apache.camel.component.netty4.SharedSingletonObjectPool
 
SingleTCPNettyServerBootstrapFactory - Class in org.apache.camel.component.netty4
A NettyServerBootstrapFactory which is used by a single consumer (not shared).
SingleTCPNettyServerBootstrapFactory() - Constructor for class org.apache.camel.component.netty4.SingleTCPNettyServerBootstrapFactory
 
SingleUDPNettyServerBootstrapFactory - Class in org.apache.camel.component.netty4
A NettyServerBootstrapFactory which is used by a single consumer (not shared).
SingleUDPNettyServerBootstrapFactory() - Constructor for class org.apache.camel.component.netty4.SingleUDPNettyServerBootstrapFactory
 
ssl - Variable in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
sslClientCertHeaders - Variable in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
sslContextParameters - Variable in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
SSLEngineFactory - Class in org.apache.camel.component.netty4.ssl
 
SSLEngineFactory() - Constructor for class org.apache.camel.component.netty4.ssl.SSLEngineFactory
 
sslHandler - Variable in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
startServerBootstrap() - Method in class org.apache.camel.component.netty4.ClientModeTCPNettyServerBootstrapFactory
 
startServerBootstrap() - Method in class org.apache.camel.component.netty4.SingleTCPNettyServerBootstrapFactory
 
startServerBootstrap() - Method in class org.apache.camel.component.netty4.SingleUDPNettyServerBootstrapFactory
 
stopServerBootstrap() - Method in class org.apache.camel.component.netty4.ClientModeTCPNettyServerBootstrapFactory
 
stopServerBootstrap() - Method in class org.apache.camel.component.netty4.SingleTCPNettyServerBootstrapFactory
 
stopServerBootstrap() - Method in class org.apache.camel.component.netty4.SingleUDPNettyServerBootstrapFactory
 
SubnetUtils - Class in org.apache.camel.component.netty4.util
A class that performs some subnet calculations given a network address and a subnet mask.
SubnetUtils(String) - Constructor for class org.apache.camel.component.netty4.util.SubnetUtils
Constructor that takes a CIDR-notation string, e.g.
SubnetUtils(String, String) - Constructor for class org.apache.camel.component.netty4.util.SubnetUtils
Constructor that takes a dotted decimal address and a dotted decimal mask.
SubnetUtils.SubnetInfo - Class in org.apache.camel.component.netty4.util
Convenience container for subnet summary information.

T

tcpNoDelay - Variable in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
TextLineDelimiter - Enum in org.apache.camel.component.netty4
Possible text line delimiters to be used with the textline codec.
toByteArray(ByteBuf, Exchange) - Static method in class org.apache.camel.component.netty4.NettyConverter
 
toByteBuffer(byte[]) - Static method in class org.apache.camel.component.netty4.NettyConverter
 
toByteBuffer(String, Exchange) - Static method in class org.apache.camel.component.netty4.NettyConverter
 
toDocument(ByteBuf, Exchange) - Static method in class org.apache.camel.component.netty4.NettyConverter
 
toDOMSource(ByteBuf, Exchange) - Static method in class org.apache.camel.component.netty4.NettyConverter
 
toInputStream(ByteBuf, Exchange) - Static method in class org.apache.camel.component.netty4.NettyConverter
 
toObjectInput(ByteBuf, Exchange) - Static method in class org.apache.camel.component.netty4.NettyConverter
 
toSAXSource(ByteBuf, Exchange) - Static method in class org.apache.camel.component.netty4.NettyConverter
 
toStAXSource(ByteBuf, Exchange) - Static method in class org.apache.camel.component.netty4.NettyConverter
 
toStreamSource(ByteBuf, Exchange) - Static method in class org.apache.camel.component.netty4.NettyConverter
 
toString(ByteBuf, Exchange) - Static method in class org.apache.camel.component.netty4.NettyConverter
 
toString() - Method in class org.apache.camel.component.netty4.util.SubnetUtils.SubnetInfo
toStringBootstrapConfiguration() - Method in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
trustStoreFile - Variable in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
trustStoreResource - Variable in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 

U

updateMessageHeader(Message, ChannelHandlerContext) - Method in class org.apache.camel.component.netty4.NettyEndpoint
 

V

validateConfiguration() - Method in class org.apache.camel.component.netty4.NettyConfiguration
 
valueOf(String) - Static method in enum org.apache.camel.component.netty4.TextLineDelimiter
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.camel.component.netty4.TextLineDelimiter
Returns an array containing the constants of this enum type, in the order they are declared.

W

withBossCount(int) - Method in class org.apache.camel.component.netty4.NettyServerBossPoolBuilder
 
withName(String) - Method in class org.apache.camel.component.netty4.NettyServerBossPoolBuilder
 
withName(String) - Method in class org.apache.camel.component.netty4.NettyWorkerPoolBuilder
 
withPattern(String) - Method in class org.apache.camel.component.netty4.NettyServerBossPoolBuilder
 
withPattern(String) - Method in class org.apache.camel.component.netty4.NettyWorkerPoolBuilder
 
withWorkerCount(int) - Method in class org.apache.camel.component.netty4.NettyWorkerPoolBuilder
 
workerCount - Variable in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
workerGroup - Variable in class org.apache.camel.component.netty4.NettyServerBootstrapConfiguration
 
writeBodyAsync(Logger, Channel, SocketAddress, Object, Exchange, ChannelFutureListener) - Static method in class org.apache.camel.component.netty4.NettyHelper
Writes the given body to Netty channel.
A B C D E G H I K L N O P R S T U V W 

Apache Camel