Package org.xbill.DNS

Class IPSECKEYRecord.Gateway

java.lang.Object
org.xbill.DNS.IPSECKEYRecord.Gateway
Enclosing class:
IPSECKEYRecord

public static class IPSECKEYRecord.Gateway extends Object
Gateway types for IPSECKEY RRs as defined in IPSECKEY Resource Record Parameters.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    A 4-byte IPv4 address is present
    static final int
    A 16-byte IPv6 address is present
    static final int
    A wire-encoded domain name is present
    static final int
    No gateway is present
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • Gateway

      private Gateway()