| Package | Description |
|---|---|
| org.apache.camel.component.netty.http | |
| org.apache.camel.component.netty.http.handlers |
| Class and Description |
|---|
| ContextPathMatcher
A matcher used for selecting the correct
HttpServerChannelHandler to handle an incoming
HttpRequest when you use multiple routes on the same port. |
| DefaultContextPathMatcher
A default
ContextPathMatcher which supports the matchOnUriPrefix option. |
| DefaultNettyHttpBinding
Default
NettyHttpBinding. |
| HttpPrincipal
Http
Principal. |
| HttpServerBootstrapFactory |
| HttpServerConsumerChannelFactory
Factory for setting up Netty
ChannelHandler bound to a given Netty port. |
HttpServerInitializerFactory
ServerInitializerFactory for the Netty HTTP server. |
| InboundStreamHttpRequest |
| InboundStreamHttpResponse |
| NettyChannelBufferStreamCache
A
ByteBuf which is exposed as an InputStream which makes it very easy to use by Camel and other Camel
components. |
| NettyHttpBinding
To bind Netty http codec with the Camel
Message api. |
| NettyHttpComponent
Netty HTTP based component.
|
| NettyHttpConfiguration
Extended configuration for using HTTP with Netty.
|
| NettyHttpConsumer
HTTP based
NettyConsumer |
| NettyHttpEndpoint
Netty HTTP server and client using the Netty 4.x.
|
| NettyHttpHeaderFilterStrategy
Default Netty
HeaderFilterStrategy used when binding with NettyHttpBinding. |
| NettyHttpProducer
HTTP based
NettyProducer. |
| NettyHttpSecurityConfiguration
Security configuration for the
NettyHttpConsumer. |
| NettySharedHttpServer
A single interface to easily configure and setup a shared Netty HTTP server to be re-used among other Camel
applications.
|
| NettySharedHttpServerBootstrapConfiguration |
| RestNettyHttpBinding
A
NettyHttpBinding that supports the Rest DSL. |
| SecurityAuthenticator
A
SecurityAuthenticator allows to plugin custom authenticators, such as JAAS based or custom implementations. |
| SecurityAuthenticatorSupport
A base class for
SecurityAuthenticator. |
| SecurityConstraint |
| Class and Description |
|---|
| HttpPrincipal
Http
Principal. |
| HttpServerConsumerChannelFactory
Factory for setting up Netty
ChannelHandler bound to a given Netty port. |
| NettyHttpConsumer
HTTP based
NettyConsumer |
| NettyHttpProducer
HTTP based
NettyProducer. |
| SecurityAuthenticator
A
SecurityAuthenticator allows to plugin custom authenticators, such as JAAS based or custom implementations. |
Apache Camel