Uses of Package
org.apache.directory.server.dns.messages

Packages that use org.apache.directory.server.dns.messages
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.io.decoder Provides the decoders for DNS messages and resource records. 
org.apache.directory.server.dns.io.encoder Provides the encoders for DNS messages and resource records. 
org.apache.directory.server.dns.messages Provides message objects for DNS messages and resource records. 
org.apache.directory.server.dns.service Provides the DNS Service. 
org.apache.directory.server.dns.store Provides RecordStore interface for serving DNS resource records to DnsServer
org.apache.directory.server.dns.store.jndi   
org.apache.directory.server.dns.store.jndi.operations Provides Command pattern objects for working with the JNDI backing store. 
 

Classes in org.apache.directory.server.dns.messages used by org.apache.directory.server.dns
ResponseCode
           
 

Classes in org.apache.directory.server.dns.messages used by org.apache.directory.server.dns.io.decoder
DnsMessage
          All communications inside of the domain protocol are carried in a single format called a message.
 

Classes in org.apache.directory.server.dns.messages used by org.apache.directory.server.dns.io.encoder
DnsMessage
          All communications inside of the domain protocol are carried in a single format called a message.
QuestionRecord
          The question section is used to carry the "question" in most queries, i.e., the parameters that define what is being asked.
RecordClass
           
RecordType
           
ResourceRecord
           
 

Classes in org.apache.directory.server.dns.messages used by org.apache.directory.server.dns.messages
DnsMessage
          All communications inside of the domain protocol are carried in a single format called a message.
MessageType
           
OpCode
           
ProtocolType
           
QuestionRecord
          The question section is used to carry the "question" in most queries, i.e., the parameters that define what is being asked.
RecordClass
           
RecordType
           
ResourceRecord
           
ResponseCode
           
ServiceType
           
 

Classes in org.apache.directory.server.dns.messages used by org.apache.directory.server.dns.service
DnsMessage
          All communications inside of the domain protocol are carried in a single format called a message.
ResourceRecord
           
 

Classes in org.apache.directory.server.dns.messages used by org.apache.directory.server.dns.store
QuestionRecord
          The question section is used to carry the "question" in most queries, i.e., the parameters that define what is being asked.
ResourceRecord
           
 

Classes in org.apache.directory.server.dns.messages used by org.apache.directory.server.dns.store.jndi
QuestionRecord
          The question section is used to carry the "question" in most queries, i.e., the parameters that define what is being asked.
ResourceRecord
           
 

Classes in org.apache.directory.server.dns.messages used by org.apache.directory.server.dns.store.jndi.operations
QuestionRecord
          The question section is used to carry the "question" in most queries, i.e., the parameters that define what is being asked.
ResourceRecord
           
 



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