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

Packages that use ResponseCode
org.apache.directory.server.dns Provides the entry point to an instance of the DnsServer, as well as support for configuration and the root of the exception hierarchy. 
org.apache.directory.server.dns.messages Provides message objects for DNS messages and resource records. 
 

Uses of ResponseCode in org.apache.directory.server.dns
 

Constructors in org.apache.directory.server.dns with parameters of type ResponseCode
DnsException(ResponseCode responseCode)
          Creates a DnsException with a response code.
 

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

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

Methods in org.apache.directory.server.dns.messages with parameters of type ResponseCode
 void DnsMessageModifier.setResponseCode(ResponseCode responseCode)
           
 

Constructors in org.apache.directory.server.dns.messages with parameters of type ResponseCode
DnsMessage(int transactionId, MessageType messageType, OpCode opCode, boolean authoritativeAnswer, boolean truncated, boolean recursionDesired, boolean recursionAvailable, boolean reserved, boolean acceptNonAuthenticatedData, ResponseCode responseCode, java.util.List<QuestionRecord> question, java.util.List<ResourceRecord> answer, java.util.List<ResourceRecord> authority, java.util.List<ResourceRecord> additional)
          Creates a new instance of DnsMessage.
 



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