Uses of Class
org.xbill.DNS.Message

Packages that use Message
org.xbill.DNS   
org.xbill.DNS.security   
 

Uses of Message in org.xbill.DNS
 

Subclasses of Message in org.xbill.DNS
 class Update
          A helper class for constructing dynamic DNS (DDNS) update messages.
 

Methods in org.xbill.DNS that return Message
static Message Message.newQuery(Record r)
          Creates a new Message with a random Message ID suitable for sending as a query.
static Message Message.newUpdate(Name zone)
          Creates a new Message to contain a dynamic update.
 Message SimpleResolver.send(Message query)
          Sends a message to a single server and waits for a response.
 Message Resolver.send(Message query)
          Sends a message and waits for a response.
 Message ExtendedResolver.send(Message query)
          Sends a message and waits for a response.
 

Methods in org.xbill.DNS with parameters of type Message
 SetResponse Cache.addMessage(Message in)
          Adds all data from a Message into the Cache.
 void TSIG.apply(Message m, int error, TSIGRecord old)
          Generates a TSIG record with a specific error for a message and adds it to the message.
 void TSIG.apply(Message m, TSIGRecord old)
          Generates a TSIG record for a message and adds it to the message
 void TSIG.applyStream(Message m, TSIGRecord old, boolean first)
          Generates a TSIG record for a message and adds it to the message
static byte[] DNSSEC.digestMessage(SIGRecord sig, Message msg, byte[] previous)
          Creates a byte array containing the concatenation of the fields of the SIG record and the message to be signed/verified.
 TSIGRecord TSIG.generate(Message m, byte[] b, int error, TSIGRecord old)
          Generates a TSIG record with a specific error for a message that has been rendered.
 void ResolverListener.receiveMessage(Object id, Message m)
          The callback used by an asynchronous resolver
 Message SimpleResolver.send(Message query)
          Sends a message to a single server and waits for a response.
 Message Resolver.send(Message query)
          Sends a message and waits for a response.
 Message ExtendedResolver.send(Message query)
          Sends a message and waits for a response.
 Object SimpleResolver.sendAsync(Message query, ResolverListener listener)
          Asynchronously sends a message to a single server, registering a listener to receive a callback on success or exception.
 Object Resolver.sendAsync(Message query, ResolverListener listener)
          Asynchronously sends a message registering a listener to receive a callback on success or exception.
 Object ExtendedResolver.sendAsync(Message query, ResolverListener listener)
          Asynchronously sends a message to multiple servers, potentially multiple times, registering a listener to receive a callback on success or exception.
 int TSIG.StreamVerifier.verify(Message m, byte[] b)
          Verifies a TSIG record on an incoming message that is part of a multiple message response.
 byte TSIG.verify(Message m, byte[] b, int length, TSIGRecord old)
          Verifies a TSIG record on an incoming message.
 int TSIG.verify(Message m, byte[] b, TSIGRecord old)
          Verifies a TSIG record on an incoming message.
 

Uses of Message in org.xbill.DNS.security
 

Methods in org.xbill.DNS.security with parameters of type Message
 void SIG0Signer.apply(Message m, byte[] old)
          Appends a SIG(0) signature to the message.
 



Copyright © 2011. All Rights Reserved.