Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- acceptInboundMessage(Object) - Method in class org.apache.camel.component.netty.http.handlers.HttpInboundStreamHandler
- addConsumer(NettyHttpConsumer) - Method in class org.apache.camel.component.netty.http.handlers.HttpServerMultiplexChannelHandler
- addConsumer(NettyHttpConsumer) - Method in interface org.apache.camel.component.netty.http.HttpServerConsumerChannelFactory
-
Adds the given consumer.
- addConsumer(NettyConsumer) - Method in class org.apache.camel.component.netty.http.HttpServerBootstrapFactory
- 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.
- applyFilterToCamelHeaders(String, Object, Exchange) - Method in class org.apache.camel.component.netty.http.NettyHttpRestHeaderFilterStrategy
- authenticate(SecurityAuthenticator, LoggingLevel, HttpPrincipal) - Method in class org.apache.camel.component.netty.http.handlers.HttpServerChannelHandler
-
Authenticates the http basic auth subject.
B
- beforeProcess(Exchange, ChannelHandlerContext, Object) - Method in class org.apache.camel.component.netty.http.handlers.HttpServerChannelHandler
- buildUri(String, Map<String, Object>, boolean) - Method in class org.apache.camel.component.netty.http.NettyHttpEndpointUriFactory
C
- channelRead0(ChannelHandlerContext, Object) - Method in class org.apache.camel.component.netty.http.handlers.HttpServerChannelHandler
- channelRead0(ChannelHandlerContext, Object) - Method in class org.apache.camel.component.netty.http.handlers.HttpServerMultiplexChannelHandler
- close() - Method in class org.apache.camel.component.netty.http.OutboundStreamHttpRequest
- close() - Method in class org.apache.camel.component.netty.http.OutboundStreamHttpResponse
- configuration - Variable in class org.apache.camel.component.netty.http.HttpClientInitializerFactory
- configuration - Variable in class org.apache.camel.component.netty.http.HttpServerInitializerFactory
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.netty.http.cloud.NettyHttpServiceExpressionFactoryConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.netty.http.NettyHttpComponentConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.netty.http.NettyHttpConfigurationConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.netty.http.NettyHttpEndpointConfigurer
- CONNECTION - Static variable in class org.apache.camel.component.netty.http.NettyHttpConstants
- consumer - Variable in class org.apache.camel.component.netty.http.HttpServerInitializerFactory
- 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 - Static variable in class org.apache.camel.component.netty.http.NettyHttpConstants
- 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 incomingHttpRequest
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.DefaultNettyHttpBinding
- copy() - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
- copy() - Method in class org.apache.camel.component.netty.http.RestNettyHttpBinding
- copy(Exchange) - Method in class org.apache.camel.component.netty.http.NettyChannelBufferStreamCache
- copyCamelHeaders(Map<String, Object>, Exchange) - Method in class org.apache.camel.component.netty.http.DefaultNettyHttpBinding
-
Copy camel header from exchange to headers map.
- createApiConsumer(CamelContext, Processor, String, RestConfiguration, Map<String, Object>) - Method in class org.apache.camel.component.netty.http.NettyHttpComponent
- createConsumer(CamelContext, Processor, String, String, String, String, String, RestConfiguration, Map<String, Object>) - Method in class org.apache.camel.component.netty.http.NettyHttpComponent
- 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, Object) - Method in class org.apache.camel.component.netty.http.handlers.HttpServerChannelHandler
- 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(NettyConsumer) - Method in class org.apache.camel.component.netty.http.HttpServerInitializerFactory
- createPipelineFactory(NettyConsumer) - Method in class org.apache.camel.component.netty.http.HttpServerSharedInitializerFactory
- createPipelineFactory(NettyProducer) - Method in class org.apache.camel.component.netty.http.HttpClientInitializerFactory
- createPollingConsumer() - Method in class org.apache.camel.component.netty.http.NettyHttpEndpoint
- createProducer() - Method in class org.apache.camel.component.netty.http.NettyHttpEndpoint
- createProducer(CamelContext, String, String, String, String, String, String, String, RestConfiguration, Map<String, Object>) - Method in class org.apache.camel.component.netty.http.NettyHttpComponent
- createURI(Exchange, String) - 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
- decode(ChannelHandlerContext, HttpObject, List<Object>) - Method in class org.apache.camel.component.netty.http.handlers.HttpInboundStreamHandler
- 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
- doBuildCamelEndpointUri(String, Integer, String, String) - Method in class org.apache.camel.component.netty.http.cloud.NettyHttpServiceExpression
- doInit() - Method in class org.apache.camel.component.netty.http.NettyHttpComponent
- doInit() - Method in class org.apache.camel.component.netty.http.NettyHttpEndpoint
- doInit() - Method in class org.apache.camel.component.netty.http.NettyHttpProducer
- 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.NettyHttpConsumer
- 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
- equals(Object) - Method in class org.apache.camel.component.netty.http.RestContextPathMatcher
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.apache.camel.component.netty.http.handlers.HttpServerChannelHandler
- exceptionCaught(ChannelHandlerContext, Throwable) - 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
- getCamelContext() - Method in class org.apache.camel.component.netty.http.NettyHttpConverterLoader
- 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.NettyHttpConfiguration
- getChunkedMaxContentLength() - Method in class org.apache.camel.component.netty.http.NettySharedHttpServerBootstrapConfiguration
- getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.component.netty.http.NettyHttpConfigurationConfigurer
- getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.component.netty.http.NettyHttpEndpointConfigurer
- getComponent() - Method in class org.apache.camel.component.netty.http.NettyHttpEndpoint
- getConfiguration() - Method in class org.apache.camel.component.netty.http.NettyHttpComponent
- 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
- getConsumer() - Method in class org.apache.camel.component.netty.http.handlers.HttpRestConsumerPath
- getConsumer() - Method in class org.apache.camel.component.netty.http.handlers.HttpServerChannelHandler
- 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. - getConsumerPath() - Method in class org.apache.camel.component.netty.http.handlers.HttpRestConsumerPath
- 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.
- getContentAsString() - Method in exception org.apache.camel.component.netty.http.NettyHttpOperationFailedException
-
Gets the HTTP content as a String
- getCookieHandler() - Method in class org.apache.camel.component.netty.http.NettyHttpEndpoint
- 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
- getHost() - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
- getHttpContent() - Method in exception org.apache.camel.component.netty.http.NettyHttpOperationFailedException
-
Deprecated.use getContentAsString();
- getHttpMethodRestrict() - Method in class org.apache.camel.component.netty.http.NettyHttpEndpoint
- getHttpRequest() - Method in class org.apache.camel.component.netty.http.InboundStreamHttpRequest
- getHttpRequest() - Method in class org.apache.camel.component.netty.http.NettyHttpMessage
- getHttpResponse() - Method in class org.apache.camel.component.netty.http.InboundStreamHttpResponse
- getHttpResponse() - Method in class org.apache.camel.component.netty.http.NettyHttpMessage
- getInputStream() - Method in class org.apache.camel.component.netty.http.InboundStreamHttpRequest
- getInputStream() - Method in class org.apache.camel.component.netty.http.InboundStreamHttpResponse
- getLoginDeniedLoggingLevel() - Method in class org.apache.camel.component.netty.http.NettyHttpSecurityConfiguration
- getMaxChunkSize() - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
- getMaxChunkSize() - Method in class org.apache.camel.component.netty.http.NettySharedHttpServerBootstrapConfiguration
- getMaxHeaderSize() - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
- getMaxHeaderSize() - Method in class org.apache.camel.component.netty.http.NettySharedHttpServerBootstrapConfiguration
- getMaxInitialLineLength() - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
- getMaxInitialLineLength() - Method in class org.apache.camel.component.netty.http.NettySharedHttpServerBootstrapConfiguration
- 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
- getOkStatusCodeRange() - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
- getOptionType(String, boolean) - Method in class org.apache.camel.component.netty.http.cloud.NettyHttpServiceExpressionFactoryConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.component.netty.http.NettyHttpComponentConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.component.netty.http.NettyHttpConfigurationConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.component.netty.http.NettyHttpEndpointConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.netty.http.cloud.NettyHttpServiceExpressionFactoryConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.netty.http.NettyHttpComponentConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.netty.http.NettyHttpConfigurationConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.netty.http.NettyHttpEndpointConfigurer
- 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.DefaultContextPathMatcher
- getPath() - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
- 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 class org.apache.camel.component.netty.http.NettyHttpConfiguration
- getPort() - Method in interface org.apache.camel.component.netty.http.NettySharedHttpServer
-
Gets the port number this Netty HTTP server uses.
- getProtocol() - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
- getRealm() - Method in class org.apache.camel.component.netty.http.NettyHttpSecurityConfiguration
- getRedirectLocation() - Method in exception org.apache.camel.component.netty.http.NettyHttpOperationFailedException
- getRequest() - Method in class org.apache.camel.component.netty.http.OutboundStreamHttpRequest
- getRequestBody(Exchange) - Method in class org.apache.camel.component.netty.http.NettyHttpProducer
- getResponse() - Method in class org.apache.camel.component.netty.http.OutboundStreamHttpResponse
- getResponseBody(Exchange) - Method in class org.apache.camel.component.netty.http.handlers.HttpServerChannelHandler
- getResponseMessage(Exchange, ChannelHandlerContext, Object) - Method in class org.apache.camel.component.netty.http.handlers.HttpClientChannelHandler
- getRestrictMethod() - Method in class org.apache.camel.component.netty.http.handlers.HttpRestConsumerPath
- 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
- getSecurityOptions() - Method in class org.apache.camel.component.netty.http.NettyHttpEndpoint
- 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
- handlerAdded(ChannelHandlerContext) - Method in class org.apache.camel.component.netty.http.handlers.HttpInboundStreamHandler
- handlerRemoved(ChannelHandlerContext) - Method in class org.apache.camel.component.netty.http.handlers.HttpInboundStreamHandler
- hashCode() - Method in class org.apache.camel.component.netty.http.DefaultContextPathMatcher
- hashCode() - Method in class org.apache.camel.component.netty.http.RestContextPathMatcher
- 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_CHARACTER_ENCODING - Static variable in class org.apache.camel.component.netty.http.NettyHttpConstants
- HTTP_METHOD - Static variable in class org.apache.camel.component.netty.http.NettyHttpConstants
- HTTP_PATH - Static variable in class org.apache.camel.component.netty.http.NettyHttpConstants
- HTTP_PROTOCOL_VERSION - Static variable in class org.apache.camel.component.netty.http.NettyHttpConstants
- HTTP_QUERY - Static variable in class org.apache.camel.component.netty.http.NettyHttpConstants
- HTTP_RAW_QUERY - Static variable in class org.apache.camel.component.netty.http.NettyHttpConstants
- HTTP_RESPONSE_CODE - 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
-
Deprecated.
- HTTP_URI - Static variable in class org.apache.camel.component.netty.http.NettyHttpConstants
- HTTP_URL - 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 the HTTP server, called by this client. - HttpClientChannelHandler(NettyHttpProducer) - Constructor for class org.apache.camel.component.netty.http.handlers.HttpClientChannelHandler
- HttpClientInitializerFactory - Class in org.apache.camel.component.netty.http
-
ClientInitializerFactory
for the Netty HTTP client. - HttpClientInitializerFactory() - Constructor for class org.apache.camel.component.netty.http.HttpClientInitializerFactory
- HttpClientInitializerFactory(NettyHttpProducer) - Constructor for class org.apache.camel.component.netty.http.HttpClientInitializerFactory
- HttpInboundStreamHandler - Class in org.apache.camel.component.netty.http.handlers
- HttpInboundStreamHandler() - Constructor for class org.apache.camel.component.netty.http.handlers.HttpInboundStreamHandler
- HttpOutboundStreamHandler - Class in org.apache.camel.component.netty.http.handlers
- HttpOutboundStreamHandler() - Constructor for class org.apache.camel.component.netty.http.handlers.HttpOutboundStreamHandler
- HttpPrincipal - Class in org.apache.camel.component.netty.http
-
Http
Principal
. - HttpPrincipal(String, String) - Constructor for class org.apache.camel.component.netty.http.HttpPrincipal
- HttpPrincipalCallbackHandler(HttpPrincipal) - Constructor for class org.apache.camel.component.netty.http.SecurityAuthenticatorSupport.HttpPrincipalCallbackHandler
- HttpRestConsumerPath - Class in org.apache.camel.component.netty.http.handlers
- HttpRestConsumerPath(HttpServerChannelHandler) - Constructor for class org.apache.camel.component.netty.http.handlers.HttpRestConsumerPath
- 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. - HttpServerInitializerFactory - Class in org.apache.camel.component.netty.http
-
ServerInitializerFactory
for the Netty HTTP server. - HttpServerInitializerFactory() - Constructor for class org.apache.camel.component.netty.http.HttpServerInitializerFactory
- HttpServerInitializerFactory(NettyHttpConsumer) - Constructor for class org.apache.camel.component.netty.http.HttpServerInitializerFactory
- HttpServerMultiplexChannelHandler - Class in org.apache.camel.component.netty.http.handlers
-
A multiplex
HttpServerInitializerFactory
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
- HttpServerSharedInitializerFactory - Class in org.apache.camel.component.netty.http
-
A shared
HttpServerInitializerFactory
for a shared Netty HTTP server. - HttpServerSharedInitializerFactory(NettySharedHttpServerBootstrapConfiguration, HttpServerConsumerChannelFactory, CamelContext) - Constructor for class org.apache.camel.component.netty.http.HttpServerSharedInitializerFactory
I
- InboundStreamHttpRequest - Class in org.apache.camel.component.netty.http
- InboundStreamHttpRequest(HttpRequest, InputStream) - Constructor for class org.apache.camel.component.netty.http.InboundStreamHttpRequest
- InboundStreamHttpResponse - Class in org.apache.camel.component.netty.http
- InboundStreamHttpResponse(HttpResponse, InputStream) - Constructor for class org.apache.camel.component.netty.http.InboundStreamHttpResponse
- init(int) - Method in class org.apache.camel.component.netty.http.handlers.HttpServerMultiplexChannelHandler
- init(int) - Method in interface org.apache.camel.component.netty.http.HttpServerConsumerChannelFactory
-
Initializes this consumer channel factory with the given port.
- init(CamelContext, NettyServerBootstrapConfiguration, ChannelInitializer<Channel>) - Method in class org.apache.camel.component.netty.http.HttpServerBootstrapFactory
- initChannel(Channel) - Method in class org.apache.camel.component.netty.http.HttpClientInitializerFactory
- initChannel(Channel) - Method in class org.apache.camel.component.netty.http.HttpServerInitializerFactory
- initChannel(Channel) - Method in class org.apache.camel.component.netty.http.HttpServerSharedInitializerFactory
- 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
- isEnabled(String) - Method in class org.apache.camel.component.netty.http.NettyHttpEndpointUriFactory
- isEndOfInput() - Method in class org.apache.camel.component.netty.http.OutboundStreamHttpRequest
- isEndOfInput() - Method in class org.apache.camel.component.netty.http.OutboundStreamHttpResponse
- isHttpProxy() - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
- isLenientProperties() - Method in class org.apache.camel.component.netty.http.NettyHttpEndpoint
- isLenientProperties() - Method in class org.apache.camel.component.netty.http.NettyHttpEndpointUriFactory
- isLogWarnOnBadRequest() - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
- isMapHeaders() - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
- isMatchOnUriPrefix() - Method in class org.apache.camel.component.netty.http.handlers.HttpRestConsumerPath
- isMatchOnUriPrefix() - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
- isMuteException() - Method in class org.apache.camel.component.netty.http.NettyHttpComponent
- isMuteException() - 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
- isStatusCodeOk(int, String) - Static method in class org.apache.camel.component.netty.http.NettyHttpHelper
-
Checks whether the given http status code is within the ok range
- isSynchronous() - 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
- isUseGlobalSslContextParameters() - Method in class org.apache.camel.component.netty.http.NettyHttpComponent
- isUseRelativePath() - 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
- length() - Method in class org.apache.camel.component.netty.http.OutboundStreamHttpRequest
- length() - Method in class org.apache.camel.component.netty.http.OutboundStreamHttpResponse
- load(TypeConverterRegistry) - Method in class org.apache.camel.component.netty.http.NettyHttpConverterLoader
- 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 a regular url.
- matches(String) - Method in class org.apache.camel.component.netty.http.DefaultContextPathMatcher
- matchesRest(String, boolean) - Method in interface org.apache.camel.component.netty.http.ContextPathMatcher
-
Whether the target context-path matches a REST url.
- matchesRest(String, boolean) - Method in class org.apache.camel.component.netty.http.DefaultContextPathMatcher
- matchesRest(String, boolean) - Method in class org.apache.camel.component.netty.http.RestContextPathMatcher
- matchesRoles(String, String) - Method in class org.apache.camel.component.netty.http.handlers.HttpServerChannelHandler
- matchMethod(String, String) - Method in interface org.apache.camel.component.netty.http.ContextPathMatcher
-
Matches the given request HTTP method with the configured HTTP method of the consumer
- matchMethod(String, String) - Method in class org.apache.camel.component.netty.http.DefaultContextPathMatcher
- matchMethod(String, String) - Method in class org.apache.camel.component.netty.http.RestContextPathMatcher
- matchOnUriPrefix - Variable in class org.apache.camel.component.netty.http.DefaultContextPathMatcher
- matchRestPath(String, String, boolean) - Method in class org.apache.camel.component.netty.http.RestContextPathMatcher
-
Matches the given request path with the configured consumer path
- multiValuePrefixes() - Method in class org.apache.camel.component.netty.http.NettyHttpEndpointUriFactory
N
- NETTY_CLOSE_CHANNEL_WHEN_COMPLETE - Static variable in class org.apache.camel.component.netty.http.NettyHttpConstants
- NettyChannelBufferStreamCache - Class in org.apache.camel.component.netty.http
-
A
ByteBuf
which is exposed as anInputStream
which makes it very easy to use by Camel and other Camel components. - NettyChannelBufferStreamCache(ByteBuf) - Constructor for class org.apache.camel.component.netty.http.NettyChannelBufferStreamCache
- NettyChannelBufferStreamCacheOnCompletion - Class in org.apache.camel.component.netty.http
-
A
Synchronization
to handle the lifecycle of theNettyChannelBufferStreamCache
so the cache is released when the unit of work of the Exchange is done. - NettyChannelBufferStreamCacheOnCompletion(NettyChannelBufferStreamCache) - Constructor for class org.apache.camel.component.netty.http.NettyChannelBufferStreamCacheOnCompletion
- 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
- NettyHttpComponentConfigurer - Class in org.apache.camel.component.netty.http
-
Generated by camel build tools - do NOT edit this file!
- NettyHttpComponentConfigurer() - Constructor for class org.apache.camel.component.netty.http.NettyHttpComponentConfigurer
- 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
- NettyHttpConfigurationConfigurer - Class in org.apache.camel.component.netty.http
-
Generated by camel build tools - do NOT edit this file!
- NettyHttpConfigurationConfigurer() - Constructor for class org.apache.camel.component.netty.http.NettyHttpConfigurationConfigurer
- 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
- NettyHttpConverterLoader - Class in org.apache.camel.component.netty.http
-
Generated by camel build tools - do NOT edit this file!
- NettyHttpConverterLoader() - Constructor for class org.apache.camel.component.netty.http.NettyHttpConverterLoader
- NettyHttpEndpoint - Class in org.apache.camel.component.netty.http
-
Netty HTTP server and client using the Netty 4.x.
- NettyHttpEndpoint(String, NettyHttpComponent, NettyConfiguration) - Constructor for class org.apache.camel.component.netty.http.NettyHttpEndpoint
- NettyHttpEndpointConfigurer - Class in org.apache.camel.component.netty.http
-
Generated by camel build tools - do NOT edit this file!
- NettyHttpEndpointConfigurer() - Constructor for class org.apache.camel.component.netty.http.NettyHttpEndpointConfigurer
- NettyHttpEndpointUriFactory - Class in org.apache.camel.component.netty.http
-
Generated by camel build tools - do NOT edit this file!
- NettyHttpEndpointUriFactory() - Constructor for class org.apache.camel.component.netty.http.NettyHttpEndpointUriFactory
- NettyHttpHeaderFilterStrategy - Class in org.apache.camel.component.netty.http
-
Default Netty
HeaderFilterStrategy
used when binding withNettyHttpBinding
. - 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(CamelContext, FullHttpRequest, FullHttpResponse) - 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, HttpContent) - 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
- NettyHttpRestHeaderFilterStrategy - Class in org.apache.camel.component.netty.http
-
Default Netty
HeaderFilterStrategy
used when binding withNettyHttpBinding
. - NettyHttpRestHeaderFilterStrategy(String, String) - Constructor for class org.apache.camel.component.netty.http.NettyHttpRestHeaderFilterStrategy
- 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
- NettyHttpSendDynamicAware - Class in org.apache.camel.component.netty.http
- NettyHttpSendDynamicAware() - Constructor for class org.apache.camel.component.netty.http.NettyHttpSendDynamicAware
- NettyHttpServiceExpression - Class in org.apache.camel.component.netty.http.cloud
- NettyHttpServiceExpression() - Constructor for class org.apache.camel.component.netty.http.cloud.NettyHttpServiceExpression
- NettyHttpServiceExpression(String, String) - Constructor for class org.apache.camel.component.netty.http.cloud.NettyHttpServiceExpression
- NettyHttpServiceExpressionFactory - Class in org.apache.camel.component.netty.http.cloud
- NettyHttpServiceExpressionFactory() - Constructor for class org.apache.camel.component.netty.http.cloud.NettyHttpServiceExpressionFactory
- NettyHttpServiceExpressionFactoryConfigurer - Class in org.apache.camel.component.netty.http.cloud
-
Generated by camel build tools - do NOT edit this file!
- NettyHttpServiceExpressionFactoryConfigurer() - Constructor for class org.apache.camel.component.netty.http.cloud.NettyHttpServiceExpressionFactoryConfigurer
- 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
- newInstance(CamelContext) - Method in class org.apache.camel.component.netty.http.cloud.NettyHttpServiceExpressionFactory
O
- onDone(Exchange) - Method in class org.apache.camel.component.netty.http.NettyChannelBufferStreamCacheOnCompletion
- org.apache.camel.component.netty.http - package org.apache.camel.component.netty.http
- org.apache.camel.component.netty.http.cloud - package org.apache.camel.component.netty.http.cloud
- org.apache.camel.component.netty.http.handlers - package org.apache.camel.component.netty.http.handlers
- OutboundStreamHttpRequest - Class in org.apache.camel.component.netty.http
- OutboundStreamHttpRequest(InputStream, DefaultHttpRequest) - Constructor for class org.apache.camel.component.netty.http.OutboundStreamHttpRequest
- OutboundStreamHttpResponse - Class in org.apache.camel.component.netty.http
- OutboundStreamHttpResponse(InputStream, DefaultHttpResponse) - Constructor for class org.apache.camel.component.netty.http.OutboundStreamHttpResponse
P
- parseConfiguration(NettyConfiguration, String, Map<String, Object>) - Method in class org.apache.camel.component.netty.http.NettyHttpComponent
- path - Variable in class org.apache.camel.component.netty.http.DefaultContextPathMatcher
- populateCamelHeaders(HttpRequest, 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 aMap
. - populateCamelHeaders(HttpRequest, Map<String, Object>, Exchange, NettyHttpConfiguration) - Method in class org.apache.camel.component.netty.http.RestNettyHttpBinding
- populateCamelHeaders(HttpResponse, Map<String, Object>, Exchange, NettyHttpConfiguration) - Method in class org.apache.camel.component.netty.http.DefaultNettyHttpBinding
- 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 aMap
. - populateNettyHttpOperationFailedException(Exchange, String, FullHttpResponse, int, boolean) - Static method in class org.apache.camel.component.netty.http.NettyHttpHelper
- position() - Method in class org.apache.camel.component.netty.http.NettyChannelBufferStreamCache
- process(Exchange, AsyncCallback) - Method in class org.apache.camel.component.netty.http.NettyHttpProducer
- progress() - Method in class org.apache.camel.component.netty.http.OutboundStreamHttpRequest
- progress() - Method in class org.apache.camel.component.netty.http.OutboundStreamHttpResponse
- propertyNames() - Method in class org.apache.camel.component.netty.http.NettyHttpEndpointUriFactory
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
- readChunk(ByteBufAllocator) - Method in class org.apache.camel.component.netty.http.OutboundStreamHttpRequest
- readChunk(ByteBufAllocator) - Method in class org.apache.camel.component.netty.http.OutboundStreamHttpResponse
- readChunk(ChannelHandlerContext) - Method in class org.apache.camel.component.netty.http.OutboundStreamHttpRequest
-
Deprecated.
- readChunk(ChannelHandlerContext) - Method in class org.apache.camel.component.netty.http.OutboundStreamHttpResponse
-
Deprecated.
- release() - Method in class org.apache.camel.component.netty.http.NettyChannelBufferStreamCache
-
Release the buffer when we are done using it.
- removeCamelHeaders(Exchange) - Method in class org.apache.camel.component.netty.http.NettyHttpProducer
-
Remove Camel headers from Out message
- removeConsumer(NettyHttpConsumer) - Method in class org.apache.camel.component.netty.http.handlers.HttpServerMultiplexChannelHandler
- removeConsumer(NettyHttpConsumer) - Method in interface org.apache.camel.component.netty.http.HttpServerConsumerChannelFactory
-
Removes the given consumer
- removeConsumer(NettyConsumer) - Method in class org.apache.camel.component.netty.http.HttpServerBootstrapFactory
- reset() - Method in class org.apache.camel.component.netty.http.NettyChannelBufferStreamCache
- reset() - Method in class org.apache.camel.component.netty.http.NettyHttpMessage
- RestContextPathMatcher - Class in org.apache.camel.component.netty.http
-
A
ContextPathMatcher
that supports the Rest DSL. - RestContextPathMatcher(String, String, String, boolean) - Constructor for class org.apache.camel.component.netty.http.RestContextPathMatcher
- RestNettyHttpBinding - Class in org.apache.camel.component.netty.http
-
A
NettyHttpBinding
that supports the Rest DSL. - RestNettyHttpBinding() - Constructor for class org.apache.camel.component.netty.http.RestNettyHttpBinding
- RestNettyHttpBinding(HeaderFilterStrategy) - Constructor for class org.apache.camel.component.netty.http.RestNettyHttpBinding
- 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
- secretPropertyNames() - Method in class org.apache.camel.component.netty.http.NettyHttpEndpointUriFactory
- 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. - 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
- setBridgeEndpoint(boolean) - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
-
If the option is true, the producer will ignore the NettyHttpConstants.HTTP_URI header, and use the endpoint's URI for request.
- setCamelContext(CamelContext) - Method in class org.apache.camel.component.netty.http.DefaultNettySharedHttpServer
- setCamelContext(CamelContext) - Method in class org.apache.camel.component.netty.http.NettyHttpConverterLoader
- setCamelContext(CamelContext) - Method in interface org.apache.camel.component.netty.http.NettySharedHttpServer
-
The CamelContext
- 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.NettyHttpConfiguration
-
Value in bytes the max content length per chunked frame received on the Netty HTTP server.
- setChunkedMaxContentLength(int) - Method in class org.apache.camel.component.netty.http.NettySharedHttpServerBootstrapConfiguration
- setCompression(boolean) - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
-
Allow using gzip/deflate for compression on the Netty HTTP server if the client supports it from the HTTP headers.
- setCompression(boolean) - Method in class org.apache.camel.component.netty.http.NettySharedHttpServerBootstrapConfiguration
- setConfiguration(NettyHttpConfiguration) - Method in class org.apache.camel.component.netty.http.NettyHttpComponent
- setConfiguration(NettyConfiguration) - Method in class org.apache.camel.component.netty.http.NettyHttpEndpoint
- setConstraint(String) - Method in class org.apache.camel.component.netty.http.NettyHttpSecurityConfiguration
-
The supported restricted.
- setCookieHandler(CookieHandler) - Method in class org.apache.camel.component.netty.http.NettyHttpEndpoint
-
Configure a cookie handler to maintain a HTTP session
- setDisableStreamCache(boolean) - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
-
Determines whether or not the raw input stream from Netty HttpRequest#getContent() or HttpResponset#getContent() is cached or not (Camel will read the stream into a in light-weight memory based Stream caching) cache.
- 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
-
To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter headers.
- setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.netty.http.NettyHttpEndpoint
-
To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter headers.
- setHost(String) - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
-
The local hostname such as localhost, or 0.0.0.0 when being a consumer.
- setHttpMethodRestrict(String) - Method in class org.apache.camel.component.netty.http.NettyHttpEndpoint
-
To disable HTTP methods on the Netty HTTP consumer.
- setHttpRequest(FullHttpRequest) - Method in class org.apache.camel.component.netty.http.NettyHttpMessage
- setHttpResponse(FullHttpResponse) - Method in class org.apache.camel.component.netty.http.NettyHttpMessage
- 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)
- setLogWarnOnBadRequest(boolean) - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
-
Whether Netty HTTP server should log a WARN if decoding the HTTP request failed and a HTTP Status 400 (bad request) is returned.
- setMapHeaders(boolean) - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
-
If this option is enabled, then during binding from Netty to Camel Message then the headers will be mapped as well (eg added as header to the Camel Message as well).
- setMatchOnUriPrefix(boolean) - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
-
Whether or not Camel should try to find a target consumer by matching the URI prefix if no exact match is found.
- setMaxChunkSize(int) - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
-
The maximum length of the content or each chunk.
- setMaxChunkSize(int) - Method in class org.apache.camel.component.netty.http.NettySharedHttpServerBootstrapConfiguration
- setMaxHeaderSize(int) - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
-
The maximum length of all headers.
- setMaxHeaderSize(int) - Method in class org.apache.camel.component.netty.http.NettySharedHttpServerBootstrapConfiguration
- setMaxInitialLineLength(int) - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
-
The maximum length of the initial line (e.g.
- setMaxInitialLineLength(int) - Method in class org.apache.camel.component.netty.http.NettySharedHttpServerBootstrapConfiguration
- setMuteException(boolean) - Method in class org.apache.camel.component.netty.http.NettyHttpComponent
-
If enabled and an Exchange failed processing on the consumer side the response's body won't contain the exception's stack trace.
- setMuteException(boolean) - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
-
If enabled and an Exchange failed processing on the consumer side the response's body won't contain the exception's stack trace.
- 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
-
To use a custom org.apache.camel.component.netty.http.NettyHttpBinding for binding to/from Netty and Camel Message API.
- setNettyHttpBinding(NettyHttpBinding) - Method in class org.apache.camel.component.netty.http.NettyHttpEndpoint
-
To use a custom org.apache.camel.component.netty.http.NettyHttpBinding for binding to/from Netty and Camel Message API.
- 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
-
To use a shared Netty HTTP server.
- setOkStatusCodeRange(String) - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
-
The status codes which are considered a success response.
- setPath(String) - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
-
Resource path
- setPort(int) - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
-
The port number.
- setProtocol(String) - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
-
The protocol to use which is either http, https or proxy - a consumer only option.
- setRealm(String) - Method in class org.apache.camel.component.netty.http.NettyHttpSecurityConfiguration
-
Sets the name of the realm to use.
- setRoleClassNames(String) - Method in interface org.apache.camel.component.netty.http.SecurityAuthenticator
-
Sets the role class names (separated by comma)
- 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 theHttpPrincipal
. - setSecurityConfiguration(NettyHttpSecurityConfiguration) - Method in class org.apache.camel.component.netty.http.NettyHttpComponent
-
Refers to a org.apache.camel.component.netty.http.NettyHttpSecurityConfiguration for configuring secure web resources.
- setSecurityConfiguration(NettyHttpSecurityConfiguration) - Method in class org.apache.camel.component.netty.http.NettyHttpEndpoint
-
Refers to a org.apache.camel.component.netty.http.NettyHttpSecurityConfiguration for configuring secure web resources.
- 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 - setSecurityOptions(Map<String, Object>) - Method in class org.apache.camel.component.netty.http.NettyHttpEndpoint
-
To configure NettyHttpSecurityConfiguration using key/value pairs from the map
- setSend503whenSuspended(boolean) - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
-
Whether to send back HTTP status code 503 when the consumer has been suspended.
- 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
- setSynchronous(boolean) - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
- 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
-
Option to disable throwing the HttpOperationFailedException in case of failed responses from the remote server.
- setTraceEnabled(boolean) - Method in class org.apache.camel.component.netty.http.NettyHttpEndpoint
-
Specifies whether to enable HTTP TRACE for this Netty HTTP consumer.
- setTransferException(boolean) - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
-
If enabled and an Exchange failed processing on the consumer side, and if the caused Exception was send back serialized in the response as a application/x-java-serialized-object content type.
- setUrlDecodeHeaders(boolean) - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
-
If this option is enabled, then during binding from Netty to Camel Message then the header values will be URL decoded (eg %20 will be a space character.
- setUseGlobalSslContextParameters(boolean) - Method in class org.apache.camel.component.netty.http.NettyHttpComponent
-
Enable usage of global SSL context parameters.
- setUseRelativePath(boolean) - Method in class org.apache.camel.component.netty.http.NettyHttpConfiguration
-
Sets whether to use a relative path in HTTP requests.
- 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.HttpServerInitializerFactory
- stop() - Method in class org.apache.camel.component.netty.http.HttpServerBootstrapFactory
T
- toByteBuf(NettyChannelBufferStreamCache, Exchange) - Static method in class org.apache.camel.component.netty.http.NettyHttpConverter
- toBytes(FullHttpResponse, Exchange) - Static method in class org.apache.camel.component.netty.http.NettyHttpConverter
- toCamelMessage(FullHttpRequest, Exchange, NettyHttpConfiguration) - Method in class org.apache.camel.component.netty.http.DefaultNettyHttpBinding
- toCamelMessage(FullHttpRequest, Exchange, NettyHttpConfiguration) - Method in interface org.apache.camel.component.netty.http.NettyHttpBinding
-
Binds from Netty
HttpRequest
to CamelMessage
. - toCamelMessage(FullHttpResponse, Exchange, NettyHttpConfiguration) - Method in class org.apache.camel.component.netty.http.DefaultNettyHttpBinding
- toCamelMessage(FullHttpResponse, Exchange, NettyHttpConfiguration) - Method in interface org.apache.camel.component.netty.http.NettyHttpBinding
-
Binds from Netty
HttpResponse
to CamelMessage
. - toCamelMessage(InboundStreamHttpRequest, Exchange, NettyHttpConfiguration) - Method in class org.apache.camel.component.netty.http.DefaultNettyHttpBinding
- toCamelMessage(InboundStreamHttpRequest, Exchange, NettyHttpConfiguration) - Method in interface org.apache.camel.component.netty.http.NettyHttpBinding
-
Binds from Netty
InboundStreamHttpRequest
to CamelMessage
. - toCamelMessage(InboundStreamHttpResponse, Exchange, NettyHttpConfiguration) - Method in class org.apache.camel.component.netty.http.DefaultNettyHttpBinding
- toCamelMessage(InboundStreamHttpResponse, Exchange, NettyHttpConfiguration) - Method in interface org.apache.camel.component.netty.http.NettyHttpBinding
-
Binds from Netty
InboundStreamHttpResponse
to CamelMessage
. - toInputStream(FullHttpResponse, 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 NettyHttpRequest
. - 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 NettyHttpResponse
. - toString() - Method in class org.apache.camel.component.netty.http.handlers.HttpRestConsumerPath
- toString() - Method in class org.apache.camel.component.netty.http.HttpPrincipal
- toString(FullHttpResponse, Exchange) - Static method in class org.apache.camel.component.netty.http.NettyHttpConverter
W
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class org.apache.camel.component.netty.http.handlers.HttpOutboundStreamHandler
- writeTo(OutputStream) - Method in class org.apache.camel.component.netty.http.NettyChannelBufferStreamCache
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form