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

A

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 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
 
addObject() - Method in class org.apache.camel.component.netty.SharedSingletonObjectPool
 

B

backlog - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
beforeProcess(Exchange, MessageEvent) - 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
 
bossPool - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
broadcast - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 

C

CamelNettyThreadNameDeterminer - Class in org.apache.camel.component.netty
 
CamelNettyThreadNameDeterminer(String, String) - Constructor for class org.apache.camel.component.netty.CamelNettyThreadNameDeterminer
 
channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class org.apache.camel.component.netty.handlers.ClientChannelHandler
 
channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class org.apache.camel.component.netty.handlers.ServerChannelHandler
 
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 Camel NettyComponent.
channelOpen(ChannelHandlerContext, ChannelStateEvent) - Method in class org.apache.camel.component.netty.handlers.ClientChannelHandler
 
channelOpen(ChannelHandlerContext, ChannelStateEvent) - Method in class org.apache.camel.component.netty.handlers.ServerChannelHandler
 
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
 
ClientPipelineFactory - Class in org.apache.camel.component.netty
Factory to create ChannelPipeline for clients, eg NettyProducer.
ClientPipelineFactory() - Constructor for class org.apache.camel.component.netty.ClientPipelineFactory
 
close(Channel) - Static method in class org.apache.camel.component.netty.NettyHelper
Closes the given channel asynchronously
close() - Method in class org.apache.camel.component.netty.SharedSingletonObjectPool
 
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 common NettyServerBootstrapConfiguration, which must be identical.
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, MessageEvent) - Method in class org.apache.camel.component.netty.NettyEndpoint
 
createExecutorService() - Method in class org.apache.camel.component.netty.NettyComponent
 
createPipelineFactory(NettyProducer) - Method in class org.apache.camel.component.netty.ClientPipelineFactory
Creates a new ClientPipelineFactory using the given NettyProducer
createPipelineFactory(NettyProducer) - Method in class org.apache.camel.component.netty.DefaultClientPipelineFactory
 
createPipelineFactory(NettyConsumer) - Method in class org.apache.camel.component.netty.DefaultServerPipelineFactory
 
createPipelineFactory(NettyConsumer) - Method in class org.apache.camel.component.netty.ServerPipelineFactory
Creates a new ClientPipelineFactory using the given NettyConsumer
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(ClassResolver, String, String, String, String, char[]) - Method in class org.apache.camel.component.netty.ssl.SSLEngineFactory
 

D

DEFAULT_IO_THREADS - Static variable in class org.apache.camel.component.netty.NettyHelper
 
DefaultClientPipelineFactory - Class in org.apache.camel.component.netty
 
DefaultClientPipelineFactory(NettyProducer) - Constructor for class org.apache.camel.component.netty.DefaultClientPipelineFactory
 
DefaultServerPipelineFactory - Class in org.apache.camel.component.netty
 
DefaultServerPipelineFactory(NettyServerBootstrapConfiguration) - Constructor for class org.apache.camel.component.netty.DefaultServerPipelineFactory
Deprecated. 
DefaultServerPipelineFactory(NettyConsumer) - Constructor for class org.apache.camel.component.netty.DefaultServerPipelineFactory
 
destroy() - Method in class org.apache.camel.component.netty.NettyWorkerPoolBuilder
Shutdown the created worker pool
determineThreadName(String, String) - Method in class org.apache.camel.component.netty.CamelNettyThreadNameDeterminer
 
doResume() - Method in class org.apache.camel.component.netty.NettyConsumer
 
doResume() - Method in class org.apache.camel.component.netty.SingleTCPNettyServerBootstrapFactory
 
doResume() - Method in class org.apache.camel.component.netty.SingleUDPNettyServerBootstrapFactory
 
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.NettyEndpoint
 
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
 
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
 
doSuspend() - Method in class org.apache.camel.component.netty.NettyConsumer
 
doSuspend() - Method in class org.apache.camel.component.netty.SingleTCPNettyServerBootstrapFactory
 
doSuspend() - Method in class org.apache.camel.component.netty.SingleUDPNettyServerBootstrapFactory
 

E

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, ExceptionEvent) - Method in class org.apache.camel.component.netty.handlers.ClientChannelHandler
 
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.apache.camel.component.netty.handlers.ServerChannelHandler
 

G

getAddress() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
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
 
getBossPool() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
getCallback() - Method in class org.apache.camel.component.netty.NettyCamelState
 
getChannelFactory() - Method in class org.apache.camel.component.netty.NettyProducer
 
getCharsetName() - Method in class org.apache.camel.component.netty.NettyConfiguration
 
getClientPipelineFactory() - Method in class org.apache.camel.component.netty.NettyConfiguration
 
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
 
getDecoder() - Method in class org.apache.camel.component.netty.NettyConfiguration
 
getDecoderMaxLineLength() - Method in class org.apache.camel.component.netty.NettyConfiguration
 
getDecoders() - Method in class org.apache.camel.component.netty.NettyConfiguration
 
getDelimiter() - Method in class org.apache.camel.component.netty.NettyConfiguration
 
getEncoder() - Method in class org.apache.camel.component.netty.NettyConfiguration
 
getEncoders() - 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
 
getHost() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
getIn(NettyEndpoint, Exchange) - Static method in class org.apache.camel.component.netty.NettyPayloadHelper
 
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
 
getMaximumPoolSize() - Method in class org.apache.camel.component.netty.NettyConfiguration
 
getNettyServerBootstrapFactory() - Method in class org.apache.camel.component.netty.NettyConsumer
 
getNettyServerBootstrapFactory() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
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
 
getOut(NettyEndpoint, Exchange) - Static method in class org.apache.camel.component.netty.NettyPayloadHelper
 
getPassphrase() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
getPipeline() - Method in class org.apache.camel.component.netty.DefaultClientPipelineFactory
 
getPipeline() - Method in class org.apache.camel.component.netty.DefaultServerPipelineFactory
 
getPort() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
getProducerPoolMaxActive() - Method in class org.apache.camel.component.netty.NettyConfiguration
 
getProducerPoolMaxIdle() - 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
 
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.
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.
getResponseMessage(Exchange, MessageEvent) - Method in class org.apache.camel.component.netty.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.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
 
getServerPipelineFactory() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
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(Channel) - Method in class org.apache.camel.component.netty.NettyProducer
To get the NettyCamelState from the given channel.
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.
getTimer() - Static method in class org.apache.camel.component.netty.NettyComponent
 
getTimer() - Method in class org.apache.camel.component.netty.NettyEndpoint
 
getTrustStoreFile() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
Deprecated. 
getTrustStoreResource() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
getWorkerCount() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
getWorkerPool() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 

H

handleException(Throwable) - Method in class org.apache.camel.component.netty.NettyConsumerExceptionHandler
 
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
 
host - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 

I

init(CamelContext, NettyServerBootstrapConfiguration, ChannelPipelineFactory) - Method in interface org.apache.camel.component.netty.NettyServerBootstrapFactory
Initializes this non-shared NettyServerBootstrapFactory.
init(ThreadFactory, NettyServerBootstrapConfiguration, ChannelPipelineFactory) - Method in interface org.apache.camel.component.netty.NettyServerBootstrapFactory
Initializes this shared NettyServerBootstrapFactory.
init(CamelContext, NettyServerBootstrapConfiguration, ChannelPipelineFactory) - Method in class org.apache.camel.component.netty.SingleTCPNettyServerBootstrapFactory
 
init(ThreadFactory, NettyServerBootstrapConfiguration, ChannelPipelineFactory) - Method in class org.apache.camel.component.netty.SingleTCPNettyServerBootstrapFactory
 
init(CamelContext, NettyServerBootstrapConfiguration, ChannelPipelineFactory) - Method in class org.apache.camel.component.netty.SingleUDPNettyServerBootstrapFactory
 
init(ThreadFactory, NettyServerBootstrapConfiguration, ChannelPipelineFactory) - Method in class org.apache.camel.component.netty.SingleUDPNettyServerBootstrapFactory
 
invalidateObject(T) - Method in class org.apache.camel.component.netty.SharedSingletonObjectPool
 
isAllowDefaultCodec() - 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
 
isDisconnect() - Method in class org.apache.camel.component.netty.NettyConfiguration
 
isDisconnectOnNoReply() - Method in class org.apache.camel.component.netty.NettyConfiguration
 
isKeepAlive() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
isLazyChannelCreation() - Method in class org.apache.camel.component.netty.NettyConfiguration
 
isNeedClientAuth() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
isOrderedThreadPoolExecutor() - Method in class org.apache.camel.component.netty.NettyConfiguration
 
isProducerPoolEnabled() - Method in class org.apache.camel.component.netty.NettyConfiguration
 
isReuseAddress() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
isSingleton() - Method in class org.apache.camel.component.netty.NettyEndpoint
 
isSingleton() - Method in class org.apache.camel.component.netty.NettyProducer
 
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
 
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
 

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

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

M

messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.apache.camel.component.netty.handlers.ClientChannelHandler
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.apache.camel.component.netty.handlers.ServerChannelHandler
 

N

needClientAuth - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
NETTY_CHANNEL_HANDLER_CONTEXT - 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_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
 
NettyClientBossPoolBuilder - Class in org.apache.camel.component.netty
A builder to create Netty BossPool which can be used for sharing boos pools with multiple Netty NettyServerBootstrapFactory server bootstrap configurations.
NettyClientBossPoolBuilder() - Constructor for class org.apache.camel.component.netty.NettyClientBossPoolBuilder
 
NettyComponent - Class in org.apache.camel.component.netty
 
NettyComponent() - Constructor for class org.apache.camel.component.netty.NettyComponent
 
NettyComponent(CamelContext) - Constructor for class org.apache.camel.component.netty.NettyComponent
 
NettyConfiguration - Class in org.apache.camel.component.netty
 
NettyConfiguration() - Constructor for class org.apache.camel.component.netty.NettyConfiguration
 
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
NettyEndpoint - Class in org.apache.camel.component.netty
 
NettyEndpoint(String, NettyComponent, NettyConfiguration) - Constructor for class org.apache.camel.component.netty.NettyEndpoint
 
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 BossPool which can be used for sharing boos pools with multiple Netty NettyServerBootstrapFactory 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 WorkerPool which can be used for sharing worker pools with multiple Netty NettyServerBootstrapFactory server bootstrap configurations.
NettyWorkerPoolBuilder() - Constructor for class org.apache.camel.component.netty.NettyWorkerPoolBuilder
 
networkInterface - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
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
 
newDelimiterBasedFrameDecoder(int, ChannelBuffer[]) - 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
 
newObjectDecoder() - Static method in class org.apache.camel.component.netty.ChannelHandlerFactories
 
newObjectEncoder() - Static method in class org.apache.camel.component.netty.ChannelHandlerFactories
 
newStringDecoder(Charset) - Static method in class org.apache.camel.component.netty.ChannelHandlerFactories
 
newStringEncoder(Charset) - Static method in class org.apache.camel.component.netty.ChannelHandlerFactories
 

O

openChannel(ChannelFuture) - Method in class org.apache.camel.component.netty.NettyProducer
 
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.handlers - package org.apache.camel.component.netty.handlers
 
org.apache.camel.component.netty.ssl - package org.apache.camel.component.netty.ssl
 

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
 
protocol - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 

R

receiveBufferSize - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
receiveBufferSizePredictor - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
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 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(Channel) - Method in class org.apache.camel.component.netty.NettyProducer
To remove the NettyCamelState stored on the channel, when no longer needed
returnObject(T) - Method in class org.apache.camel.component.netty.SharedSingletonObjectPool
 
reuseAddress - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 

S

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
Client handler which cannot be shared
ServerChannelHandler(NettyConsumer) - Constructor for class org.apache.camel.component.netty.handlers.ServerChannelHandler
 
serverPipelineFactory - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
ServerPipelineFactory - Class in org.apache.camel.component.netty
Factory to create ChannelPipeline for clients, eg NettyConsumer.
ServerPipelineFactory() - Constructor for class org.apache.camel.component.netty.ServerPipelineFactory
 
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
 
setAutoAppendDelimiter(boolean) - Method in class org.apache.camel.component.netty.NettyConfiguration
 
setBacklog(int) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
setBossCount(int) - Method in class org.apache.camel.component.netty.NettyClientBossPoolBuilder
 
setBossCount(int) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
setBossCount(int) - Method in class org.apache.camel.component.netty.NettyServerBossPoolBuilder
 
setBossPool(BossPool) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
setBroadcast(boolean) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
setChannelFactory(ChannelFactory) - Method in class org.apache.camel.component.netty.NettyProducer
 
setClientPipelineFactory(ClientPipelineFactory) - Method in class org.apache.camel.component.netty.NettyConfiguration
 
setConfiguration(NettyConfiguration) - Method in class org.apache.camel.component.netty.NettyComponent
 
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(long) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
setDecoder(ChannelHandler) - Method in class org.apache.camel.component.netty.NettyConfiguration
 
setDecoderMaxLineLength(int) - Method in class org.apache.camel.component.netty.NettyConfiguration
 
setDecoders(List<ChannelHandler>) - Method in class org.apache.camel.component.netty.NettyConfiguration
 
setDelimiter(TextLineDelimiter) - Method in class org.apache.camel.component.netty.NettyConfiguration
 
setDisconnect(boolean) - Method in class org.apache.camel.component.netty.NettyConfiguration
 
setDisconnectOnNoReply(boolean) - Method in class org.apache.camel.component.netty.NettyConfiguration
 
setEncoder(ChannelHandler) - Method in class org.apache.camel.component.netty.NettyConfiguration
 
setEncoders(List<ChannelHandler>) - Method in class org.apache.camel.component.netty.NettyConfiguration
 
setEncoding(String) - Method in class org.apache.camel.component.netty.NettyConfiguration
 
setFactory(PoolableObjectFactory<T>) - Method in class org.apache.camel.component.netty.SharedSingletonObjectPool
 
setHost(String) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
setIn(Exchange, Object) - Static method in class org.apache.camel.component.netty.NettyPayloadHelper
 
setKeepAlive(boolean) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
setKeyStoreFile(File) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
Deprecated. 
setKeyStoreFormat(String) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
setKeyStoreResource(String) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
setLazyChannelCreation(boolean) - Method in class org.apache.camel.component.netty.NettyConfiguration
 
setMaximumPoolSize(int) - Method in class org.apache.camel.component.netty.NettyConfiguration
 
setName(String) - Method in class org.apache.camel.component.netty.NettyClientBossPoolBuilder
 
setName(String) - Method in class org.apache.camel.component.netty.NettyServerBossPoolBuilder
 
setName(String) - Method in class org.apache.camel.component.netty.NettyWorkerPoolBuilder
 
setNeedClientAuth(boolean) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
setNettyServerBootstrapFactory(NettyServerBootstrapFactory) - Method in class org.apache.camel.component.netty.NettyConsumer
 
setNettyServerBootstrapFactory(NettyServerBootstrapFactory) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
setNetworkInterface(String) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
setNoReplyLogLevel(LoggingLevel) - Method in class org.apache.camel.component.netty.NettyConfiguration
 
setOptions(Map<String, Object>) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
setOrderedThreadPoolExecutor(boolean) - Method in class org.apache.camel.component.netty.NettyConfiguration
 
setOut(Exchange, Object) - Static method in class org.apache.camel.component.netty.NettyPayloadHelper
 
setPassphrase(String) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
setPattern(String) - Method in class org.apache.camel.component.netty.NettyClientBossPoolBuilder
 
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
 
setProducerPoolEnabled(boolean) - Method in class org.apache.camel.component.netty.NettyConfiguration
 
setProducerPoolMaxActive(int) - Method in class org.apache.camel.component.netty.NettyConfiguration
 
setProducerPoolMaxIdle(int) - Method in class org.apache.camel.component.netty.NettyConfiguration
 
setProducerPoolMinEvictableIdle(long) - Method in class org.apache.camel.component.netty.NettyConfiguration
 
setProducerPoolMinIdle(int) - Method in class org.apache.camel.component.netty.NettyConfiguration
 
setProtocol(String) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
setReceiveBufferSize(long) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
setReceiveBufferSizePredictor(int) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
setRequestTimeout(long) - Method in class org.apache.camel.component.netty.NettyConfiguration
 
setReuseAddress(boolean) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
setSecurityProvider(String) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
setSendBufferSize(long) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
setServerClosedChannelExceptionCaughtLogLevel(LoggingLevel) - Method in class org.apache.camel.component.netty.NettyConfiguration
 
setServerExceptionCaughtLogLevel(LoggingLevel) - Method in class org.apache.camel.component.netty.NettyConfiguration
 
setServerPipelineFactory(ServerPipelineFactory) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
setSsl(boolean) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
setSslClientCertHeaders(boolean) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
setSslContextParameters(SSLContextParameters) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
setSslHandler(SslHandler) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
setSync(boolean) - Method in class org.apache.camel.component.netty.NettyConfiguration
 
setTcpNoDelay(boolean) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
setTextline(boolean) - Method in class org.apache.camel.component.netty.NettyConfiguration
 
setTimer(Timer) - Method in class org.apache.camel.component.netty.NettyEndpoint
 
setTransferExchange(boolean) - Method in class org.apache.camel.component.netty.NettyConfiguration
 
setTrustStoreFile(File) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
Deprecated. 
setTrustStoreResource(String) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
setupTCPCommunication() - Method in class org.apache.camel.component.netty.NettyProducer
 
setupUDPCommunication() - Method in class org.apache.camel.component.netty.NettyProducer
 
setWorkerCount(int) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
setWorkerCount(int) - Method in class org.apache.camel.component.netty.NettyWorkerPoolBuilder
 
setWorkerPool(WorkerPool) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
ShareableChannelHandlerFactory - Class in org.apache.camel.component.netty
A ChannelHandlerFactory returning a shareable ChannelHandler.
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(PoolableObjectFactory<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.SingleTCPNettyServerBootstrapFactory
 
startServerBootstrap() - Method in class org.apache.camel.component.netty.SingleUDPNettyServerBootstrapFactory
 
stopServerBootstrap() - Method in class org.apache.camel.component.netty.SingleTCPNettyServerBootstrapFactory
 
stopServerBootstrap() - Method in class org.apache.camel.component.netty.SingleUDPNettyServerBootstrapFactory
 

T

tcpNoDelay - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
TextLineDelimiter - Enum in org.apache.camel.component.netty
Possible text line delimiters to be used with the textline codec.
toByteArray(ChannelBuffer, Exchange) - Static method in class org.apache.camel.component.netty.NettyConverter
 
toByteBuffer(byte[], Exchange) - Static method in class org.apache.camel.component.netty.NettyConverter
 
toByteBuffer(String, Exchange) - Static method in class org.apache.camel.component.netty.NettyConverter
 
toDocument(ChannelBuffer, Exchange) - Static method in class org.apache.camel.component.netty.NettyConverter
 
toDOMSource(ChannelBuffer, Exchange) - Static method in class org.apache.camel.component.netty.NettyConverter
 
toInputStream(ChannelBuffer, Exchange) - Static method in class org.apache.camel.component.netty.NettyConverter
 
toObjectInput(ChannelBuffer, Exchange) - Static method in class org.apache.camel.component.netty.NettyConverter
 
toSAXSource(ChannelBuffer, Exchange) - Static method in class org.apache.camel.component.netty.NettyConverter
 
toStAXSource(ChannelBuffer, Exchange) - Static method in class org.apache.camel.component.netty.NettyConverter
 
toStreamSource(ChannelBuffer, Exchange) - Static method in class org.apache.camel.component.netty.NettyConverter
 
toString(ChannelBuffer, 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, MessageEvent) - 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 org.apache.camel.component.netty.TextLineDelimiter
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.camel.component.netty.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.netty.NettyClientBossPoolBuilder
 
withBossCount(int) - Method in class org.apache.camel.component.netty.NettyServerBossPoolBuilder
 
withName(String) - Method in class org.apache.camel.component.netty.NettyClientBossPoolBuilder
 
withName(String) - Method in class org.apache.camel.component.netty.NettyServerBossPoolBuilder
 
withName(String) - Method in class org.apache.camel.component.netty.NettyWorkerPoolBuilder
 
withPattern(String) - Method in class org.apache.camel.component.netty.NettyClientBossPoolBuilder
 
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
 
workerPool - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
writeBodyAsync(Logger, Channel, SocketAddress, Object, Exchange, ChannelFutureListener) - Static method in class org.apache.camel.component.netty.NettyHelper
Writes the given body to Netty channel.

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

Apache Camel