Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- addChannel(Channel) - Method in class org.apache.camel.component.netty.ClientModeTCPNettyServerBootstrapFactory
- addChannel(Channel) - Method in interface org.apache.camel.component.netty.NettyServerBootstrapFactory
-
When a new
Channel
is opened. - addChannel(Channel) - Method in class org.apache.camel.component.netty.SingleTCPNettyServerBootstrapFactory
- addChannel(Channel) - Method in class org.apache.camel.component.netty.SingleUDPNettyServerBootstrapFactory
- addConsumer(NettyConsumer) - Method in class org.apache.camel.component.netty.ClientModeTCPNettyServerBootstrapFactory
- addConsumer(NettyConsumer) - Method in interface org.apache.camel.component.netty.NettyServerBootstrapFactory
-
When a
NettyConsumer
is added and uses this bootstrap factory. - addConsumer(NettyConsumer) - Method in class org.apache.camel.component.netty.SingleTCPNettyServerBootstrapFactory
- addConsumer(NettyConsumer) - Method in class org.apache.camel.component.netty.SingleUDPNettyServerBootstrapFactory
- addDecoder(ChannelHandler) - Method in class org.apache.camel.component.netty.NettyConfiguration
-
Adds a custom ChannelHandler class that can be used to perform special marshalling of inbound payloads.
- addEncoder(ChannelHandler) - Method in class org.apache.camel.component.netty.NettyConfiguration
-
Adds a custom ChannelHandler class that can be used to perform special marshalling of outbound payloads.
- addObject() - Method in class org.apache.camel.component.netty.SharedSingletonObjectPool
- asInteger(String) - Method in class org.apache.camel.component.netty.util.SubnetUtils.SubnetInfo
B
- backlog - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- beforeProcess(Exchange, ChannelHandlerContext, Object) - Method in class org.apache.camel.component.netty.handlers.ServerChannelHandler
-
Allows any custom logic before the
Exchange
is processed by the routing engine. - borrowObject() - Method in class org.apache.camel.component.netty.SharedSingletonObjectPool
- bossCount - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- bossGroup - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- broadcast - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- build() - Method in class org.apache.camel.component.netty.NettyServerBossPoolBuilder
-
Creates a new boss pool.
- build() - Method in class org.apache.camel.component.netty.NettyWorkerPoolBuilder
-
Creates a new worker pool.
- buildUri(String, Map<String, Object>, boolean) - Method in class org.apache.camel.component.netty.NettyEndpointUriFactory
C
- callbackDoneOnce(boolean) - Method in class org.apache.camel.component.netty.NettyCamelState
- channelActive(ChannelHandlerContext) - Method in class org.apache.camel.component.netty.handlers.ClientChannelHandler
- channelActive(ChannelHandlerContext) - Method in class org.apache.camel.component.netty.handlers.ServerChannelHandler
- channelGroup - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- ChannelHandlerFactories - Class in org.apache.camel.component.netty
-
Helper to create commonly used
ChannelHandlerFactory
instances. - ChannelHandlerFactory - Interface in org.apache.camel.component.netty
-
Factory for creating new
ChannelHandler
used for non shareable encoders and decoders configured on the CamelNettyComponent
. - channelInactive(ChannelHandlerContext) - Method in class org.apache.camel.component.netty.handlers.ClientChannelHandler
- channelInactive(ChannelHandlerContext) - Method in class org.apache.camel.component.netty.handlers.ServerChannelHandler
- channelRead0(ChannelHandlerContext, Object) - Method in class org.apache.camel.component.netty.handlers.ClientChannelHandler
- channelRead0(ChannelHandlerContext, Object) - Method in class org.apache.camel.component.netty.handlers.ServerChannelHandler
- channelReadComplete(ChannelHandlerContext) - Method in class org.apache.camel.component.netty.handlers.ClientChannelHandler
- clear() - Method in class org.apache.camel.component.netty.SharedSingletonObjectPool
- ClientChannelHandler - Class in org.apache.camel.component.netty.handlers
-
Client handler which cannot be shared
- ClientChannelHandler(NettyProducer) - Constructor for class org.apache.camel.component.netty.handlers.ClientChannelHandler
- ClientInitializerFactory - Class in org.apache.camel.component.netty
-
Factory to create
ChannelPipeline
for clients, egNettyProducer
. - ClientInitializerFactory() - Constructor for class org.apache.camel.component.netty.ClientInitializerFactory
- ClientModeTCPNettyServerBootstrapFactory - Class in org.apache.camel.component.netty
-
A
NettyServerBootstrapFactory
which is used by a single consumer (not shared). - ClientModeTCPNettyServerBootstrapFactory() - Constructor for class org.apache.camel.component.netty.ClientModeTCPNettyServerBootstrapFactory
- close() - Method in class org.apache.camel.component.netty.SharedSingletonObjectPool
- close(Channel) - Static method in class org.apache.camel.component.netty.NettyHelper
-
Closes the given channel asynchronously
- compatible(NettyServerBootstrapConfiguration) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
Checks if the other
NettyServerBootstrapConfiguration
is compatible with this, as a Netty listener bound on port X shares the same commonNettyServerBootstrapConfiguration
, which must be identical. - configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.netty.NettyComponentConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.netty.NettyConfigurationConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.netty.NettyEndpointConfigurer
- connectTimeout - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- copy() - Method in class org.apache.camel.component.netty.NettyConfiguration
-
Returns a copy of this configuration
- createClientSSLEngine(SSLContext) - Method in class org.apache.camel.component.netty.ssl.SSLEngineFactory
- createConsumer(Processor) - Method in class org.apache.camel.component.netty.NettyEndpoint
- createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.netty.NettyComponent
- createEndpointUri() - Method in class org.apache.camel.component.netty.NettyEndpoint
- createExchange(ChannelHandlerContext, Object) - Method in class org.apache.camel.component.netty.handlers.ServerChannelHandler
- createExecutorGroup(CamelContext, String, int) - Static method in class org.apache.camel.component.netty.NettyHelper
-
Creates a
DefaultEventExecutorGroup
with the given name and maximum thread pool size. - createPipelineFactory(NettyConsumer) - Method in class org.apache.camel.component.netty.DefaultServerInitializerFactory
- createPipelineFactory(NettyConsumer) - Method in class org.apache.camel.component.netty.ServerInitializerFactory
-
Creates a new
ServerInitializerFactory
using the givenNettyConsumer
- createPipelineFactory(NettyProducer) - Method in class org.apache.camel.component.netty.ClientInitializerFactory
-
Creates a new
ClientInitializerFactory
using the givenNettyProducer
- createPipelineFactory(NettyProducer) - Method in class org.apache.camel.component.netty.DefaultClientInitializerFactory
- createProducer() - Method in class org.apache.camel.component.netty.NettyEndpoint
- createResponseFutureListener(NettyConsumer, Exchange, SocketAddress) - Method in class org.apache.camel.component.netty.handlers.ServerChannelHandler
-
Creates the
ChannelFutureListener
to execute when writing the response is complete. - createServerSSLEngine(SSLContext) - Method in class org.apache.camel.component.netty.ssl.SSLEngineFactory
- createSSLContext(CamelContext, String, String, String, String, char[]) - Method in class org.apache.camel.component.netty.ssl.SSLEngineFactory
D
- DatagramPacketByteArrayDecoder - Class in org.apache.camel.component.netty.codec
- DatagramPacketByteArrayDecoder() - Constructor for class org.apache.camel.component.netty.codec.DatagramPacketByteArrayDecoder
- DatagramPacketByteArrayEncoder - Class in org.apache.camel.component.netty.codec
- DatagramPacketByteArrayEncoder() - Constructor for class org.apache.camel.component.netty.codec.DatagramPacketByteArrayEncoder
- DatagramPacketDecoder - Class in org.apache.camel.component.netty.codec
- DatagramPacketDecoder() - Constructor for class org.apache.camel.component.netty.codec.DatagramPacketDecoder
- DatagramPacketDelimiterDecoder - Class in org.apache.camel.component.netty.codec
- DatagramPacketDelimiterDecoder(int, boolean, ByteBuf[]) - Constructor for class org.apache.camel.component.netty.codec.DatagramPacketDelimiterDecoder
- DatagramPacketDelimiterDecoder(int, ByteBuf[]) - Constructor for class org.apache.camel.component.netty.codec.DatagramPacketDelimiterDecoder
- DatagramPacketEncoder - Class in org.apache.camel.component.netty.codec
- DatagramPacketEncoder() - Constructor for class org.apache.camel.component.netty.codec.DatagramPacketEncoder
- DatagramPacketObjectDecoder - Class in org.apache.camel.component.netty.codec
- DatagramPacketObjectDecoder(ClassResolver) - Constructor for class org.apache.camel.component.netty.codec.DatagramPacketObjectDecoder
- DatagramPacketObjectEncoder - Class in org.apache.camel.component.netty.codec
- DatagramPacketObjectEncoder() - Constructor for class org.apache.camel.component.netty.codec.DatagramPacketObjectEncoder
- DatagramPacketStringDecoder - Class in org.apache.camel.component.netty.codec
- DatagramPacketStringDecoder() - Constructor for class org.apache.camel.component.netty.codec.DatagramPacketStringDecoder
-
Creates a new instance with the current system character set.
- DatagramPacketStringDecoder(Charset) - Constructor for class org.apache.camel.component.netty.codec.DatagramPacketStringDecoder
-
Creates a new instance with the specified character set.
- DatagramPacketStringEncoder - Class in org.apache.camel.component.netty.codec
- DatagramPacketStringEncoder() - Constructor for class org.apache.camel.component.netty.codec.DatagramPacketStringEncoder
-
Creates a new instance with the current system character set.
- DatagramPacketStringEncoder(Charset) - Constructor for class org.apache.camel.component.netty.codec.DatagramPacketStringEncoder
-
Creates a new instance with the specified character set.
- decode(ChannelHandlerContext, ByteBuf) - Method in class org.apache.camel.component.netty.codec.DelimiterBasedFrameDecoder
- decode(ChannelHandlerContext, ByteBuf) - Method in class org.apache.camel.component.netty.codec.LineBasedFrameDecoder
- decode(ChannelHandlerContext, ByteBuf) - Method in class org.apache.camel.component.netty.codec.ObjectDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class org.apache.camel.component.netty.codec.DelegateByteArrayDecoder
- decode(ChannelHandlerContext, AddressedEnvelope<Object, InetSocketAddress>, List<Object>) - Method in class org.apache.camel.component.netty.codec.DatagramPacketByteArrayDecoder
- decode(ChannelHandlerContext, AddressedEnvelope<Object, InetSocketAddress>, List<Object>) - Method in class org.apache.camel.component.netty.codec.DatagramPacketDelimiterDecoder
- decode(ChannelHandlerContext, AddressedEnvelope<Object, InetSocketAddress>, List<Object>) - Method in class org.apache.camel.component.netty.codec.DatagramPacketObjectDecoder
- decode(ChannelHandlerContext, AddressedEnvelope<Object, InetSocketAddress>, List<Object>) - Method in class org.apache.camel.component.netty.codec.DatagramPacketStringDecoder
- decode(ChannelHandlerContext, DatagramPacket, List<Object>) - Method in class org.apache.camel.component.netty.codec.DatagramPacketDecoder
- DEFAULT_ENABLED_PROTOCOLS - Static variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- DefaultChannelHandlerFactory - Class in org.apache.camel.component.netty
- DefaultChannelHandlerFactory() - Constructor for class org.apache.camel.component.netty.DefaultChannelHandlerFactory
- DefaultClientInitializerFactory - Class in org.apache.camel.component.netty
- DefaultClientInitializerFactory(NettyProducer) - Constructor for class org.apache.camel.component.netty.DefaultClientInitializerFactory
- DefaultNettyCamelStateCorrelationManager - Class in org.apache.camel.component.netty
- DefaultNettyCamelStateCorrelationManager() - Constructor for class org.apache.camel.component.netty.DefaultNettyCamelStateCorrelationManager
- DefaultServerInitializerFactory - Class in org.apache.camel.component.netty
- DefaultServerInitializerFactory(NettyConsumer) - Constructor for class org.apache.camel.component.netty.DefaultServerInitializerFactory
- DefaultServerInitializerFactory(NettyServerBootstrapConfiguration) - Constructor for class org.apache.camel.component.netty.DefaultServerInitializerFactory
-
Deprecated.
- DelegateByteArrayDecoder - Class in org.apache.camel.component.netty.codec
-
We need to derive from the original decoder because we need to call the decode method directly which is protected in the original one.
- DelegateByteArrayDecoder() - Constructor for class org.apache.camel.component.netty.codec.DelegateByteArrayDecoder
- DelegateByteArrayEncoder - Class in org.apache.camel.component.netty.codec
-
We need to derive from the original encoder because we need to call the encode method directly which is protected in the original one.
- DelegateByteArrayEncoder() - Constructor for class org.apache.camel.component.netty.codec.DelegateByteArrayEncoder
- DelimiterBasedFrameDecoder - Class in org.apache.camel.component.netty.codec
- DelimiterBasedFrameDecoder(int, boolean, ByteBuf[]) - Constructor for class org.apache.camel.component.netty.codec.DelimiterBasedFrameDecoder
- destroy() - Method in class org.apache.camel.component.netty.NettyWorkerPoolBuilder
-
Shutdown the created worker pool
- doReconnectIfNeeded() - Method in class org.apache.camel.component.netty.ClientModeTCPNettyServerBootstrapFactory
- doShutdown() - Method in class org.apache.camel.component.netty.TimeoutCorrelationManagerSupport
- doStart() - Method in class org.apache.camel.component.netty.ClientModeTCPNettyServerBootstrapFactory
- doStart() - Method in class org.apache.camel.component.netty.NettyComponent
- doStart() - Method in class org.apache.camel.component.netty.NettyConsumer
- doStart() - Method in class org.apache.camel.component.netty.NettyProducer
- doStart() - Method in class org.apache.camel.component.netty.SingleTCPNettyServerBootstrapFactory
- doStart() - Method in class org.apache.camel.component.netty.SingleUDPNettyServerBootstrapFactory
- doStart() - Method in class org.apache.camel.component.netty.TimeoutCorrelationManagerSupport
- doStop() - Method in class org.apache.camel.component.netty.ClientModeTCPNettyServerBootstrapFactory
- doStop() - Method in class org.apache.camel.component.netty.NettyComponent
- doStop() - Method in class org.apache.camel.component.netty.NettyConsumer
- doStop() - Method in class org.apache.camel.component.netty.NettyProducer
- doStop() - Method in class org.apache.camel.component.netty.SingleTCPNettyServerBootstrapFactory
- doStop() - Method in class org.apache.camel.component.netty.SingleUDPNettyServerBootstrapFactory
- doStop() - Method in class org.apache.camel.component.netty.TimeoutCorrelationManagerSupport
E
- enabledProtocols - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- encode(ChannelHandlerContext, byte[], List<Object>) - Method in class org.apache.camel.component.netty.codec.DelegateByteArrayEncoder
- encode(ChannelHandlerContext, AddressedEnvelope<Object, InetSocketAddress>, List<Object>) - Method in class org.apache.camel.component.netty.codec.DatagramPacketByteArrayEncoder
- encode(ChannelHandlerContext, AddressedEnvelope<Object, InetSocketAddress>, List<Object>) - Method in class org.apache.camel.component.netty.codec.DatagramPacketEncoder
- encode(ChannelHandlerContext, AddressedEnvelope<Object, InetSocketAddress>, List<Object>) - Method in class org.apache.camel.component.netty.codec.DatagramPacketObjectEncoder
- encode(ChannelHandlerContext, AddressedEnvelope<Object, InetSocketAddress>, List<Object>) - Method in class org.apache.camel.component.netty.codec.DatagramPacketStringEncoder
- encode(ChannelHandlerContext, Serializable, ByteBuf) - Method in class org.apache.camel.component.netty.codec.ObjectEncoder
- enrichWithClientCertInformation(SSLSession, Message) - Method in class org.apache.camel.component.netty.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.netty.DefaultChannelHandlerFactory
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.apache.camel.component.netty.handlers.ClientChannelHandler
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.apache.camel.component.netty.handlers.ServerChannelHandler
G
- getAddress() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- getAddress() - Method in class org.apache.camel.component.netty.util.SubnetUtils.SubnetInfo
- getAddressCount() - Method in class org.apache.camel.component.netty.util.SubnetUtils.SubnetInfo
-
Deprecated.
- getAddressCountLong() - Method in class org.apache.camel.component.netty.util.SubnetUtils.SubnetInfo
-
Get the count of available addresses.
- getAllAddresses() - Method in class org.apache.camel.component.netty.util.SubnetUtils.SubnetInfo
- getAllChannels() - Method in class org.apache.camel.component.netty.NettyProducer
- getBacklog() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- getBossCount() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- getBossGroup() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- getBroadcastAddress() - Method in class org.apache.camel.component.netty.util.SubnetUtils.SubnetInfo
- getCallback() - Method in class org.apache.camel.component.netty.NettyCamelState
- getCamelContext() - Method in class org.apache.camel.component.netty.NettyConverterLoader
- getCamelContext() - Method in class org.apache.camel.component.netty.TimeoutCorrelationManagerSupport
- getChannelGroup() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- getCharsetName() - Method in class org.apache.camel.component.netty.NettyConfiguration
- getCidrSignature() - Method in class org.apache.camel.component.netty.util.SubnetUtils.SubnetInfo
- getClientInitializerFactory() - Method in class org.apache.camel.component.netty.NettyConfiguration
- getClientPipelineFactory() - Method in class org.apache.camel.component.netty.NettyConfiguration
-
Deprecated.use #getClientInitializerFactory
- getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.component.netty.NettyComponentConfigurer
- getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.component.netty.NettyConfigurationConfigurer
- getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.component.netty.NettyEndpointConfigurer
- getComponent() - Method in class org.apache.camel.component.netty.NettyEndpoint
- getConfiguration() - Method in class org.apache.camel.component.netty.NettyComponent
- getConfiguration() - Method in class org.apache.camel.component.netty.NettyConsumer
- getConfiguration() - Method in class org.apache.camel.component.netty.NettyEndpoint
- getConfiguration() - Method in class org.apache.camel.component.netty.NettyProducer
- getConnectTimeout() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- getContext() - Method in class org.apache.camel.component.netty.NettyConsumer
- getContext() - Method in class org.apache.camel.component.netty.NettyProducer
- getCorrelationManager() - Method in class org.apache.camel.component.netty.NettyConfiguration
- getCorrelationManager() - Method in class org.apache.camel.component.netty.NettyProducer
- getDecoderMaxLineLength() - Method in class org.apache.camel.component.netty.NettyConfiguration
- getDecoders() - Method in class org.apache.camel.component.netty.NettyConfiguration
- getDecodersAsList() - Method in class org.apache.camel.component.netty.NettyConfiguration
- getDelimiter() - Method in class org.apache.camel.component.netty.NettyConfiguration
- getEnabledProtocols() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- getEncoders() - Method in class org.apache.camel.component.netty.NettyConfiguration
- getEncodersAsList() - Method in class org.apache.camel.component.netty.NettyConfiguration
- getEncoding() - Method in class org.apache.camel.component.netty.NettyConfiguration
- getEndpoint() - Method in class org.apache.camel.component.netty.NettyConsumer
- getEndpoint() - Method in class org.apache.camel.component.netty.NettyProducer
- getExchange() - Method in class org.apache.camel.component.netty.NettyCamelState
- getExecutorService() - Method in class org.apache.camel.component.netty.NettyComponent
- getHighAddress() - Method in class org.apache.camel.component.netty.util.SubnetUtils.SubnetInfo
-
Return the high address as a dotted IP address.
- getHost() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- getIn(NettyEndpoint, Exchange) - Static method in class org.apache.camel.component.netty.NettyPayloadHelper
- getInfo() - Method in class org.apache.camel.component.netty.util.SubnetUtils
-
Return a
SubnetUtils.SubnetInfo
instance that contains subnet-specific statistics - getKeyStoreFile() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
Deprecated.
- getKeyStoreFormat() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- getKeyStoreResource() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- getLowAddress() - Method in class org.apache.camel.component.netty.util.SubnetUtils.SubnetInfo
-
Return the low address as a dotted IP address.
- getMaximumPoolSize() - Method in class org.apache.camel.component.netty.NettyComponent
- getNetmask() - Method in class org.apache.camel.component.netty.util.SubnetUtils.SubnetInfo
- getNettyServerBootstrapFactory() - Method in class org.apache.camel.component.netty.NettyConsumer
- getNettyServerBootstrapFactory() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- getNetworkAddress() - Method in class org.apache.camel.component.netty.util.SubnetUtils.SubnetInfo
- getNetworkInterface() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- getNoReplyLogLevel() - Method in class org.apache.camel.component.netty.NettyConfiguration
- getNumActive() - Method in class org.apache.camel.component.netty.SharedSingletonObjectPool
- getNumIdle() - Method in class org.apache.camel.component.netty.SharedSingletonObjectPool
- getOptions() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- getOptionType(String, boolean) - Method in class org.apache.camel.component.netty.NettyComponentConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.component.netty.NettyConfigurationConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.component.netty.NettyEndpointConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.netty.NettyComponentConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.netty.NettyConfigurationConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.netty.NettyEndpointConfigurer
- getOut(NettyEndpoint, Exchange) - Static method in class org.apache.camel.component.netty.NettyPayloadHelper
- getPassphrase() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- getPort() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- getProducerPoolMaxIdle() - Method in class org.apache.camel.component.netty.NettyConfiguration
- getProducerPoolMaxTotal() - Method in class org.apache.camel.component.netty.NettyConfiguration
- getProducerPoolMaxWait() - Method in class org.apache.camel.component.netty.NettyConfiguration
- getProducerPoolMinEvictableIdle() - Method in class org.apache.camel.component.netty.NettyConfiguration
- getProducerPoolMinIdle() - Method in class org.apache.camel.component.netty.NettyConfiguration
- getProtocol() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- getReceiveBufferSize() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- getReceiveBufferSizePredictor() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- getReconnectInterval() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
Used if reconnect and clientMode is enabled.
- getRequestBody(Exchange) - Method in class org.apache.camel.component.netty.NettyProducer
-
Gets the object we want to use as the request object for sending to netty.
- getRequestCorrelationId(Object) - Method in class org.apache.camel.component.netty.TimeoutCorrelationManagerSupport
-
Implement this method to extract the correlation id from the request message body.
- getRequestTimeout() - Method in class org.apache.camel.component.netty.NettyConfiguration
- getResponseBody(Exchange) - Method in class org.apache.camel.component.netty.handlers.ServerChannelHandler
-
Gets the object we want to use as the response object for sending to netty.
- getResponseCorrelationId(Object) - Method in class org.apache.camel.component.netty.TimeoutCorrelationManagerSupport
-
Implement this method to extract the correlation id from the response message body.
- getResponseMessage(Exchange, ChannelHandlerContext, Object) - Method in class org.apache.camel.component.netty.handlers.ClientChannelHandler
-
Gets the Camel
Message
to use as the message to be set on the currentExchange
when we have received a reply message. - getSecurityProvider() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- getSendBufferSize() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- getServerClosedChannelExceptionCaughtLogLevel() - Method in class org.apache.camel.component.netty.NettyConfiguration
- getServerExceptionCaughtLogLevel() - Method in class org.apache.camel.component.netty.NettyConfiguration
- getServerInitializerFactory() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- getServerPipelineFactory() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
Deprecated.use #getServerInitializerFactory
- getServiceProtocol() - Method in class org.apache.camel.component.netty.NettyEndpoint
- getServiceUrl() - Method in class org.apache.camel.component.netty.NettyEndpoint
- getSslContextParameters() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- getSslHandler() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- getSSLSession(ChannelHandlerContext) - Method in class org.apache.camel.component.netty.NettyEndpoint
- getState(ChannelHandlerContext, Channel, Object) - Method in class org.apache.camel.component.netty.DefaultNettyCamelStateCorrelationManager
- getState(ChannelHandlerContext, Channel, Object) - Method in interface org.apache.camel.component.netty.NettyCamelStateCorrelationManager
-
Gets the state when a response message has been received.
- getState(ChannelHandlerContext, Channel, Object) - Method in class org.apache.camel.component.netty.TimeoutCorrelationManagerSupport
- getState(ChannelHandlerContext, Channel, Throwable) - Method in class org.apache.camel.component.netty.DefaultNettyCamelStateCorrelationManager
- getState(ChannelHandlerContext, Channel, Throwable) - Method in interface org.apache.camel.component.netty.NettyCamelStateCorrelationManager
-
Gets the state when some internal error occurred.
- getState(ChannelHandlerContext, Channel, Throwable) - Method in class org.apache.camel.component.netty.TimeoutCorrelationManagerSupport
- getTextlineBody(Object, Exchange, TextLineDelimiter, boolean) - Static method in class org.apache.camel.component.netty.NettyHelper
-
Gets the string body to be used when sending with the textline codec.
- getTimeout() - Method in class org.apache.camel.component.netty.TimeoutCorrelationManagerSupport
- getTimeoutChecker() - Method in class org.apache.camel.component.netty.TimeoutCorrelationManagerSupport
- getTimeoutLoggingLevel() - Method in class org.apache.camel.component.netty.TimeoutCorrelationManagerSupport
- getTimeoutResponse(String, Object) - Method in class org.apache.camel.component.netty.TimeoutCorrelationManagerSupport
-
Override this to implement a custom timeout response message.
- getTrustStoreFile() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
Deprecated.
- getTrustStoreResource() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- getUnixDomainSocketPath() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- getWorkerCount() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- getWorkerGroup() - Method in class org.apache.camel.component.netty.NettyProducer
- getWorkerGroup() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- getWorkerPool() - Method in class org.apache.camel.component.netty.TimeoutCorrelationManagerSupport
H
- handleException(String, Throwable) - Method in class org.apache.camel.component.netty.NettyConsumerExceptionHandler
- handleException(String, Exchange, Throwable) - Method in class org.apache.camel.component.netty.NettyConsumerExceptionHandler
- handleException(Throwable) - Method in class org.apache.camel.component.netty.NettyConsumerExceptionHandler
- handlerAdded(ChannelHandlerContext) - Method in class org.apache.camel.component.netty.DefaultChannelHandlerFactory
- handlerRemoved(ChannelHandlerContext) - Method in class org.apache.camel.component.netty.DefaultChannelHandlerFactory
- host - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
I
- init(ThreadFactory, NettyServerBootstrapConfiguration, ChannelInitializer<Channel>) - Method in class org.apache.camel.component.netty.ClientModeTCPNettyServerBootstrapFactory
- init(ThreadFactory, NettyServerBootstrapConfiguration, ChannelInitializer<Channel>) - Method in interface org.apache.camel.component.netty.NettyServerBootstrapFactory
-
Initializes this shared
NettyServerBootstrapFactory
. - init(ThreadFactory, NettyServerBootstrapConfiguration, ChannelInitializer<Channel>) - Method in class org.apache.camel.component.netty.SingleTCPNettyServerBootstrapFactory
- init(ThreadFactory, NettyServerBootstrapConfiguration, ChannelInitializer<Channel>) - Method in class org.apache.camel.component.netty.SingleUDPNettyServerBootstrapFactory
- init(CamelContext, NettyServerBootstrapConfiguration, ChannelInitializer<Channel>) - Method in class org.apache.camel.component.netty.ClientModeTCPNettyServerBootstrapFactory
- init(CamelContext, NettyServerBootstrapConfiguration, ChannelInitializer<Channel>) - Method in interface org.apache.camel.component.netty.NettyServerBootstrapFactory
-
Initializes this non-shared
NettyServerBootstrapFactory
. - init(CamelContext, NettyServerBootstrapConfiguration, ChannelInitializer<Channel>) - Method in class org.apache.camel.component.netty.SingleTCPNettyServerBootstrapFactory
- init(CamelContext, NettyServerBootstrapConfiguration, ChannelInitializer<Channel>) - Method in class org.apache.camel.component.netty.SingleUDPNettyServerBootstrapFactory
- initChannel(Channel) - Method in class org.apache.camel.component.netty.DefaultClientInitializerFactory
- initChannel(Channel) - Method in class org.apache.camel.component.netty.DefaultServerInitializerFactory
- invalidateObject(T) - Method in class org.apache.camel.component.netty.SharedSingletonObjectPool
- isAllowDefaultCodec() - Method in class org.apache.camel.component.netty.NettyConfiguration
- isAllowSerializedHeaders() - Method in class org.apache.camel.component.netty.NettyConfiguration
- isAutoAppendDelimiter() - Method in class org.apache.camel.component.netty.NettyConfiguration
- isBroadcast() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- isClientMode() - Method in class org.apache.camel.component.netty.NettyConfiguration
- isDisconnect() - Method in class org.apache.camel.component.netty.NettyConfiguration
- isDisconnectOnNoReply() - Method in class org.apache.camel.component.netty.NettyConfiguration
- isDone() - Method in class org.apache.camel.component.netty.NettyCamelState
- isEnabled(String) - Method in class org.apache.camel.component.netty.NettyEndpointUriFactory
- isHostedService() - Method in class org.apache.camel.component.netty.NettyConsumer
- isHostnameVerification() - Method in class org.apache.camel.component.netty.NettyConfiguration
- isInclusiveHostCount() - Method in class org.apache.camel.component.netty.util.SubnetUtils
-
Returns
true
if the return value ofgetAddressCount()
includes the network and broadcast addresses. - isInRange(String) - Method in class org.apache.camel.component.netty.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.netty.NettyServerBootstrapConfiguration
- isLazyChannelCreation() - Method in class org.apache.camel.component.netty.NettyConfiguration
- isLenientProperties() - Method in class org.apache.camel.component.netty.NettyEndpointUriFactory
- isNativeTransport() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- isNeedClientAuth() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- isProducerPoolBlockWhenExhausted() - Method in class org.apache.camel.component.netty.NettyConfiguration
- isProducerPoolEnabled() - Method in class org.apache.camel.component.netty.NettyConfiguration
- isReconnect() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
Used only in clientMode in consumer, the consumer will attempt to reconnect on disconnection if this is enabled
- isReuseAddress() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- isReuseChannel() - Method in class org.apache.camel.component.netty.NettyConfiguration
- isSsl() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- isSslClientCertHeaders() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- isSync() - Method in class org.apache.camel.component.netty.NettyConfiguration
- isSynchronous() - Method in class org.apache.camel.component.netty.NettyEndpoint
- isTcp() - Method in class org.apache.camel.component.netty.NettyConsumer
- isTcp() - Method in class org.apache.camel.component.netty.NettyProducer
- isTcp() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- isTcpNoDelay() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- isTextline() - Method in class org.apache.camel.component.netty.NettyConfiguration
- isTransferExchange() - Method in class org.apache.camel.component.netty.NettyConfiguration
- isUdpByteArrayCodec() - Method in class org.apache.camel.component.netty.NettyConfiguration
- isUdpConnectionlessSending() - Method in class org.apache.camel.component.netty.NettyConfiguration
- isUseByteBuf() - Method in class org.apache.camel.component.netty.NettyConfiguration
- isUseGlobalSslContextParameters() - Method in class org.apache.camel.component.netty.NettyComponent
- isUsingExecutorService() - Method in class org.apache.camel.component.netty.NettyConfiguration
K
- keepAlive - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- keyStoreFile - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- keyStoreFormat - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- keyStoreResource - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
L
- LINE - Enum constant in enum class org.apache.camel.component.netty.TextLineDelimiter
- LineBasedFrameDecoder - Class in org.apache.camel.component.netty.codec
- LineBasedFrameDecoder(int, boolean, boolean) - Constructor for class org.apache.camel.component.netty.codec.LineBasedFrameDecoder
- load(TypeConverterRegistry) - Method in class org.apache.camel.component.netty.NettyConverterLoader
- LOG - Static variable in class org.apache.camel.component.netty.ClientModeTCPNettyServerBootstrapFactory
- LOG - Static variable in class org.apache.camel.component.netty.SingleTCPNettyServerBootstrapFactory
- LOG - Static variable in class org.apache.camel.component.netty.SingleUDPNettyServerBootstrapFactory
M
- multiValuePrefixes() - Method in class org.apache.camel.component.netty.NettyEndpointUriFactory
N
- nativeTransport - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- needClientAuth - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- NETTY_CHANNEL - Static variable in class org.apache.camel.component.netty.NettyConstants
- NETTY_CHANNEL_HANDLER_CONTEXT - Static variable in class org.apache.camel.component.netty.NettyConstants
- NETTY_CLIENT_CONTINUE - Static variable in class org.apache.camel.component.netty.NettyConstants
- NETTY_CLOSE_CHANNEL_WHEN_COMPLETE - Static variable in class org.apache.camel.component.netty.NettyConstants
- NETTY_LOCAL_ADDRESS - Static variable in class org.apache.camel.component.netty.NettyConstants
- NETTY_MESSAGE_EVENT - Static variable in class org.apache.camel.component.netty.NettyConstants
- NETTY_REMOTE_ADDRESS - Static variable in class org.apache.camel.component.netty.NettyConstants
- NETTY_REQUEST_TIMEOUT - Static variable in class org.apache.camel.component.netty.NettyConstants
- NETTY_SSL_CLIENT_CERT_ISSUER_NAME - Static variable in class org.apache.camel.component.netty.NettyConstants
- NETTY_SSL_CLIENT_CERT_NOT_AFTER - Static variable in class org.apache.camel.component.netty.NettyConstants
- NETTY_SSL_CLIENT_CERT_NOT_BEFORE - Static variable in class org.apache.camel.component.netty.NettyConstants
- NETTY_SSL_CLIENT_CERT_SERIAL_NO - Static variable in class org.apache.camel.component.netty.NettyConstants
- NETTY_SSL_CLIENT_CERT_SUBJECT_NAME - Static variable in class org.apache.camel.component.netty.NettyConstants
- NETTY_SSL_SESSION - Static variable in class org.apache.camel.component.netty.NettyConstants
- NettyCamelState - Class in org.apache.camel.component.netty
-
Stores state for
NettyProducer
when sending messages. - NettyCamelState(AsyncCallback, Exchange) - Constructor for class org.apache.camel.component.netty.NettyCamelState
- NettyCamelStateCorrelationManager - Interface in org.apache.camel.component.netty
-
To manage and correlate state of
NettyCamelState
when doing request/reply viaNettyProducer
. - NettyComponent - Class in org.apache.camel.component.netty
- NettyComponent() - Constructor for class org.apache.camel.component.netty.NettyComponent
- NettyComponent(Class<? extends Endpoint>) - Constructor for class org.apache.camel.component.netty.NettyComponent
- NettyComponent(CamelContext) - Constructor for class org.apache.camel.component.netty.NettyComponent
- NettyComponentConfigurer - Class in org.apache.camel.component.netty
-
Generated by camel build tools - do NOT edit this file!
- NettyComponentConfigurer() - Constructor for class org.apache.camel.component.netty.NettyComponentConfigurer
- NettyConfiguration - Class in org.apache.camel.component.netty
- NettyConfiguration() - Constructor for class org.apache.camel.component.netty.NettyConfiguration
- NettyConfigurationConfigurer - Class in org.apache.camel.component.netty
-
Generated by camel build tools - do NOT edit this file!
- NettyConfigurationConfigurer() - Constructor for class org.apache.camel.component.netty.NettyConfigurationConfigurer
- NettyConstants - Class in org.apache.camel.component.netty
-
Netty constants
- NettyConsumer - Class in org.apache.camel.component.netty
- NettyConsumer(NettyEndpoint, Processor, NettyConfiguration) - Constructor for class org.apache.camel.component.netty.NettyConsumer
- NettyConsumerExceptionHandler - Class in org.apache.camel.component.netty
- NettyConsumerExceptionHandler(NettyConsumer) - Constructor for class org.apache.camel.component.netty.NettyConsumerExceptionHandler
- NettyConverter - Class in org.apache.camel.component.netty
-
A set of converter methods for working with Netty types
- NettyConverterLoader - Class in org.apache.camel.component.netty
-
Generated by camel build tools - do NOT edit this file!
- NettyConverterLoader() - Constructor for class org.apache.camel.component.netty.NettyConverterLoader
- NettyEndpoint - Class in org.apache.camel.component.netty
-
Socket level networking using TCP or UDP with Netty 4.x.
- NettyEndpoint(String, NettyComponent, NettyConfiguration) - Constructor for class org.apache.camel.component.netty.NettyEndpoint
- NettyEndpointConfigurer - Class in org.apache.camel.component.netty
-
Generated by camel build tools - do NOT edit this file!
- NettyEndpointConfigurer() - Constructor for class org.apache.camel.component.netty.NettyEndpointConfigurer
- NettyEndpointUriFactory - Class in org.apache.camel.component.netty
-
Generated by camel build tools - do NOT edit this file!
- NettyEndpointUriFactory() - Constructor for class org.apache.camel.component.netty.NettyEndpointUriFactory
- NettyHelper - Class in org.apache.camel.component.netty
-
Helper class used internally by camel-netty using Netty.
- NettyPayloadHelper - Class in org.apache.camel.component.netty
-
Helper to get and set the correct payload when transferring data using camel-netty.
- NettyProducer - Class in org.apache.camel.component.netty
- NettyProducer(NettyEndpoint, NettyConfiguration) - Constructor for class org.apache.camel.component.netty.NettyProducer
- NettyServerBootstrapConfiguration - Class in org.apache.camel.component.netty
- NettyServerBootstrapConfiguration() - Constructor for class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- nettyServerBootstrapFactory - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- NettyServerBootstrapFactory - Interface in org.apache.camel.component.netty
-
Factory for setting up Netty
ServerBootstrap
and all the needed logic for doing that. - NettyServerBossPoolBuilder - Class in org.apache.camel.component.netty
-
A builder to create Netty
EventLoopGroup
which can be used for executor boss events with multiple NettyNettyServerBootstrapFactory
server bootstrap configurations. - NettyServerBossPoolBuilder() - Constructor for class org.apache.camel.component.netty.NettyServerBossPoolBuilder
- NettyWorkerPoolBuilder - Class in org.apache.camel.component.netty
-
A builder to create Netty
EventLoopGroup
which can be used for sharing worker pools with multiple NettyNettyServerBootstrapFactory
server bootstrap configurations. - NettyWorkerPoolBuilder() - Constructor for class org.apache.camel.component.netty.NettyWorkerPoolBuilder
- networkInterface - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- newByteArrayDecoder(String) - Static method in class org.apache.camel.component.netty.ChannelHandlerFactories
- newByteArrayEncoder(String) - Static method in class org.apache.camel.component.netty.ChannelHandlerFactories
- newChannelHandler() - Method in interface org.apache.camel.component.netty.ChannelHandlerFactory
-
Creates a new
ChannelHandler
to be used. - newChannelHandler() - Method in class org.apache.camel.component.netty.ShareableChannelHandlerFactory
- newDatagramPacketDecoder() - Static method in class org.apache.camel.component.netty.ChannelHandlerFactories
- newDatagramPacketEncoder() - Static method in class org.apache.camel.component.netty.ChannelHandlerFactories
- newDelimiterBasedFrameDecoder(int, ByteBuf[], boolean, String) - Static method in class org.apache.camel.component.netty.ChannelHandlerFactories
- newDelimiterBasedFrameDecoder(int, ByteBuf[], String) - Static method in class org.apache.camel.component.netty.ChannelHandlerFactories
- newLengthFieldBasedFrameDecoder(int, int, int, int, int) - Static method in class org.apache.camel.component.netty.ChannelHandlerFactories
- newStringDecoder(Charset, String) - Static method in class org.apache.camel.component.netty.ChannelHandlerFactories
- newStringEncoder(Charset, String) - Static method in class org.apache.camel.component.netty.ChannelHandlerFactories
- notifyChannelOpen(ChannelFuture) - Method in class org.apache.camel.component.netty.NettyProducer
- NULL - Enum constant in enum class org.apache.camel.component.netty.TextLineDelimiter
O
- ObjectDecoder - Class in org.apache.camel.component.netty.codec
-
Just expose the decode method for DatagramPacketObjectDecoder to use
- ObjectDecoder(ClassResolver) - Constructor for class org.apache.camel.component.netty.codec.ObjectDecoder
- ObjectEncoder - Class in org.apache.camel.component.netty.codec
-
Just expose the encode method for DatagramPacketObjectEncoder to use
- ObjectEncoder() - Constructor for class org.apache.camel.component.netty.codec.ObjectEncoder
- onExceptionCaught() - Method in class org.apache.camel.component.netty.NettyCamelState
- onExceptionCaughtOnce(boolean) - Method in class org.apache.camel.component.netty.NettyCamelState
- openChannel(ChannelFuture) - Method in class org.apache.camel.component.netty.ClientModeTCPNettyServerBootstrapFactory
- openConnection() - Method in class org.apache.camel.component.netty.NettyProducer
- operationComplete(ChannelFuture) - Method in class org.apache.camel.component.netty.handlers.ServerResponseFutureListener
- options - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- org.apache.camel.component.netty - package org.apache.camel.component.netty
- org.apache.camel.component.netty.codec - package org.apache.camel.component.netty.codec
- org.apache.camel.component.netty.handlers - package org.apache.camel.component.netty.handlers
- org.apache.camel.component.netty.ssl - package org.apache.camel.component.netty.ssl
- org.apache.camel.component.netty.util - package org.apache.camel.component.netty.util
P
- parseConfiguration(NettyConfiguration, String, Map<String, Object>) - Method in class org.apache.camel.component.netty.NettyComponent
-
Parses the configuration
- parseURI(URI, Map<String, Object>, NettyComponent, String...) - Method in class org.apache.camel.component.netty.NettyConfiguration
- passphrase - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- port - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- process(Exchange, AsyncCallback) - Method in class org.apache.camel.component.netty.NettyProducer
- processWithConnectedChannel(Exchange, NettyProducer.BodyReleaseCallback, ChannelFuture, Object) - Method in class org.apache.camel.component.netty.NettyProducer
- propertyNames() - Method in class org.apache.camel.component.netty.NettyEndpointUriFactory
- protocol - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- putState(Channel, NettyCamelState) - Method in class org.apache.camel.component.netty.DefaultNettyCamelStateCorrelationManager
- putState(Channel, NettyCamelState) - Method in interface org.apache.camel.component.netty.NettyCamelStateCorrelationManager
-
Puts the state.
- putState(Channel, NettyCamelState) - Method in class org.apache.camel.component.netty.TimeoutCorrelationManagerSupport
R
- receiveBufferSize - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- receiveBufferSizePredictor - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- releaseChannel(ChannelFuture) - Method in class org.apache.camel.component.netty.NettyProducer
- removeChannel(Channel) - Method in class org.apache.camel.component.netty.ClientModeTCPNettyServerBootstrapFactory
- removeChannel(Channel) - Method in interface org.apache.camel.component.netty.NettyServerBootstrapFactory
-
When a
Channel
is closed. - removeChannel(Channel) - Method in class org.apache.camel.component.netty.SingleTCPNettyServerBootstrapFactory
- removeChannel(Channel) - Method in class org.apache.camel.component.netty.SingleUDPNettyServerBootstrapFactory
- removeConsumer(NettyConsumer) - Method in class org.apache.camel.component.netty.ClientModeTCPNettyServerBootstrapFactory
- removeConsumer(NettyConsumer) - Method in interface org.apache.camel.component.netty.NettyServerBootstrapFactory
-
When a
NettyConsumer
is removed and no longer using this bootstrap factory. - removeConsumer(NettyConsumer) - Method in class org.apache.camel.component.netty.SingleTCPNettyServerBootstrapFactory
- removeConsumer(NettyConsumer) - Method in class org.apache.camel.component.netty.SingleUDPNettyServerBootstrapFactory
- removeState(ChannelHandlerContext, Channel) - Method in class org.apache.camel.component.netty.DefaultNettyCamelStateCorrelationManager
- removeState(ChannelHandlerContext, Channel) - Method in interface org.apache.camel.component.netty.NettyCamelStateCorrelationManager
-
Removes the state when the channel is inactive.
- removeState(ChannelHandlerContext, Channel) - Method in class org.apache.camel.component.netty.TimeoutCorrelationManagerSupport
- returnObject(T) - Method in class org.apache.camel.component.netty.SharedSingletonObjectPool
- reuseAddress - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
S
- secretPropertyNames() - Method in class org.apache.camel.component.netty.NettyEndpointUriFactory
- securityProvider - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- sendBufferSize - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- ServerChannelHandler - Class in org.apache.camel.component.netty.handlers
-
Server handler which cannot be shared
- ServerChannelHandler(NettyConsumer) - Constructor for class org.apache.camel.component.netty.handlers.ServerChannelHandler
- serverInitializerFactory - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- ServerInitializerFactory - Class in org.apache.camel.component.netty
-
Factory to create
ChannelPipeline
for servers, egNettyConsumer
. - ServerInitializerFactory() - Constructor for class org.apache.camel.component.netty.ServerInitializerFactory
- ServerResponseFutureListener - Class in org.apache.camel.component.netty.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.netty.handlers.ServerResponseFutureListener
- setAllowDefaultCodec(boolean) - Method in class org.apache.camel.component.netty.NettyConfiguration
-
The netty component installs a default codec if both, encoder/decoder is null and textline is false.
- setAllowSerializedHeaders(boolean) - Method in class org.apache.camel.component.netty.NettyConfiguration
-
Only used for TCP when transferExchange is true.
- setAutoAppendDelimiter(boolean) - Method in class org.apache.camel.component.netty.NettyConfiguration
-
Whether or not to auto append missing end delimiter when sending using the textline codec.
- setBacklog(int) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
Allows to configure a backlog for netty consumer (server).
- setBossCount(int) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
When netty works on nio mode, it uses default bossCount parameter from Netty, which is 1.
- setBossCount(int) - Method in class org.apache.camel.component.netty.NettyServerBossPoolBuilder
- setBossGroup(EventLoopGroup) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
Set the BossGroup which could be used for handling the new connection of the server side across the NettyEndpoint
- setBroadcast(boolean) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
Setting to choose Multicast over UDP
- setCamelContext(CamelContext) - Method in class org.apache.camel.component.netty.NettyConverterLoader
- setCamelContext(CamelContext) - Method in class org.apache.camel.component.netty.TimeoutCorrelationManagerSupport
- setChannelGroup(ChannelGroup) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
To use a explicit ChannelGroup.
- setClientInitializerFactory(ClientInitializerFactory) - Method in class org.apache.camel.component.netty.NettyConfiguration
-
To use a custom ClientInitializerFactory
- setClientMode(boolean) - Method in class org.apache.camel.component.netty.NettyConfiguration
-
If the clientMode is true, netty consumer will connect the address as a TCP client.
- setClientPipelineFactory(ClientInitializerFactory) - Method in class org.apache.camel.component.netty.NettyConfiguration
-
Deprecated.use #setClientInitializerFactory
- setConfiguration(NettyConfiguration) - Method in class org.apache.camel.component.netty.NettyComponent
-
To use the NettyConfiguration as configuration when creating endpoints.
- setConfiguration(NettyConfiguration) - Method in class org.apache.camel.component.netty.NettyConsumer
- setConfiguration(NettyConfiguration) - Method in class org.apache.camel.component.netty.NettyEndpoint
- setConfiguration(NettyConfiguration) - Method in class org.apache.camel.component.netty.NettyProducer
- setConnectTimeout(int) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
Time to wait for a socket connection to be available.
- setCorrelationManager(NettyCamelStateCorrelationManager) - Method in class org.apache.camel.component.netty.NettyConfiguration
-
To use a custom correlation manager to manage how request and reply messages are mapped when using request/reply with the netty producer.
- setDecoderMaxLineLength(int) - Method in class org.apache.camel.component.netty.NettyConfiguration
-
The max line length to use for the textline codec.
- setDecoders(String) - Method in class org.apache.camel.component.netty.NettyConfiguration
-
A list of decoders to be used.
- setDecoders(List<ChannelHandler>) - Method in class org.apache.camel.component.netty.NettyConfiguration
-
A list of decoders to be used.
- setDecodersAsList(List<ChannelHandler>) - Method in class org.apache.camel.component.netty.NettyConfiguration
- setDelimiter(TextLineDelimiter) - Method in class org.apache.camel.component.netty.NettyConfiguration
-
The delimiter to use for the textline codec.
- setDisconnect(boolean) - Method in class org.apache.camel.component.netty.NettyConfiguration
-
Whether or not to disconnect(close) from Netty Channel right after use.
- setDisconnectOnNoReply(boolean) - Method in class org.apache.camel.component.netty.NettyConfiguration
-
If sync is enabled then this option dictates NettyConsumer if it should disconnect where there is no reply to send back.
- setEnabledProtocols(String) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
Which protocols to enable when using SSL
- setEncoders(String) - Method in class org.apache.camel.component.netty.NettyConfiguration
-
A list of encoders to be used.
- setEncoders(List<ChannelHandler>) - Method in class org.apache.camel.component.netty.NettyConfiguration
-
A list of encoders to be used.
- setEncodersAsList(List<ChannelHandler>) - Method in class org.apache.camel.component.netty.NettyConfiguration
- setEncoding(String) - Method in class org.apache.camel.component.netty.NettyConfiguration
-
The encoding (a charset name) to use for the textline codec.
- setExecutorService(EventExecutorGroup) - Method in class org.apache.camel.component.netty.NettyComponent
-
To use the given EventExecutorGroup.
- setHost(String) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
The hostname.
- setHostnameVerification(boolean) - Method in class org.apache.camel.component.netty.NettyConfiguration
-
To enable/disable hostname verification on SSLEngine
- setIn(Exchange, Object) - Static method in class org.apache.camel.component.netty.NettyPayloadHelper
- setInclusiveHostCount(boolean) - Method in class org.apache.camel.component.netty.util.SubnetUtils
-
Set to
true
if you want the return value ofgetAddressCount()
to include the network and broadcast addresses. - setKeepAlive(boolean) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
Setting to ensure socket is not closed due to inactivity
- setKeyStoreFile(File) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
Deprecated.
- setKeyStoreFormat(String) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
Keystore format to be used for payload encryption.
- setKeyStoreResource(String) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
Client side certificate keystore to be used for encryption.
- setLazyChannelCreation(boolean) - Method in class org.apache.camel.component.netty.NettyConfiguration
-
Channels can be lazily created to avoid exceptions, if the remote server is not up and running when the Camel producer is started.
- setMaximumPoolSize(int) - Method in class org.apache.camel.component.netty.NettyComponent
-
Sets a maximum thread pool size for the netty consumer ordered thread pool.
- setName(String) - Method in class org.apache.camel.component.netty.NettyServerBossPoolBuilder
- setName(String) - Method in class org.apache.camel.component.netty.NettyWorkerPoolBuilder
- setNativeTransport(boolean) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
Whether to use native transport instead of NIO.
- setNativeTransport(boolean) - Method in class org.apache.camel.component.netty.NettyServerBossPoolBuilder
- setNativeTransport(boolean) - Method in class org.apache.camel.component.netty.NettyWorkerPoolBuilder
- setNeedClientAuth(boolean) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
Configures whether the server needs client authentication when using SSL.
- setNettyServerBootstrapFactory(NettyServerBootstrapFactory) - Method in class org.apache.camel.component.netty.NettyConsumer
- setNettyServerBootstrapFactory(NettyServerBootstrapFactory) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
To use a custom NettyServerBootstrapFactory
- setNetworkInterface(String) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
When using UDP then this option can be used to specify a network interface by its name, such as eth0 to join a multicast group.
- setNoReplyLogLevel(LoggingLevel) - Method in class org.apache.camel.component.netty.NettyConfiguration
-
If sync is enabled this option dictates NettyConsumer which logging level to use when logging a there is no reply to send back.
- setOptions(Map<String, Object>) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
Allows to configure additional netty options using "option." as prefix.
- setOut(Exchange, Object) - Static method in class org.apache.camel.component.netty.NettyPayloadHelper
- setPassphrase(String) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
Password setting to use in order to encrypt/decrypt payloads sent using SSH
- setPattern(String) - Method in class org.apache.camel.component.netty.NettyServerBossPoolBuilder
- setPattern(String) - Method in class org.apache.camel.component.netty.NettyWorkerPoolBuilder
- setPort(int) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
The host port number
- setProducerPoolBlockWhenExhausted(boolean) - Method in class org.apache.camel.component.netty.NettyConfiguration
-
Sets the value for the blockWhenExhausted configuration attribute.
- setProducerPoolEnabled(boolean) - Method in class org.apache.camel.component.netty.NettyConfiguration
-
Whether producer pool is enabled or not.
- setProducerPoolMaxIdle(int) - Method in class org.apache.camel.component.netty.NettyConfiguration
-
Sets the cap on the number of "idle" instances in the pool.
- setProducerPoolMaxTotal(int) - Method in class org.apache.camel.component.netty.NettyConfiguration
-
Sets the cap on the number of objects that can be allocated by the pool (checked out to clients, or idle awaiting checkout) at a given time.
- setProducerPoolMaxWait(long) - Method in class org.apache.camel.component.netty.NettyConfiguration
-
Sets the maximum duration (value in millis) the borrowObject() method should block before throwing an exception when the pool is exhausted and producerPoolBlockWhenExhausted is true.
- setProducerPoolMinEvictableIdle(long) - Method in class org.apache.camel.component.netty.NettyConfiguration
-
Sets the minimum amount of time (value in millis) an object may sit idle in the pool before it is eligible for eviction by the idle object evictor.
- setProducerPoolMinIdle(int) - Method in class org.apache.camel.component.netty.NettyConfiguration
-
Sets the minimum number of instances allowed in the producer pool before the evictor thread (if active) spawns new objects.
- setProtocol(String) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
The protocol to use which can be tcp or udp.
- setReceiveBufferSize(int) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
The TCP/UDP buffer sizes to be used during inbound communication.
- setReceiveBufferSizePredictor(int) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
Configures the buffer size predictor.
- setReconnect(boolean) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- setReconnectInterval(int) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- setRequestTimeout(long) - Method in class org.apache.camel.component.netty.NettyConfiguration
-
Allows to use a timeout for the Netty producer when calling a remote server.
- setReuseAddress(boolean) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
Setting to facilitate socket multiplexing
- setReuseChannel(boolean) - Method in class org.apache.camel.component.netty.NettyConfiguration
-
This option allows producers and consumers (in client mode) to reuse the same Netty
Channel
for the lifecycle of processing theExchange
. - setSecurityProvider(String) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
Security provider to be used for payload encryption.
- setSendBufferSize(int) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
The TCP/UDP buffer sizes to be used during outbound communication.
- setServerClosedChannelExceptionCaughtLogLevel(LoggingLevel) - Method in class org.apache.camel.component.netty.NettyConfiguration
-
If the server (NettyConsumer) catches an java.nio.channels.ClosedChannelException then its logged using this logging level.
- setServerExceptionCaughtLogLevel(LoggingLevel) - Method in class org.apache.camel.component.netty.NettyConfiguration
-
If the server (NettyConsumer) catches an exception then its logged using this logging level.
- setServerInitializerFactory(ServerInitializerFactory) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
To use a custom ServerInitializerFactory
- setServerPipelineFactory(ServerInitializerFactory) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
Deprecated.use #setServerInitializerFactory
- setSsl(boolean) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
Setting to specify whether SSL encryption is applied to this endpoint
- setSslClientCertHeaders(boolean) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
When enabled and in SSL mode, then the Netty consumer will enrich the Camel Message with headers having information about the client certificate such as subject name, issuer name, serial number, and the valid date range.
- setSslContextParameters(SSLContextParameters) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
To configure security using SSLContextParameters
- setSslHandler(SslHandler) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
Reference to a class that could be used to return an SSL Handler
- setSync(boolean) - Method in class org.apache.camel.component.netty.NettyConfiguration
-
Setting to set endpoint as one-way or request-response
- setSynchronous(boolean) - Method in class org.apache.camel.component.netty.NettyEndpoint
-
Sets whether synchronous processing should be strictly used
- setTcpNoDelay(boolean) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
Setting to improve TCP protocol performance
- setTextline(boolean) - Method in class org.apache.camel.component.netty.NettyConfiguration
-
Only used for TCP.
- setTimeout(long) - Method in class org.apache.camel.component.netty.TimeoutCorrelationManagerSupport
-
Sets timeout value in millis seconds.
- setTimeoutChecker(long) - Method in class org.apache.camel.component.netty.TimeoutCorrelationManagerSupport
-
Time in millis how frequent to check for timeouts.
- setTimeoutLoggingLevel(LoggingLevel) - Method in class org.apache.camel.component.netty.TimeoutCorrelationManagerSupport
-
Sets the logging level to use when a timeout was hit.
- setTransferExchange(boolean) - Method in class org.apache.camel.component.netty.NettyConfiguration
-
Only used for TCP.
- setTrustStoreFile(File) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
Deprecated.
- setTrustStoreResource(String) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
Server side certificate keystore to be used for encryption.
- setUdpByteArrayCodec(boolean) - Method in class org.apache.camel.component.netty.NettyConfiguration
-
For UDP only.
- setUdpConnectionlessSending(boolean) - Method in class org.apache.camel.component.netty.NettyConfiguration
-
This option supports connection less udp sending which is a real fire and forget.
- setUnixDomainSocketPath(String) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
Path to unix domain socket to use instead of inet socket.
- setUseByteBuf(boolean) - Method in class org.apache.camel.component.netty.NettyConfiguration
-
If the useByteBuf is true, netty producer will turn the message body into
ByteBuf
before sending it out. - setUseGlobalSslContextParameters(boolean) - Method in class org.apache.camel.component.netty.NettyComponent
-
Enable usage of global SSL context parameters.
- setUsingExecutorService(boolean) - Method in class org.apache.camel.component.netty.NettyConfiguration
-
Whether to use ordered thread pool, to ensure events are processed orderly on the same channel.
- setWorkerCount(int) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
When netty works on nio mode, it uses default workerCount parameter from Netty (which is cpu_core_threads x 2).
- setWorkerCount(int) - Method in class org.apache.camel.component.netty.NettyWorkerPoolBuilder
- setWorkerGroup(EventLoopGroup) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
-
To use a explicit EventLoopGroup as the boss thread pool.
- setWorkerPool(ExecutorService) - Method in class org.apache.camel.component.netty.TimeoutCorrelationManagerSupport
-
To use a shared worker pool for processing timed out requests.
- ShareableChannelHandlerFactory - Class in org.apache.camel.component.netty
-
A
ChannelHandlerFactory
returning a shareableChannelHandler
. - ShareableChannelHandlerFactory(ChannelHandler) - Constructor for class org.apache.camel.component.netty.ShareableChannelHandlerFactory
- SharedSingletonObjectPool<T> - Class in org.apache.camel.component.netty
-
An
ObjectPool
that uses a single shared instance. - SharedSingletonObjectPool(PooledObjectFactory<T>) - Constructor for class org.apache.camel.component.netty.SharedSingletonObjectPool
- SingleTCPNettyServerBootstrapFactory - Class in org.apache.camel.component.netty
-
A
NettyServerBootstrapFactory
which is used by a single consumer (not shared). - SingleTCPNettyServerBootstrapFactory() - Constructor for class org.apache.camel.component.netty.SingleTCPNettyServerBootstrapFactory
- SingleUDPNettyServerBootstrapFactory - Class in org.apache.camel.component.netty
-
A
NettyServerBootstrapFactory
which is used by a single consumer (not shared). - SingleUDPNettyServerBootstrapFactory() - Constructor for class org.apache.camel.component.netty.SingleUDPNettyServerBootstrapFactory
- ssl - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- sslClientCertHeaders - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- sslContextParameters - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- SSLEngineFactory - Class in org.apache.camel.component.netty.ssl
- SSLEngineFactory() - Constructor for class org.apache.camel.component.netty.ssl.SSLEngineFactory
- sslHandler - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- startServerBootstrap() - Method in class org.apache.camel.component.netty.ClientModeTCPNettyServerBootstrapFactory
- startServerBootstrap() - Method in class org.apache.camel.component.netty.SingleTCPNettyServerBootstrapFactory
- startServerBootstrap() - Method in class org.apache.camel.component.netty.SingleUDPNettyServerBootstrapFactory
- stopServerBootstrap() - Method in class org.apache.camel.component.netty.ClientModeTCPNettyServerBootstrapFactory
- stopServerBootstrap() - Method in class org.apache.camel.component.netty.SingleTCPNettyServerBootstrapFactory
- stopServerBootstrap() - Method in class org.apache.camel.component.netty.SingleUDPNettyServerBootstrapFactory
- SubnetUtils - Class in org.apache.camel.component.netty.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.netty.util.SubnetUtils
-
Constructor that takes a CIDR-notation string, e.g. "192.168.0.1/16"
- SubnetUtils(String, String) - Constructor for class org.apache.camel.component.netty.util.SubnetUtils
-
Constructor that takes a dotted decimal address and a dotted decimal mask.
- SubnetUtils.SubnetInfo - Class in org.apache.camel.component.netty.util
-
Convenience container for subnet summary information.
T
- tcpNoDelay - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- TextLineDelimiter - Enum Class in org.apache.camel.component.netty
-
Possible text line delimiters to be used with the textline codec.
- TimeoutCorrelationManagerSupport - Class in org.apache.camel.component.netty
-
A base class for using
NettyCamelStateCorrelationManager
that supports timeout. - TimeoutCorrelationManagerSupport() - Constructor for class org.apache.camel.component.netty.TimeoutCorrelationManagerSupport
- toByteArray(ByteBuf, Exchange) - Static method in class org.apache.camel.component.netty.NettyConverter
- toByteBuffer(byte[]) - Static method in class org.apache.camel.component.netty.NettyConverter
- toByteBuffer(String, Exchange) - Static method in class org.apache.camel.component.netty.NettyConverter
- toDocument(ByteBuf, Exchange) - Static method in class org.apache.camel.component.netty.NettyConverter
- toDOMSource(ByteBuf, Exchange) - Static method in class org.apache.camel.component.netty.NettyConverter
- toInputStream(ByteBuf, Exchange) - Static method in class org.apache.camel.component.netty.NettyConverter
- toObjectInput(ByteBuf, Exchange) - Static method in class org.apache.camel.component.netty.NettyConverter
- toSAXSource(ByteBuf, Exchange) - Static method in class org.apache.camel.component.netty.NettyConverter
- toStAXSource(ByteBuf, Exchange) - Static method in class org.apache.camel.component.netty.NettyConverter
- toStreamSource(ByteBuf, Exchange) - Static method in class org.apache.camel.component.netty.NettyConverter
- toString() - Method in class org.apache.camel.component.netty.util.SubnetUtils.SubnetInfo
- toString(ByteBuf, Exchange) - Static method in class org.apache.camel.component.netty.NettyConverter
- toStringBootstrapConfiguration() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- trustStoreFile - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- trustStoreResource - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
U
- updateMessageHeader(Message, ChannelHandlerContext) - Method in class org.apache.camel.component.netty.NettyEndpoint
V
- validateConfiguration() - Method in class org.apache.camel.component.netty.NettyConfiguration
- valueOf(String) - Static method in enum class org.apache.camel.component.netty.TextLineDelimiter
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.apache.camel.component.netty.TextLineDelimiter
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- withBossCount(int) - Method in class org.apache.camel.component.netty.NettyServerBossPoolBuilder
- withName(String) - Method in class org.apache.camel.component.netty.NettyServerBossPoolBuilder
- withName(String) - Method in class org.apache.camel.component.netty.NettyWorkerPoolBuilder
- withNativeTransport(boolean) - Method in class org.apache.camel.component.netty.NettyServerBossPoolBuilder
- withNativeTransport(boolean) - Method in class org.apache.camel.component.netty.NettyWorkerPoolBuilder
- withPattern(String) - Method in class org.apache.camel.component.netty.NettyServerBossPoolBuilder
- withPattern(String) - Method in class org.apache.camel.component.netty.NettyWorkerPoolBuilder
- withWorkerCount(int) - Method in class org.apache.camel.component.netty.NettyWorkerPoolBuilder
- workerCount - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- workerGroup - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
- writeBodyAsync(Logger, Channel, SocketAddress, Object, ChannelFutureListener) - Static method in class org.apache.camel.component.netty.NettyHelper
-
Writes the given body to Netty channel.
All Classes and Interfaces|All Packages|Constant Field Values
getAddressCountLong()
instead