com.jakewharton.pingdom.entities
Class Check.HttpCustomType

java.lang.Object
  extended by com.jakewharton.pingdom.entities.Check.HttpCustomType
Enclosing class:
Check

public static final class Check.HttpCustomType
extends Object

Check.CheckTypeBase wrapper which only exposes methods appropriate for an HTTP custom check type.

Author:
Jake Wharton

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

getUrl

public String getUrl()
Path to target XML file on server.

Returns:
Value.
Since:
2.0

getEncryption

public Boolean getEncryption()
Connection encryption.

Returns:
Value.
Since:
2.0

getPort

public Integer getPort()
Target port.

Returns:
Value.
Since:
2.0

getUsername

public String getUsername()
Username for target HTTP authentication.

Returns:
Value.
Since:
2.0

getPassword

public String getPassword()
Password for target HTTP authentication.

Returns:
Value.
Since:
2.0

getAdditionalUrls

public List<String> getAdditionalUrls()
Full URL (including hostname) to target additional XML file.

Returns:
List of values.
Since:
2.0


Copyright © 2011 Jake Wharton. All Rights Reserved.