|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.provision.detector.simple.response.MultilineOrientedResponse
org.opennms.netmgt.provision.detector.simple.response.MultilineHttpResponse
public class MultilineHttpResponse
MultilineHttpResponse class.
| Constructor Summary | |
|---|---|
MultilineHttpResponse()
Constructor for MultilineHttpResponse. |
|
| Method Summary | |
|---|---|
protected String |
getResponse()
getResponse |
String |
toString()
toString |
boolean |
validateResponse(String pattern,
String url,
boolean isCheckCode,
int maxRetCode)
validateResponse |
| Methods inherited from class org.opennms.netmgt.provision.detector.simple.response.MultilineOrientedResponse |
|---|
addLine, containedInHTTP, expectedCodeRange, getResponseList, receive, setResponseList, startsWith |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MultilineHttpResponse()
Constructor for MultilineHttpResponse.
| Method Detail |
|---|
public boolean validateResponse(String pattern,
String url,
boolean isCheckCode,
int maxRetCode)
throws Exception
validateResponse
pattern - a String object.url - a String object.isCheckCode - a boolean.maxRetCode - a int.
Exception - if any.public String toString()
toString
toString in class MultilineOrientedResponseString object.protected String getResponse()
getResponse
String object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||