Uses of Class
org.apache.camel.component.netty.NettyComponent

Packages that use NettyComponent
org.apache.camel.component.netty   
 

Uses of NettyComponent in org.apache.camel.component.netty
 

Methods in org.apache.camel.component.netty that return NettyComponent
 NettyComponent NettyEndpoint.getComponent()
           
 

Methods in org.apache.camel.component.netty with parameters of type NettyComponent
 void NettyConfiguration.parseURI(URI uri, Map<String,Object> parameters, NettyComponent component, String... supportedProtocols)
           
 

Constructors in org.apache.camel.component.netty with parameters of type NettyComponent
NettyEndpoint(String endpointUri, NettyComponent component, NettyConfiguration configuration)
           
 



Apache Camel