Uses of Class
org.xbill.DNS.Message

Packages that use Message
Default Package   
org.xbill.DNS   
 

Uses of Message in
 

Methods in Default Package that return Message
 Message update.newMessage()
           
 

Methods in Default Package with parameters of type Message
 byte[] jnamed.errorMessage(Message query, int rcode)
           
 

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 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.
 Message SimpleResolver.send(Message query)
          Sends a message to a single server and waits for a response.
 

Methods in org.xbill.DNS with parameters of type Message
 Message Resolver.send(Message query)
          Sends a message and waits for a response.
 Object Resolver.sendAsync(Message query, ResolverListener listener)
          Asynchronously sends a message registering a listener to receive a callback on success or exception.
static void SIG0.signMessage(Message message, KEYRecord key, PrivateKey privkey, SIGRecord previous)
          Sign a message with SIG(0).
static void SIG0.verifyMessage(Message message, byte[] b, KEYRecord key, SIGRecord previous)
          Verify a message using SIG(0).
static byte[] DNSSEC.digestMessage(SIGRecord sig, Message msg, byte[] previous)
          Creates a byte array containing the concatenation of the fields of the SIG(0) record and the message to be signed.
 Message ExtendedResolver.send(Message query)
          Sends a message and waits for a response.
 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.
 SetResponse Cache.addMessage(Message in)
          Adds all data from a Message into the Cache.
 void ResolverListener.receiveMessage(Object id, Message m)
          The callback used by an asynchronous resolver
 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 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
 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.
 int TSIG.StreamVerifier.verify(Message m, byte[] b)
          Verifies a TSIG record on an incoming message that is part of a multiple message response.
 Message SimpleResolver.send(Message query)
          Sends a message to a single server 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.
 



Copyright © 2011. All Rights Reserved.