Uses of Class
org.xbill.DNS.WireParseException

Packages that use WireParseException
org.xbill.DNS   
 

Uses of WireParseException in org.xbill.DNS
 

Subclasses of WireParseException in org.xbill.DNS
 class NameTooLongException
          An exception thrown when a name is longer than the maximum length of a DNS name.
 

Methods in org.xbill.DNS that throw WireParseException
 int DNSInput.readU8()
          Reads an unsigned 8 bit value from the stream, as an int.
 int DNSInput.readU16()
          Reads an unsigned 16 bit value from the stream, as an int.
 long DNSInput.readU32()
          Reads an unsigned 32 bit value from the stream, as a long.
 void DNSInput.readByteArray(byte[] b, int off, int len)
          Reads a byte array of a specified length from the stream into an existing array.
 byte[] DNSInput.readByteArray(int len)
          Reads a byte array of a specified length from the stream.
 byte[] DNSInput.readCountedString()
          Reads a counted string from the stream.
 void NameTest.test_toString_special_char()
           
 void NameTest.Test_DNSInput_init.test_basic()
           
 void NameTest.Test_DNSInput_init.test_root()
           
 void NameTest.Test_DNSInput_init.test_max_label_length()
           
 void NameTest.Test_DNSInput_init.test_max_name()
           
 void NameTest.Test_DNSInput_init.test_toolong_name()
           
 void NameTest.Test_DNSInput_init.test_max_labels()
           
 void NameTest.Test_DNSInput_init.test_toomany_labels()
           
 void NameTest.Test_DNSInput_init.test_basic_compression()
           
 void NameTest.Test_DNSInput_init.test_two_pointer_compression()
           
 void NameTest.Test_DNSInput_init.test_two_part_compression()
           
 void NameTest.Test_DNSInput_init.test_long_jump_compression()
           
 void NameTest.Test_DNSInput_init.test_bad_compression()
           
 void NameTest.Test_DNSInput_init.test_basic_compression_state_restore()
           
 void NameTest.Test_DNSInput_init.test_two_part_compression_state_restore()
           
 void DNSInputTest.test_readU8_basic()
           
 void DNSInputTest.test_readU8_maxval()
           
 void DNSInputTest.test_readU16_basic()
           
 void DNSInputTest.test_readU16_maxval()
           
 void DNSInputTest.test_readU32_basic()
           
 void DNSInputTest.test_readU32_maxval()
           
 void DNSInputTest.test_readByteArray_0arg()
           
 void DNSInputTest.test_readByteArray_0arg_boundary()
           
 void DNSInputTest.test_readByteArray_1arg()
           
 void DNSInputTest.test_readByteArray_1arg_boundary()
           
 void DNSInputTest.test_readByteArray_3arg()
           
 void DNSInputTest.test_readCountedSting()
           
 

Constructors in org.xbill.DNS that throw WireParseException
Name(DNSInput in)
          Create a new name from DNS a wire format message
 



Copyright © 2011. All Rights Reserved.