Uses of Class
org.apache.camel.component.netty.http.NettyHttpConsumer
-
Packages that use NettyHttpConsumer Package Description org.apache.camel.component.netty.http org.apache.camel.component.netty.http.handlers -
-
Uses of NettyHttpConsumer in org.apache.camel.component.netty.http
Fields in org.apache.camel.component.netty.http declared as NettyHttpConsumer Modifier and Type Field Description protected NettyHttpConsumerHttpServerInitializerFactory. consumerMethods in org.apache.camel.component.netty.http with parameters of type NettyHttpConsumer Modifier and Type Method Description voidHttpServerConsumerChannelFactory. addConsumer(NettyHttpConsumer consumer)Adds the given consumer.protected HttpServerBootstrapFactoryNettyHttpComponent. getOrCreateHttpNettyServerBootstrapFactory(NettyHttpConsumer consumer)voidHttpServerConsumerChannelFactory. removeConsumer(NettyHttpConsumer consumer)Removes the given consumerConstructors in org.apache.camel.component.netty.http with parameters of type NettyHttpConsumer Constructor Description HttpServerInitializerFactory(NettyHttpConsumer nettyConsumer) -
Uses of NettyHttpConsumer in org.apache.camel.component.netty.http.handlers
Methods in org.apache.camel.component.netty.http.handlers that return NettyHttpConsumer Modifier and Type Method Description NettyHttpConsumerHttpServerChannelHandler. getConsumer()Methods in org.apache.camel.component.netty.http.handlers with parameters of type NettyHttpConsumer Modifier and Type Method Description voidHttpServerMultiplexChannelHandler. addConsumer(NettyHttpConsumer consumer)voidHttpServerMultiplexChannelHandler. removeConsumer(NettyHttpConsumer consumer)Constructors in org.apache.camel.component.netty.http.handlers with parameters of type NettyHttpConsumer Constructor Description HttpServerChannelHandler(NettyHttpConsumer consumer)
-