Class NettyHttpComponentConfigurer

java.lang.Object
org.apache.camel.support.component.PropertyConfigurerSupport
org.apache.camel.component.netty.NettyComponentConfigurer
org.apache.camel.component.netty.http.NettyHttpComponentConfigurer
All Implemented Interfaces:
org.apache.camel.spi.GeneratedPropertyConfigurer, org.apache.camel.spi.PropertyConfigurer, org.apache.camel.spi.PropertyConfigurerGetter

@Generated("org.apache.camel.maven.packaging.EndpointSchemaGeneratorMojo") public class NettyHttpComponentConfigurer extends org.apache.camel.component.netty.NettyComponentConfigurer implements org.apache.camel.spi.GeneratedPropertyConfigurer, org.apache.camel.spi.PropertyConfigurerGetter
Generated by camel build tools - do NOT edit this file!
  • Field Summary

    Fields inherited from class org.apache.camel.support.component.PropertyConfigurerSupport

    MAGIC_VALUE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    configure(org.apache.camel.CamelContext camelContext, Object obj, String name, Object value, boolean ignoreCase)
     
    getOptionType(String name, boolean ignoreCase)
     
    getOptionValue(Object obj, String name, boolean ignoreCase)
     

    Methods inherited from class org.apache.camel.component.netty.NettyComponentConfigurer

    getCollectionValueType

    Methods inherited from class org.apache.camel.support.component.PropertyConfigurerSupport

    property

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.camel.spi.PropertyConfigurerGetter

    getAutowiredNames, getCollectionValueType
  • Constructor Details

    • NettyHttpComponentConfigurer

      public NettyHttpComponentConfigurer()
  • Method Details

    • configure

      public boolean configure(org.apache.camel.CamelContext camelContext, Object obj, String name, Object value, boolean ignoreCase)
      Specified by:
      configure in interface org.apache.camel.spi.PropertyConfigurer
      Overrides:
      configure in class org.apache.camel.component.netty.NettyComponentConfigurer
    • getOptionType

      public Class<?> getOptionType(String name, boolean ignoreCase)
      Specified by:
      getOptionType in interface org.apache.camel.spi.PropertyConfigurerGetter
      Overrides:
      getOptionType in class org.apache.camel.component.netty.NettyComponentConfigurer
    • getOptionValue

      public Object getOptionValue(Object obj, String name, boolean ignoreCase)
      Specified by:
      getOptionValue in interface org.apache.camel.spi.PropertyConfigurerGetter
      Overrides:
      getOptionValue in class org.apache.camel.component.netty.NettyComponentConfigurer