Uses of Class
org.apache.camel.component.netty.NettyConsumer
Packages that use NettyConsumer
-
Uses of NettyConsumer in org.apache.camel.component.netty
Methods in org.apache.camel.component.netty with parameters of type NettyConsumerModifier and TypeMethodDescriptionvoidClientModeTCPNettyServerBootstrapFactory.addConsumer(NettyConsumer consumer) voidNettyServerBootstrapFactory.addConsumer(NettyConsumer consumer) When aNettyConsumeris added and uses this bootstrap factory.voidSingleTCPNettyServerBootstrapFactory.addConsumer(NettyConsumer consumer) voidSingleUDPNettyServerBootstrapFactory.addConsumer(NettyConsumer consumer) DefaultServerInitializerFactory.createPipelineFactory(NettyConsumer consumer) abstract ServerInitializerFactoryServerInitializerFactory.createPipelineFactory(NettyConsumer consumer) Creates a newServerInitializerFactoryusing the givenNettyConsumervoidClientModeTCPNettyServerBootstrapFactory.removeConsumer(NettyConsumer consumer) voidNettyServerBootstrapFactory.removeConsumer(NettyConsumer consumer) When aNettyConsumeris removed and no longer using this bootstrap factory.voidSingleTCPNettyServerBootstrapFactory.removeConsumer(NettyConsumer consumer) voidSingleUDPNettyServerBootstrapFactory.removeConsumer(NettyConsumer consumer) Constructors in org.apache.camel.component.netty with parameters of type NettyConsumerModifierConstructorDescriptionDefaultServerInitializerFactory(NettyConsumer consumer) NettyConsumerExceptionHandler(NettyConsumer consumer) -
Uses of NettyConsumer in org.apache.camel.component.netty.handlers
Methods in org.apache.camel.component.netty.handlers with parameters of type NettyConsumerModifier and TypeMethodDescriptionprotected io.netty.channel.ChannelFutureListenerServerChannelHandler.createResponseFutureListener(NettyConsumer consumer, org.apache.camel.Exchange exchange, SocketAddress remoteAddress) Creates theChannelFutureListenerto execute when writing the response is complete.Constructors in org.apache.camel.component.netty.handlers with parameters of type NettyConsumerModifierConstructorDescriptionServerChannelHandler(NettyConsumer consumer) ServerResponseFutureListener(NettyConsumer consumer, org.apache.camel.Exchange exchange, SocketAddress remoteAddress)