Uses of Interface
org.apache.camel.component.netty.http.NettySharedHttpServer
Packages that use NettySharedHttpServer
- 
Uses of NettySharedHttpServer in org.apache.camel.component.netty.http
Classes in org.apache.camel.component.netty.http that implement NettySharedHttpServerModifier and TypeClassDescriptionclassA defaultNettySharedHttpServerto make sharing Netty server in Camel applications easier.Methods in org.apache.camel.component.netty.http that return NettySharedHttpServerMethods in org.apache.camel.component.netty.http with parameters of type NettySharedHttpServerModifier and TypeMethodDescriptionvoidNettyHttpEndpoint.setNettySharedHttpServer(NettySharedHttpServer nettySharedHttpServer) To use a shared Netty HTTP server.