Uses of Class
org.apache.camel.component.netty.NettyEndpoint
-
Packages that use NettyEndpoint Package Description org.apache.camel.component.netty -
-
Uses of NettyEndpoint in org.apache.camel.component.netty
Methods in org.apache.camel.component.netty that return NettyEndpoint Modifier and Type Method Description NettyEndpoint
NettyConsumer. getEndpoint()
NettyEndpoint
NettyProducer. getEndpoint()
Methods in org.apache.camel.component.netty with parameters of type NettyEndpoint Modifier and Type Method Description static 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 NettyEndpoint Constructor Description NettyConsumer(NettyEndpoint nettyEndpoint, org.apache.camel.Processor processor, NettyConfiguration configuration)
NettyProducer(NettyEndpoint nettyEndpoint, NettyConfiguration configuration)
-