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. |
HttpServerPipelineFactory
ServerPipelineFactory for the Netty HTTP server. |
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 3.x library.
|
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