Uses of Package
org.apache.camel.component.netty.http

Packages that use org.apache.camel.component.netty.http
org.apache.camel.component.netty.http   
org.apache.camel.component.netty.http.handlers   
 

Classes in org.apache.camel.component.netty.http used by org.apache.camel.component.netty.http
ContextPathMatcher
          A matcher used for selecting the correct HttpServerChannelHandler to handle an incoming HttpRequest when you use multiple routes on the same port.
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
          HTTP based NettyEndpoint
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
           
SecurityAuthenticator
          A SecurityAuthenticator allows to plugin custom authenticators, such as JAAS based or custom implementations.
SecurityAuthenticatorSupport
          A base class for SecurityAuthenticator.
SecurityConstraint
           
 

Classes in org.apache.camel.component.netty.http used by org.apache.camel.component.netty.http.handlers
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