|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.james.jspf.core.DNSResponse
public class DNSResponse
Represent a DNSResponse
| Constructor Summary | |
|---|---|
DNSResponse(java.util.List<java.lang.String> response)
|
|
DNSResponse(TimeoutException exception)
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getResponse()
Returns the DNS response |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DNSResponse(TimeoutException exception)
public DNSResponse(java.util.List<java.lang.String> response)
| Method Detail |
|---|
public java.util.List<java.lang.String> getResponse()
throws TimeoutException
TimeoutException - get thrown if an timeout was returned while tried to
process a dns requestpublic java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||