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 TypeClassDescriptionclass
A defaultNettySharedHttpServer
to 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 TypeMethodDescriptionvoid
NettyHttpEndpoint.setNettySharedHttpServer
(NettySharedHttpServer nettySharedHttpServer) To use a shared Netty HTTP server.