Uses of Class
org.apache.camel.component.netty.NettyEndpoint
Packages that use NettyEndpoint
-
Uses of NettyEndpoint in org.apache.camel.component.netty
Methods in org.apache.camel.component.netty that return NettyEndpointMethods in org.apache.camel.component.netty with parameters of type NettyEndpointModifier and TypeMethodDescriptionstatic Object
NettyPayloadHelper.getIn
(NettyEndpoint endpoint, org.apache.camel.Exchange exchange) static Object
NettyPayloadHelper.getOut
(NettyEndpoint endpoint, org.apache.camel.Exchange exchange) Constructors in org.apache.camel.component.netty with parameters of type NettyEndpointModifierConstructorDescriptionNettyConsumer
(NettyEndpoint nettyEndpoint, org.apache.camel.Processor processor, NettyConfiguration configuration) NettyProducer
(NettyEndpoint nettyEndpoint, NettyConfiguration configuration)