|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jakewharton.pingdom.entities.Check.HttpCustomType
public static final class Check.HttpCustomType
Check.CheckTypeBase
wrapper which only exposes methods appropriate for
an HTTP custom check type.
Method Summary | |
---|---|
List<String> |
getAdditionalUrls()
Full URL (including hostname) to target additional XML file. |
Boolean |
getEncryption()
Connection encryption. |
String |
getPassword()
Password for target HTTP authentication. |
Integer |
getPort()
Target port. |
String |
getUrl()
Path to target XML file on server. |
String |
getUsername()
Username for target HTTP authentication. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getUrl()
public Boolean getEncryption()
public Integer getPort()
public String getUsername()
public String getPassword()
public List<String> getAdditionalUrls()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |