JSPservletPkg
Class whoisHandler.CodeRange

java.lang.Object
  |
  +--JSPservletPkg.whoisHandler.CodeRange

class whoisHandler.CodeRange
extends java.lang.Object

Returned by whois.


Field Summary
(package private)  long add1
          First address of the range alloted to the operator.
(package private)  long add2
          Last address of the range alloted to the operator.
(package private)  java.lang.String code
          Country code (ccTLD).
 
Constructor Summary
(package private) whoisHandler.CodeRange(java.lang.String code, long add1, long add2)
          Constructor.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

code

java.lang.String code
Country code (ccTLD).

add1

long add1
First address of the range alloted to the operator.

add2

long add2
Last address of the range alloted to the operator.
Constructor Detail

whoisHandler.CodeRange

whoisHandler.CodeRange(java.lang.String code,
                       long add1,
                       long add2)
Constructor.
Parameters:
code - Country code (ccTLD).
add1 - First address of the range alloted to the operator.
add2 - Last address of the range alloted to the operator.