Uses of Class
org.apache.directory.server.dns.messages.ProtocolType

Packages that use ProtocolType
org.apache.directory.server.dns.messages Provides message objects for DNS messages and resource records. 
 

Uses of ProtocolType in org.apache.directory.server.dns.messages
 

Methods in org.apache.directory.server.dns.messages that return ProtocolType
static ProtocolType ProtocolType.convert(byte value)
          Converts an ordinal value into a ProtocolType.
static ProtocolType ProtocolType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ProtocolType[] ProtocolType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.