|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neverfear.whois.WhoisQuery
public class WhoisQuery
Represents a whois query.
Field Summary | |
---|---|
private java.lang.String |
query
|
private WhoisResponse |
response
|
Constructor Summary | |
---|---|
WhoisQuery(java.lang.String name)
Construct a query for the given name. |
Method Summary | |
---|---|
WhoisResponse |
getResponse()
Get the response for this query. |
void |
reset()
Destroy the existing response. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String query
private WhoisResponse response
Constructor Detail |
---|
public WhoisQuery(java.lang.String name)
name
- A domain name.Method Detail |
---|
public void reset()
public WhoisResponse getResponse() throws java.net.UnknownHostException, java.io.IOException
WhoisResponse
object
java.net.UnknownHostException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |