Class DnsConstants

java.lang.Object
org.apache.camel.component.dns.DnsConstants

public class DnsConstants extends Object
  • Field Details

    • OPERATION_DIG

      public static final String OPERATION_DIG
    • OPERATION_IP

      public static final String OPERATION_IP
    • OPERATION_LOOKUP

      public static final String OPERATION_LOOKUP
    • OPERATION_WIKIPEDIA

      public static final String OPERATION_WIKIPEDIA
    • DNS_CLASS

      @Metadata(label="lookup dig", description="The DNS class of the lookup. Should match the values of\n`org.xbill.dns.DClass`. Optional.", javaType="String") public static final String DNS_CLASS
      See Also:
    • DNS_NAME

      @Metadata(label="lookup", description="The name to lookup", javaType="String", required=true) public static final String DNS_NAME
      See Also:
    • DNS_DOMAIN

      @Metadata(label="ip", description="The domain name.", javaType="String", required=true) public static final String DNS_DOMAIN
      See Also:
    • DNS_SERVER

      @Metadata(label="dig", description="The server in particular for the query. If none is given, the default\none specified by the OS will be used. Optional.", javaType="String") public static final String DNS_SERVER
      See Also:
    • DNS_TYPE

      @Metadata(label="lookup dig", description="The type of the lookup. Should match the values of `org.xbill.dns.Type`.\nOptional.", javaType="String") public static final String DNS_TYPE
      See Also:
    • TERM

      @Metadata(label="wikipedia", description="The term", required=true) public static final String TERM
      See Also:
  • Constructor Details

    • DnsConstants

      protected DnsConstants()