Uses of Interface
org.apache.camel.component.netty.http.NettySharedHttpServer

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

Uses of NettySharedHttpServer in org.apache.camel.component.netty.http
 

Classes in org.apache.camel.component.netty.http that implement NettySharedHttpServer
 class DefaultNettySharedHttpServer
          A default NettySharedHttpServer to make sharing Netty server in Camel applications easier.
 

Methods in org.apache.camel.component.netty.http that return NettySharedHttpServer
 NettySharedHttpServer NettyHttpEndpoint.getNettySharedHttpServer()
           
 

Methods in org.apache.camel.component.netty.http with parameters of type NettySharedHttpServer
 void NettyHttpEndpoint.setNettySharedHttpServer(NettySharedHttpServer nettySharedHttpServer)
           
 



Apache Camel