Skip navigation links
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 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
 
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
 
build() - Method in class org.apache.camel.component.netty.NettyClientBossPoolBuilder
Creates a new boss pool.
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.

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
 
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 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
 
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
 
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 ServerPipelineFactory 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_ENABLED_PROTOCOLS - Static variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
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
 
determineThreadName(String, String) - Method in class org.apache.camel.component.netty.CamelNettyThreadNameDeterminer
 
doResume() - Method in class org.apache.camel.component.netty.ClientModeTCPNettyServerBootstrapFactory
 
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.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.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.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
 
doSuspend() - Method in class org.apache.camel.component.netty.ClientModeTCPNettyServerBootstrapFactory
 
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

enabledProtocols - Variable in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
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
 
getChannelGroup() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
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
 
getEnabledProtocols() - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
 
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(ChannelHandlerContext) - Method in class org.apache.camel.component.netty.handlers.ClientChannelHandler
 
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
 
getMaxChannelMemorySize() - Method in class org.apache.camel.component.netty.NettyConfiguration
 
getMaximumPoolSize() - Method in class org.apache.camel.component.netty.NettyComponent
 
getMaximumPoolSize() - Method in class org.apache.camel.component.netty.NettyConfiguration
Deprecated.
getMaxTotalMemorySize() - 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() - 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 class org.apache.camel.component.netty.ClientModeTCPNettyServerBootstrapFactory
 
init(ThreadFactory, NettyServerBootstrapConfiguration, ChannelPipelineFactory) - Method in class org.apache.camel.component.netty.ClientModeTCPNettyServerBootstrapFactory
 
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
 
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
 
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
 
isUdpConnectionlessSending() - Method in class org.apache.camel.component.netty.NettyConfiguration
 
isUseChannelBuffer() - Method in class org.apache.camel.component.netty.NettyConfiguration
 
isUseGlobalSslContextParameters() - Method in class org.apache.camel.component.netty.NettyComponent
 

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.ClientModeTCPNettyServerBootstrapFactory
 
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_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
 
NettyClientBossPoolBuilder - Class in org.apache.camel.component.netty
A builder to create Netty BossPool which can be used for sharing boss 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(Class<? extends Endpoint>) - 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
Socket level networking using TCP or UDP with the Netty 3.x library.
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 boss 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.ClientModeTCPNettyServerBootstrapFactory
 
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 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(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
Server 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 server, 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
The netty component installs a default codec if both, encoder/deocder is null and textline is false.
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.NettyClientBossPoolBuilder
 
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
 
setBossPool(BossPool) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
To use a explicit org.jboss.netty.channel.socket.nio.BossPool as the boss thread pool.
setBroadcast(boolean) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
Setting to choose Multicast over UDP
setChannelFactory(ChannelFactory) - Method in class org.apache.camel.component.netty.NettyProducer
 
setChannelGroup(ChannelGroup) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
To use a explicit ChannelGroup.
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(ClientPipelineFactory) - Method in class org.apache.camel.component.netty.NettyConfiguration
To use a custom ClientPipelineFactory
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(long) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
Time to wait for a socket connection to be available.
setDecoder(ChannelHandler) - Method in class org.apache.camel.component.netty.NettyConfiguration
A custom ChannelHandler class that can be used to perform special marshalling of inbound payloads.
setDecoderMaxLineLength(int) - Method in class org.apache.camel.component.netty.NettyConfiguration
The max line length to use for the textline codec.
setDecoders(List<ChannelHandler>) - Method in class org.apache.camel.component.netty.NettyConfiguration
A list of decoders to be used.
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
setEncoder(ChannelHandler) - Method in class org.apache.camel.component.netty.NettyConfiguration
A custom ChannelHandler class that can be used to perform special marshalling of outbound payloads.
setEncoders(List<ChannelHandler>) - Method in class org.apache.camel.component.netty.NettyConfiguration
A list of encoders to be used.
setEncoding(String) - Method in class org.apache.camel.component.netty.NettyConfiguration
The encoding (a charset name) to use for the textline codec.
setFactory(PoolableObjectFactory<T>) - Method in class org.apache.camel.component.netty.SharedSingletonObjectPool
 
setHost(String) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
The hostname.
setIn(Exchange, Object) - Static method in class org.apache.camel.component.netty.NettyPayloadHelper
 
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.
setMaxChannelMemorySize(long) - Method in class org.apache.camel.component.netty.NettyConfiguration
The maximum total size of the queued events per channel when using orderedThreadPoolExecutor.
setMaximumPoolSize(int) - Method in class org.apache.camel.component.netty.NettyComponent
The core pool size for the ordered thread pool, if its in use.
setMaximumPoolSize(int) - Method in class org.apache.camel.component.netty.NettyConfiguration
Deprecated.
setMaxTotalMemorySize(long) - Method in class org.apache.camel.component.netty.NettyConfiguration
The maximum total size of the queued events for this pool when using orderedThreadPoolExecutor.
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
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.
setOrderedThreadPoolExecutor(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.
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.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
The host port number
setProducerPoolEnabled(boolean) - Method in class org.apache.camel.component.netty.NettyConfiguration
Whether producer pool is enabled or not.
setProducerPoolMaxActive(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.
setProducerPoolMaxIdle(int) - Method in class org.apache.camel.component.netty.NettyConfiguration
Sets the cap on the number of "idle" instances in the pool.
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(long) - 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.
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
setSecurityProvider(String) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
Security provider to be used for payload encryption.
setSendBufferSize(long) - 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.
setServerPipelineFactory(ServerPipelineFactory) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
To use a custom ServerPipelineFactory
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
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.
setTimer(Timer) - Method in class org.apache.camel.component.netty.NettyClientBossPoolBuilder
 
setTimer(Timer) - Method in class org.apache.camel.component.netty.NettyEndpoint
 
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.
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.
setupTCPCommunication() - Method in class org.apache.camel.component.netty.NettyProducer
 
setupUDPCommunication() - Method in class org.apache.camel.component.netty.NettyProducer
 
setUseChannelBuffer(boolean) - Method in class org.apache.camel.component.netty.NettyConfiguration
If the useChannelBuffer is true, netty producer will turn the message body into ChannelBuffer before sending it out.
setUseGlobalSslContextParameters(boolean) - Method in class org.apache.camel.component.netty.NettyComponent
Enable usage of global SSL context parameters.
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*2.
setWorkerCount(int) - Method in class org.apache.camel.component.netty.NettyWorkerPoolBuilder
 
setWorkerPool(WorkerPool) - Method in class org.apache.camel.component.netty.NettyServerBootstrapConfiguration
To use a explicit org.jboss.netty.channel.socket.nio.WorkerPool as the worker thread pool.
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.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
 
stopTimer() - Method in class org.apache.camel.component.netty.NettyClientBossPoolBuilder
 

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
 
withTimer(Timer) - Method in class org.apache.camel.component.netty.NettyClientBossPoolBuilder
 
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 
Skip navigation links

Apache Camel