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

A

addConsumer(NettyHttpConsumer) - Method in class org.apache.camel.component.netty.http.handlers.HttpServerMultiplexChannelHandler
 
addConsumer(NettyConsumer) - Method in class org.apache.camel.component.netty.http.HttpServerBootstrapFactory
 
addConsumer(NettyHttpConsumer) - Method in interface org.apache.camel.component.netty.http.HttpServerConsumerChannelFactory
Adds the given consumer.
addExclusion(String) - Method in class org.apache.camel.component.netty.http.SecurityConstraintMapping
 
addInclusion(String) - Method in class org.apache.camel.component.netty.http.SecurityConstraintMapping
 
addInclusion(String, String) - Method in class org.apache.camel.component.netty.http.SecurityConstraintMapping
 
appendHeader(Map<String, Object>, String, Object) - Static method in class org.apache.camel.component.netty.http.NettyHttpHelper
Appends the key/value to the headers.
authenticate(SecurityAuthenticator, LoggingLevel, HttpPrincipal) - Method in class org.apache.camel.component.netty.http.handlers.HttpServerChannelHandler
Authenticates the http basic auth subject.

B

beforeProcess(Exchange, MessageEvent) - Method in class org.apache.camel.component.netty.http.handlers.HttpServerChannelHandler
 

C

configuration - Variable in class org.apache.camel.component.netty.http.HttpServerPipelineFactory
 
consumer - Variable in class org.apache.camel.component.netty.http.HttpServerPipelineFactory
 
consumers() - Method in class org.apache.camel.component.netty.http.handlers.HttpServerMultiplexChannelHandler
 
consumers() - Method in interface org.apache.camel.component.netty.http.HttpServerConsumerChannelFactory
Number of active consumers
CONTENT_TYPE_JAVA_SERIALIZED_OBJECT - Static variable in class org.apache.camel.component.netty.http.NettyHttpConstants
 
CONTENT_TYPE_WWW_FORM_URLENCODED - Static variable in class org.apache.camel.component.netty.http.NettyHttpConstants
 
ContextPathMatcher - Interface in org.apache.camel.component.netty.http
A matcher used for selecting the correct HttpServerChannelHandler to handle an incoming HttpRequest when you use multiple routes on the same port.
convertToHttpRequest(Class<?>, Exchange, Object, TypeConverterRegistry) - Static method in class org.apache.camel.component.netty.http.NettyHttpConverter
A fallback converter that allows us to easily call Java beans and use the raw Netty HttpRequest as parameter types.
convertToHttpResponse(Class<?>, Exchange, Object, TypeConverterRegistry) - Static method in class org.apache.camel.component.netty.http.NettyHttpConverter
A fallback converter that allows us to easily call Java beans and use the raw Netty HttpRequest as parameter types.
copy() - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
 
createConsumer(Processor) - Method in class org.apache.camel.component.netty.http.NettyHttpEndpoint
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.netty.http.NettyHttpComponent
 
createExchange(ChannelHandlerContext, MessageEvent) - Method in class org.apache.camel.component.netty.http.NettyHttpEndpoint
 
createMethod(Message, boolean) - Static method in class org.apache.camel.component.netty.http.NettyHttpHelper
Creates the HttpMethod to use to call the remote server, often either its GET or POST.
createPipelineFactory(NettyProducer) - Method in class org.apache.camel.component.netty.http.HttpClientPipelineFactory
 
createPipelineFactory(NettyConsumer) - Method in class org.apache.camel.component.netty.http.HttpServerPipelineFactory
 
createPipelineFactory(NettyConsumer) - Method in class org.apache.camel.component.netty.http.HttpServerSharedPipelineFactory
 
createPollingConsumer() - Method in class org.apache.camel.component.netty.http.NettyHttpEndpoint
 
createProducer() - Method in class org.apache.camel.component.netty.http.NettyHttpEndpoint
 
createResponseFutureListener(NettyConsumer, Exchange, SocketAddress) - Method in class org.apache.camel.component.netty.http.handlers.HttpServerChannelHandler
 
createURI(Exchange, String, NettyHttpEndpoint) - Static method in class org.apache.camel.component.netty.http.NettyHttpHelper
Creates the URI to invoke.
createURL(Exchange, NettyHttpEndpoint) - Static method in class org.apache.camel.component.netty.http.NettyHttpHelper
Creates the URL to invoke.

D

DEFAULT_PATTERN - Static variable in class org.apache.camel.component.netty.http.DefaultNettySharedHttpServer
 
DefaultContextPathMatcher - Class in org.apache.camel.component.netty.http
A default ContextPathMatcher which supports the matchOnUriPrefix option.
DefaultContextPathMatcher(String, boolean) - Constructor for class org.apache.camel.component.netty.http.DefaultContextPathMatcher
 
DefaultNettyHttpBinding - Class in org.apache.camel.component.netty.http
Default NettyHttpBinding.
DefaultNettyHttpBinding() - Constructor for class org.apache.camel.component.netty.http.DefaultNettyHttpBinding
 
DefaultNettyHttpBinding(HeaderFilterStrategy) - Constructor for class org.apache.camel.component.netty.http.DefaultNettyHttpBinding
 
DefaultNettySharedHttpServer - Class in org.apache.camel.component.netty.http
A default NettySharedHttpServer to make sharing Netty server in Camel applications easier.
DefaultNettySharedHttpServer() - Constructor for class org.apache.camel.component.netty.http.DefaultNettySharedHttpServer
 
deserializeJavaObjectFromStream(InputStream) - Static method in class org.apache.camel.component.netty.http.NettyHttpHelper
 
doResume() - Method in class org.apache.camel.component.netty.http.NettyHttpConsumer
 
doStart() - Method in class org.apache.camel.component.netty.http.DefaultNettySharedHttpServer
 
doStart() - Method in class org.apache.camel.component.netty.http.HttpServerBootstrapFactory
 
doStart() - Method in class org.apache.camel.component.netty.http.NettyHttpComponent
 
doStart() - Method in class org.apache.camel.component.netty.http.NettyHttpConsumer
 
doStart() - Method in class org.apache.camel.component.netty.http.NettyHttpEndpoint
 
doStop() - Method in class org.apache.camel.component.netty.http.DefaultNettySharedHttpServer
 
doStop() - Method in class org.apache.camel.component.netty.http.NettyHttpComponent
 
doStop() - Method in class org.apache.camel.component.netty.http.NettyHttpConsumer
 
doSuspend() - Method in class org.apache.camel.component.netty.http.NettyHttpConsumer
 

E

equals(Object) - Method in class org.apache.camel.component.netty.http.DefaultContextPathMatcher
 
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.apache.camel.component.netty.http.handlers.HttpServerChannelHandler
 
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.apache.camel.component.netty.http.handlers.HttpServerMultiplexChannelHandler
 
extractBasicAuthSubject(HttpRequest) - Static method in class org.apache.camel.component.netty.http.handlers.HttpServerChannelHandler
Extracts the username and password details from the HTTP basic header Authorization.

G

getChannelHandler() - Method in class org.apache.camel.component.netty.http.handlers.HttpServerMultiplexChannelHandler
 
getChannelHandler() - Method in interface org.apache.camel.component.netty.http.HttpServerConsumerChannelFactory
Gets the ChannelHandler
getCharsetFromContentType(String) - Static method in class org.apache.camel.component.netty.http.NettyHttpHelper
 
getChunkedMaxContentLength() - Method in class org.apache.camel.component.netty.http.NettySharedHttpServerBootstrapConfiguration
 
getComponent() - Method in class org.apache.camel.component.netty.http.NettyHttpEndpoint
 
getConfiguration() - Method in class org.apache.camel.component.netty.http.NettyHttpConsumer
 
getConfiguration() - Method in class org.apache.camel.component.netty.http.NettyHttpEndpoint
 
getConfiguration() - Method in class org.apache.camel.component.netty.http.NettyHttpProducer
 
getConstraint() - Method in class org.apache.camel.component.netty.http.NettyHttpSecurityConfiguration
 
getConsumerChannelFactory() - Method in class org.apache.camel.component.netty.http.DefaultNettySharedHttpServer
 
getConsumerChannelFactory() - Method in interface org.apache.camel.component.netty.http.NettySharedHttpServer
Gets the HttpServerConsumerChannelFactory to use.
getConsumersSize() - Method in class org.apache.camel.component.netty.http.DefaultNettySharedHttpServer
 
getConsumersSize() - Method in interface org.apache.camel.component.netty.http.NettySharedHttpServer
Number of consumers using this shared Netty HTTP server.
getEndpoint() - Method in class org.apache.camel.component.netty.http.NettyHttpConsumer
 
getEndpoint() - Method in class org.apache.camel.component.netty.http.NettyHttpProducer
 
getHeaderFilterStrategy() - Method in class org.apache.camel.component.netty.http.DefaultNettyHttpBinding
 
getHeaderFilterStrategy() - Method in interface org.apache.camel.component.netty.http.NettyHttpBinding
Gets the header filter strategy
getHeaderFilterStrategy() - Method in class org.apache.camel.component.netty.http.NettyHttpComponent
 
getHeaderFilterStrategy() - Method in class org.apache.camel.component.netty.http.NettyHttpEndpoint
 
getHttpMethodRestrict() - Method in class org.apache.camel.component.netty.http.NettyHttpEndpoint
 
getHttpRequest() - Method in class org.apache.camel.component.netty.http.NettyHttpMessage
 
getHttpResponse() - Method in class org.apache.camel.component.netty.http.NettyHttpMessage
 
getLoginDeniedLoggingLevel() - Method in class org.apache.camel.component.netty.http.NettyHttpSecurityConfiguration
 
getMultiplexChannelHandler(int) - Method in class org.apache.camel.component.netty.http.NettyHttpComponent
 
getName() - Method in class org.apache.camel.component.netty.http.HttpPrincipal
 
getName() - Method in interface org.apache.camel.component.netty.http.SecurityAuthenticator
Gets the name of the realm.
getName() - Method in class org.apache.camel.component.netty.http.SecurityAuthenticatorSupport
 
getNettyHttpBinding() - Method in class org.apache.camel.component.netty.http.NettyHttpComponent
 
getNettyHttpBinding() - Method in class org.apache.camel.component.netty.http.NettyHttpEndpoint
 
getNettySharedHttpServer() - Method in class org.apache.camel.component.netty.http.NettyHttpEndpoint
 
getOrCreateHttpNettyServerBootstrapFactory(NettyHttpConsumer) - Method in class org.apache.camel.component.netty.http.NettyHttpComponent
 
getPassword() - Method in class org.apache.camel.component.netty.http.HttpPrincipal
 
getPath() - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
 
getPipeline() - Method in class org.apache.camel.component.netty.http.HttpClientPipelineFactory
 
getPipeline() - Method in class org.apache.camel.component.netty.http.HttpServerPipelineFactory
 
getPipeline() - Method in class org.apache.camel.component.netty.http.HttpServerSharedPipelineFactory
 
getPort() - Method in class org.apache.camel.component.netty.http.DefaultNettySharedHttpServer
 
getPort() - Method in class org.apache.camel.component.netty.http.handlers.HttpServerMultiplexChannelHandler
 
getPort() - Method in interface org.apache.camel.component.netty.http.HttpServerConsumerChannelFactory
The port number this consumer channel factory is using.
getPort() - Method in interface org.apache.camel.component.netty.http.NettySharedHttpServer
Gets the port number this Netty HTTP server uses.
getRealm() - Method in class org.apache.camel.component.netty.http.NettyHttpSecurityConfiguration
 
getRedirectLocation() - Method in exception org.apache.camel.component.netty.http.NettyHttpOperationFailedException
 
getRequestBody(Exchange) - Method in class org.apache.camel.component.netty.http.NettyHttpProducer
 
getResponse() - Method in exception org.apache.camel.component.netty.http.NettyHttpOperationFailedException
Gets the HttpResponse.
getResponseBody(Exchange) - Method in class org.apache.camel.component.netty.http.handlers.HttpServerChannelHandler
 
getResponseMessage(Exchange, MessageEvent) - Method in class org.apache.camel.component.netty.http.handlers.HttpClientChannelHandler
 
getRoleClassName() - Method in class org.apache.camel.component.netty.http.NettyHttpSecurityConfiguration
 
getSecurityAuthenticator() - Method in class org.apache.camel.component.netty.http.NettyHttpSecurityConfiguration
 
getSecurityConfiguration() - Method in class org.apache.camel.component.netty.http.NettyHttpComponent
 
getSecurityConfiguration() - Method in class org.apache.camel.component.netty.http.NettyHttpEndpoint
 
getSecurityConstraint() - Method in class org.apache.camel.component.netty.http.NettyHttpSecurityConfiguration
 
getServerBootstrapFactory() - Method in class org.apache.camel.component.netty.http.DefaultNettySharedHttpServer
 
getServerBootstrapFactory() - Method in interface org.apache.camel.component.netty.http.NettySharedHttpServer
Gets the NettyServerBootstrapFactory to use.
getStatusCode() - Method in exception org.apache.camel.component.netty.http.NettyHttpOperationFailedException
 
getStatusText() - Method in exception org.apache.camel.component.netty.http.NettyHttpOperationFailedException
 
getUri() - Method in exception org.apache.camel.component.netty.http.NettyHttpOperationFailedException
 
getUsername() - Method in class org.apache.camel.component.netty.http.HttpPrincipal
 
getUserRoles(Subject) - Method in interface org.apache.camel.component.netty.http.SecurityAuthenticator
Gets the user roles from the given Subject
getUserRoles(Subject) - Method in class org.apache.camel.component.netty.http.SecurityAuthenticatorSupport
 

H

handle(Callback[]) - Method in class org.apache.camel.component.netty.http.SecurityAuthenticatorSupport.HttpPrincipalCallbackHandler
 
hashCode() - Method in class org.apache.camel.component.netty.http.DefaultContextPathMatcher
 
hasRedirectLocation() - Method in exception org.apache.camel.component.netty.http.NettyHttpOperationFailedException
 
HTTP_AUTHENTICATION - Static variable in class org.apache.camel.component.netty.http.NettyHttpConstants
 
HTTP_RESPONSE_TEXT - Static variable in class org.apache.camel.component.netty.http.NettyHttpConstants
 
HttpClientChannelHandler - Class in org.apache.camel.component.netty.http.handlers
Netty HTTP ClientChannelHandler that handles the response combing back from thhe HTTP server, called by this client.
HttpClientChannelHandler(NettyHttpProducer) - Constructor for class org.apache.camel.component.netty.http.handlers.HttpClientChannelHandler
 
HttpClientPipelineFactory - Class in org.apache.camel.component.netty.http
ClientPipelineFactory for the Netty HTTP client.
HttpClientPipelineFactory() - Constructor for class org.apache.camel.component.netty.http.HttpClientPipelineFactory
 
HttpClientPipelineFactory(NettyHttpProducer) - Constructor for class org.apache.camel.component.netty.http.HttpClientPipelineFactory
 
HttpPrincipal - Class in org.apache.camel.component.netty.http
Http Principal.
HttpPrincipal(String, String) - Constructor for class org.apache.camel.component.netty.http.HttpPrincipal
 
HttpServerBootstrapFactory - Class in org.apache.camel.component.netty.http
 
HttpServerBootstrapFactory(HttpServerConsumerChannelFactory) - Constructor for class org.apache.camel.component.netty.http.HttpServerBootstrapFactory
 
HttpServerBootstrapFactory(HttpServerConsumerChannelFactory, boolean) - Constructor for class org.apache.camel.component.netty.http.HttpServerBootstrapFactory
 
HttpServerChannelHandler - Class in org.apache.camel.component.netty.http.handlers
Netty HTTP ServerChannelHandler that handles the incoming HTTP requests and routes the received message in Camel.
HttpServerChannelHandler(NettyHttpConsumer) - Constructor for class org.apache.camel.component.netty.http.handlers.HttpServerChannelHandler
 
HttpServerConsumerChannelFactory - Interface in org.apache.camel.component.netty.http
Factory for setting up Netty ChannelHandler bound to a given Netty port.
HttpServerMultiplexChannelHandler - Class in org.apache.camel.component.netty.http.handlers
A multiplex HttpServerPipelineFactory which keeps a list of handlers, and delegates to the target handler based on the http context path in the incoming request.
HttpServerMultiplexChannelHandler() - Constructor for class org.apache.camel.component.netty.http.handlers.HttpServerMultiplexChannelHandler
 
HttpServerPipelineFactory - Class in org.apache.camel.component.netty.http
ServerPipelineFactory for the Netty HTTP server.
HttpServerPipelineFactory() - Constructor for class org.apache.camel.component.netty.http.HttpServerPipelineFactory
 
HttpServerPipelineFactory(NettyHttpConsumer) - Constructor for class org.apache.camel.component.netty.http.HttpServerPipelineFactory
 
HttpServerSharedPipelineFactory - Class in org.apache.camel.component.netty.http
A shared ServerPipelineFactory for a shared Netty HTTP server.
HttpServerSharedPipelineFactory(NettySharedHttpServerBootstrapConfiguration, HttpServerConsumerChannelFactory, ClassResolver) - Constructor for class org.apache.camel.component.netty.http.HttpServerSharedPipelineFactory
 

I

init(int) - Method in class org.apache.camel.component.netty.http.handlers.HttpServerMultiplexChannelHandler
 
init(CamelContext, NettyServerBootstrapConfiguration, ChannelPipelineFactory) - Method in class org.apache.camel.component.netty.http.HttpServerBootstrapFactory
 
init(int) - Method in interface org.apache.camel.component.netty.http.HttpServerConsumerChannelFactory
Initializes this consumer channel factory with the given port.
initialize() - Method in class org.apache.camel.component.netty.http.NettyHttpHeaderFilterStrategy
 
inMemory() - Method in class org.apache.camel.component.netty.http.NettyChannelBufferStreamCache
 
isAuthenticate() - Method in class org.apache.camel.component.netty.http.NettyHttpSecurityConfiguration
 
isBridgeEndpoint() - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
 
isChunked() - Method in class org.apache.camel.component.netty.http.NettySharedHttpServerBootstrapConfiguration
 
isCompression() - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
 
isCompression() - Method in class org.apache.camel.component.netty.http.NettySharedHttpServerBootstrapConfiguration
 
isDisableStreamCache() - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
 
isLenientProperties() - Method in class org.apache.camel.component.netty.http.NettyHttpEndpoint
 
isMapHeaders() - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
 
isMatchOnUriPrefix() - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
 
isRedirectError() - Method in exception org.apache.camel.component.netty.http.NettyHttpOperationFailedException
 
isRoleClass(Principal) - Method in class org.apache.camel.component.netty.http.SecurityAuthenticatorSupport
Is the given principal a role class?
isSend503whenSuspended() - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
 
isThrowExceptionOnFailure() - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
 
isTraceEnabled() - Method in class org.apache.camel.component.netty.http.NettyHttpEndpoint
 
isTransferException() - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
 
isUrlDecodeHeaders() - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
 

J

JAASSecurityAuthenticator - Class in org.apache.camel.component.netty.http
A JAAS based SecurityAuthenticator implementation.
JAASSecurityAuthenticator() - Constructor for class org.apache.camel.component.netty.http.JAASSecurityAuthenticator
 

L

length() - Method in class org.apache.camel.component.netty.http.NettyChannelBufferStreamCache
 
login(HttpPrincipal) - Method in class org.apache.camel.component.netty.http.JAASSecurityAuthenticator
 
login(HttpPrincipal) - Method in interface org.apache.camel.component.netty.http.SecurityAuthenticator
Attempts to login the Principal on this realm.
logout(Subject) - Method in class org.apache.camel.component.netty.http.JAASSecurityAuthenticator
 
logout(Subject) - Method in interface org.apache.camel.component.netty.http.SecurityAuthenticator
Attempt to logout the subject.

M

markSupported() - Method in class org.apache.camel.component.netty.http.NettyChannelBufferStreamCache
 
matches(String) - Method in interface org.apache.camel.component.netty.http.ContextPathMatcher
Whether the target context-path matches.
matches(String) - Method in class org.apache.camel.component.netty.http.DefaultContextPathMatcher
 
matchesRoles(String, String) - Method in class org.apache.camel.component.netty.http.handlers.HttpServerChannelHandler
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.apache.camel.component.netty.http.handlers.HttpClientChannelHandler
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.apache.camel.component.netty.http.handlers.HttpServerChannelHandler
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.apache.camel.component.netty.http.handlers.HttpServerMultiplexChannelHandler
 

N

NettyChannelBufferStreamCache - Class in org.apache.camel.component.netty.http
A ChannelBuffer which is exposed as an InputStream which makes it very easy to use by Camel and other Camel components.
NettyChannelBufferStreamCache(ChannelBuffer) - Constructor for class org.apache.camel.component.netty.http.NettyChannelBufferStreamCache
 
NettyHttpBinding - Interface in org.apache.camel.component.netty.http
To bind Netty http codec with the Camel Message api.
NettyHttpComponent - Class in org.apache.camel.component.netty.http
Netty HTTP based component.
NettyHttpComponent() - Constructor for class org.apache.camel.component.netty.http.NettyHttpComponent
 
NettyHttpConfiguration - Class in org.apache.camel.component.netty.http
Extended configuration for using HTTP with Netty.
NettyHttpConfiguration() - Constructor for class org.apache.camel.component.netty.http.NettyHttpConfiguration
 
NettyHttpConstants - Class in org.apache.camel.component.netty.http
Netty HTTP constants.
NettyHttpConsumer - Class in org.apache.camel.component.netty.http
HTTP based NettyConsumer
NettyHttpConsumer(NettyHttpEndpoint, Processor, NettyConfiguration) - Constructor for class org.apache.camel.component.netty.http.NettyHttpConsumer
 
NettyHttpConverter - Class in org.apache.camel.component.netty.http
 
NettyHttpEndpoint - Class in org.apache.camel.component.netty.http
HTTP based NettyEndpoint
NettyHttpEndpoint(String, NettyHttpComponent, NettyConfiguration) - Constructor for class org.apache.camel.component.netty.http.NettyHttpEndpoint
 
NettyHttpHeaderFilterStrategy - Class in org.apache.camel.component.netty.http
Default Netty HeaderFilterStrategy used when binding with NettyHttpBinding.
NettyHttpHeaderFilterStrategy() - Constructor for class org.apache.camel.component.netty.http.NettyHttpHeaderFilterStrategy
 
NettyHttpHelper - Class in org.apache.camel.component.netty.http
Helpers.
NettyHttpMessage - Class in org.apache.camel.component.netty.http
Netty HTTP based Message.
NettyHttpMessage(HttpRequest, HttpResponse) - Constructor for class org.apache.camel.component.netty.http.NettyHttpMessage
 
NettyHttpOperationFailedException - Exception in org.apache.camel.component.netty.http
Exception when a Netty HTTP operation failed.
NettyHttpOperationFailedException(String, int, String, String, HttpResponse) - Constructor for exception org.apache.camel.component.netty.http.NettyHttpOperationFailedException
 
NettyHttpProducer - Class in org.apache.camel.component.netty.http
HTTP based NettyProducer.
NettyHttpProducer(NettyHttpEndpoint, NettyConfiguration) - Constructor for class org.apache.camel.component.netty.http.NettyHttpProducer
 
NettyHttpSecurityConfiguration - Class in org.apache.camel.component.netty.http
Security configuration for the NettyHttpConsumer.
NettyHttpSecurityConfiguration() - Constructor for class org.apache.camel.component.netty.http.NettyHttpSecurityConfiguration
 
NettySharedHttpServer - Interface in org.apache.camel.component.netty.http
A single interface to easily configure and setup a shared Netty HTTP server to be re-used among other Camel applications.
NettySharedHttpServerBootstrapConfiguration - Class in org.apache.camel.component.netty.http
 
NettySharedHttpServerBootstrapConfiguration() - Constructor for class org.apache.camel.component.netty.http.NettySharedHttpServerBootstrapConfiguration
 
newInstance() - Method in class org.apache.camel.component.netty.http.NettyHttpMessage
 

O

org.apache.camel.component.netty.http - package org.apache.camel.component.netty.http
 
org.apache.camel.component.netty.http.handlers - package org.apache.camel.component.netty.http.handlers
 

P

parseConfiguration(NettyConfiguration, String, Map<String, Object>) - Method in class org.apache.camel.component.netty.http.NettyHttpComponent
 
populateCamelHeaders(HttpRequest, Map<String, Object>, Exchange, NettyHttpConfiguration) - Method in class org.apache.camel.component.netty.http.DefaultNettyHttpBinding
 
populateCamelHeaders(HttpResponse, Map<String, Object>, Exchange, NettyHttpConfiguration) - Method in class org.apache.camel.component.netty.http.DefaultNettyHttpBinding
 
populateCamelHeaders(HttpRequest, Map<String, Object>, Exchange, NettyHttpConfiguration) - Method in interface org.apache.camel.component.netty.http.NettyHttpBinding
Binds from Netty HttpRequest to Camel headers as a Map.
populateCamelHeaders(HttpResponse, Map<String, Object>, Exchange, NettyHttpConfiguration) - Method in interface org.apache.camel.component.netty.http.NettyHttpBinding
Binds from Netty HttpResponse to Camel headers as a Map.
populateNettyHttpOperationFailedException(Exchange, String, HttpResponse, int, boolean) - Static method in class org.apache.camel.component.netty.http.NettyHttpHelper
 
process(Exchange, AsyncCallback) - Method in class org.apache.camel.component.netty.http.NettyHttpProducer
 

R

read() - Method in class org.apache.camel.component.netty.http.NettyChannelBufferStreamCache
 
read(byte[]) - Method in class org.apache.camel.component.netty.http.NettyChannelBufferStreamCache
 
read(byte[], int, int) - Method in class org.apache.camel.component.netty.http.NettyChannelBufferStreamCache
 
removeConsumer(NettyHttpConsumer) - Method in class org.apache.camel.component.netty.http.handlers.HttpServerMultiplexChannelHandler
 
removeConsumer(NettyConsumer) - Method in class org.apache.camel.component.netty.http.HttpServerBootstrapFactory
 
removeConsumer(NettyHttpConsumer) - Method in interface org.apache.camel.component.netty.http.HttpServerConsumerChannelFactory
Removes the given consumer
reset() - Method in class org.apache.camel.component.netty.http.NettyChannelBufferStreamCache
 
restricted(String) - Method in interface org.apache.camel.component.netty.http.SecurityConstraint
Performs a security restricted check for the given web resource.
restricted(String) - Method in class org.apache.camel.component.netty.http.SecurityConstraintMapping
 

S

SecurityAuthenticator - Interface in org.apache.camel.component.netty.http
A SecurityAuthenticator allows to plugin custom authenticators, such as JAAS based or custom implementations.
SecurityAuthenticatorSupport - Class in org.apache.camel.component.netty.http
A base class for SecurityAuthenticator.
SecurityAuthenticatorSupport() - Constructor for class org.apache.camel.component.netty.http.SecurityAuthenticatorSupport
 
SecurityAuthenticatorSupport.HttpPrincipalCallbackHandler - Class in org.apache.camel.component.netty.http
CallbackHandler that provides the username and password.
SecurityAuthenticatorSupport.HttpPrincipalCallbackHandler(HttpPrincipal) - Constructor for class org.apache.camel.component.netty.http.SecurityAuthenticatorSupport.HttpPrincipalCallbackHandler
 
SecurityConstraint - Interface in org.apache.camel.component.netty.http
 
SecurityConstraintMapping - Class in org.apache.camel.component.netty.http
A default SecurityConstraint which can be used to define a set of mappings to as constraints.
SecurityConstraintMapping() - Constructor for class org.apache.camel.component.netty.http.SecurityConstraintMapping
 
setAuthenticate(boolean) - Method in class org.apache.camel.component.netty.http.NettyHttpSecurityConfiguration
Whether to enable authentication

This is by default enabled.

setBridgeEndpoint(boolean) - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
 
setCharsetFromContentType(String, Exchange) - Static method in class org.apache.camel.component.netty.http.NettyHttpHelper
 
setChunked(boolean) - Method in class org.apache.camel.component.netty.http.NettySharedHttpServerBootstrapConfiguration
 
setChunkedMaxContentLength(int) - Method in class org.apache.camel.component.netty.http.NettySharedHttpServerBootstrapConfiguration
 
setClassResolver(ClassResolver) - Method in class org.apache.camel.component.netty.http.DefaultNettySharedHttpServer
 
setClassResolver(ClassResolver) - Method in interface org.apache.camel.component.netty.http.NettySharedHttpServer
To use a custom ClassResolver for loading resource on the classpath.
setCompression(boolean) - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
 
setCompression(boolean) - Method in class org.apache.camel.component.netty.http.NettySharedHttpServerBootstrapConfiguration
 
setConstraint(String) - Method in class org.apache.camel.component.netty.http.NettyHttpSecurityConfiguration
The supported restricted.
setDisableStreamCache(boolean) - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
 
setExclusions(Set<String>) - Method in class org.apache.camel.component.netty.http.SecurityConstraintMapping
 
setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.netty.http.DefaultNettyHttpBinding
 
setHeaderFilterStrategy(HeaderFilterStrategy) - Method in interface org.apache.camel.component.netty.http.NettyHttpBinding
Sets the header filter strategy to use.
setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.netty.http.NettyHttpComponent
 
setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.netty.http.NettyHttpEndpoint
 
setHttpMethodRestrict(String) - Method in class org.apache.camel.component.netty.http.NettyHttpEndpoint
 
setInclusions(Map<String, String>) - Method in class org.apache.camel.component.netty.http.SecurityConstraintMapping
 
setLoginDeniedLoggingLevel(LoggingLevel) - Method in class org.apache.camel.component.netty.http.NettyHttpSecurityConfiguration
Sets a logging level to use for logging denied login attempts (incl stacktraces)

This level is by default DEBUG.

setMapHeaders(boolean) - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
 
setMatchOnUriPrefix(boolean) - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
 
setName(String) - Method in interface org.apache.camel.component.netty.http.SecurityAuthenticator
Sets the name of the realm to use.
setName(String) - Method in class org.apache.camel.component.netty.http.SecurityAuthenticatorSupport
 
setNettyHttpBinding(NettyHttpBinding) - Method in class org.apache.camel.component.netty.http.NettyHttpComponent
 
setNettyHttpBinding(NettyHttpBinding) - Method in class org.apache.camel.component.netty.http.NettyHttpEndpoint
 
setNettyServerBootstrapConfiguration(NettySharedHttpServerBootstrapConfiguration) - Method in class org.apache.camel.component.netty.http.DefaultNettySharedHttpServer
 
setNettyServerBootstrapConfiguration(NettySharedHttpServerBootstrapConfiguration) - Method in interface org.apache.camel.component.netty.http.NettySharedHttpServer
Sets the bootstrap configuration to use by this shared Netty HTTP server.
setNettySharedHttpServer(NettySharedHttpServer) - Method in class org.apache.camel.component.netty.http.NettyHttpEndpoint
 
setPath(String) - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
 
setRealm(String) - Method in class org.apache.camel.component.netty.http.NettyHttpSecurityConfiguration
Sets the name of the realm to use.
setRoleClassName(String) - Method in class org.apache.camel.component.netty.http.NettyHttpSecurityConfiguration
 
setRoleClassNames(String) - Method in interface org.apache.camel.component.netty.http.SecurityAuthenticator
Sets the role class names (separated by comma)

By default if no explicit role class names has been configured, then this implementation will assume the Subject Principals is a role if the classname contains the word role (lower cased).

setRoleClassNames(String) - Method in class org.apache.camel.component.netty.http.SecurityAuthenticatorSupport
 
setSecurityAuthenticator(SecurityAuthenticator) - Method in class org.apache.camel.component.netty.http.NettyHttpSecurityConfiguration
Sets the SecurityAuthenticator to use for authenticating the HttpPrincipal.
setSecurityConfiguration(NettyHttpSecurityConfiguration) - Method in class org.apache.camel.component.netty.http.NettyHttpComponent
 
setSecurityConfiguration(NettyHttpSecurityConfiguration) - Method in class org.apache.camel.component.netty.http.NettyHttpEndpoint
 
setSecurityConstraint(SecurityConstraint) - Method in class org.apache.camel.component.netty.http.NettyHttpSecurityConfiguration
Sets a SecurityConstraint to use for checking if a web resource is restricted or not

By default this is null, which means all resources is restricted.

setSend503whenSuspended(boolean) - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
 
setStartServer(boolean) - Method in class org.apache.camel.component.netty.http.DefaultNettySharedHttpServer
 
setStartServer(boolean) - Method in interface org.apache.camel.component.netty.http.NettySharedHttpServer
Whether to start the Netty HTTP server eager and bind to the port, or wait on first demand
setThreadNamePattern(String) - Method in class org.apache.camel.component.netty.http.DefaultNettySharedHttpServer
 
setThreadNamePattern(String) - Method in interface org.apache.camel.component.netty.http.NettySharedHttpServer
Sets a custom thread name pattern to be used for naming the Netty HTTP server threads.
setThrowExceptionOnFailure(boolean) - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
 
setTraceEnabled(boolean) - Method in class org.apache.camel.component.netty.http.NettyHttpEndpoint
 
setTransferException(boolean) - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
 
setUrlDecodeHeaders(boolean) - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
 
shouldUrlDecodeHeader(NettyHttpConfiguration, String, Object, String) - Method in class org.apache.camel.component.netty.http.DefaultNettyHttpBinding
Decodes the header if needed to, or returns the header value as is.
sslContext - Variable in class org.apache.camel.component.netty.http.HttpServerPipelineFactory
 
stop() - Method in class org.apache.camel.component.netty.http.HttpServerBootstrapFactory
 

T

toBytes(HttpResponse, Exchange) - Static method in class org.apache.camel.component.netty.http.NettyHttpConverter
 
toCamelMessage(HttpRequest, Exchange, NettyHttpConfiguration) - Method in class org.apache.camel.component.netty.http.DefaultNettyHttpBinding
 
toCamelMessage(HttpResponse, Exchange, NettyHttpConfiguration) - Method in class org.apache.camel.component.netty.http.DefaultNettyHttpBinding
 
toCamelMessage(HttpRequest, Exchange, NettyHttpConfiguration) - Method in interface org.apache.camel.component.netty.http.NettyHttpBinding
Binds from Netty HttpRequest to Camel Message.
toCamelMessage(HttpResponse, Exchange, NettyHttpConfiguration) - Method in interface org.apache.camel.component.netty.http.NettyHttpBinding
Binds from Netty HttpResponse to Camel Message.
toInputStream(HttpResponse, Exchange) - Static method in class org.apache.camel.component.netty.http.NettyHttpConverter
 
toNettyRequest(Message, String, NettyHttpConfiguration) - Method in class org.apache.camel.component.netty.http.DefaultNettyHttpBinding
 
toNettyRequest(Message, String, NettyHttpConfiguration) - Method in interface org.apache.camel.component.netty.http.NettyHttpBinding
Binds from Camel Message to Netty HttpRequest.
toNettyResponse(Message, NettyHttpConfiguration) - Method in class org.apache.camel.component.netty.http.DefaultNettyHttpBinding
 
toNettyResponse(Message, NettyHttpConfiguration) - Method in interface org.apache.camel.component.netty.http.NettyHttpBinding
Binds from Camel Message to Netty HttpResponse.
toString() - Method in class org.apache.camel.component.netty.http.HttpPrincipal
 
toString(HttpResponse, Exchange) - Static method in class org.apache.camel.component.netty.http.NettyHttpConverter
 

W

writeTo(OutputStream) - Method in class org.apache.camel.component.netty.http.NettyChannelBufferStreamCache
 

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

Apache Camel