public class NettyHttpEndpointConfigurer
extends org.apache.camel.component.netty.NettyEndpointConfigurer
implements org.apache.camel.spi.GeneratedPropertyConfigurer, org.apache.camel.spi.PropertyConfigurerGetter
| Constructor and Description |
|---|
NettyHttpEndpointConfigurer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.apache.camel.CamelContext camelContext,
Object obj,
String name,
Object value,
boolean ignoreCase) |
Object |
getCollectionValueType(Object target,
String name,
boolean ignoreCase) |
Class<?> |
getOptionType(String name,
boolean ignoreCase) |
Object |
getOptionValue(Object obj,
String name,
boolean ignoreCase) |
public boolean configure(org.apache.camel.CamelContext camelContext,
Object obj,
String name,
Object value,
boolean ignoreCase)
configure in interface org.apache.camel.spi.PropertyConfigurerconfigure in class org.apache.camel.component.netty.NettyEndpointConfigurerpublic Class<?> getOptionType(String name, boolean ignoreCase)
getOptionType in interface org.apache.camel.spi.PropertyConfigurerGettergetOptionType in class org.apache.camel.component.netty.NettyEndpointConfigurerpublic Object getOptionValue(Object obj, String name, boolean ignoreCase)
getOptionValue in interface org.apache.camel.spi.PropertyConfigurerGettergetOptionValue in class org.apache.camel.component.netty.NettyEndpointConfigurerpublic Object getCollectionValueType(Object target, String name, boolean ignoreCase)
getCollectionValueType in interface org.apache.camel.spi.PropertyConfigurerGettergetCollectionValueType in class org.apache.camel.component.netty.NettyEndpointConfigurerApache Camel