com.jakewharton.pingdom.entities
Class Check.ImapType

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

public static final class Check.ImapType
extends Object

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

Author:
Jake Wharton

Method Summary
 Boolean getEncryption()
          Connection encryption.
 Integer getPort()
          Target port.
 String getStringToExpect()
          String to expect in response.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPort

public Integer getPort()
Target port.

Returns:
Value.
Since:
2.0

getEncryption

public Boolean getEncryption()
Connection encryption.

Returns:
Value.
Since:
2.0

getStringToExpect

public String getStringToExpect()
String to expect in response.

Returns:
Value.
Since:
2.0


Copyright © 2011 Jake Wharton. All Rights Reserved.