Uses of Class
org.w3c.mwi.mobileok.basic.HTTPErrorsType

Uses of HTTPErrorsType in org.w3c.mwi.mobileok.basic
 

Fields in org.w3c.mwi.mobileok.basic declared as HTTPErrorsType
private  HTTPErrorsType MobileOKTrustManager.httperror
           
private  HTTPErrorsType MobileOKSSLProtocolSocketFactory.httperror
           
private  HTTPErrorsType HttpRetrievalElement.httpsOutcome
          The HTTPS outcome, as defined in the HTTPS section of the W3C mobileOK Basic Tests 1.0 standard.
 

Fields in org.w3c.mwi.mobileok.basic with type parameters of type HTTPErrorsType
private static java.util.Map<HTTPErrorsType,java.lang.String> HTTPErrorsType.names
          Static mapping table between HTTP errors and their mobileOK name.
private static java.util.Map<HTTPErrorsType,TestOutcome> HTTPErrorsType.severity
          Static mapping table between HTTP errors and their severity.
 

Methods in org.w3c.mwi.mobileok.basic that return HTTPErrorsType
 HTTPErrorsType MobileOKTrustManager.getHttperror()
           
 HTTPErrorsType MobileOKSSLProtocolSocketFactory.getHttperror()
          Return the HTTPS error that may have been triggered while checking the SSL certificate.
 HTTPErrorsType HttpRetrievalElement.getHttpsError()
          Returns the outcome of running the HTTPS tests defined in the HTTPS section of the W3C mobileOK Basic Tests 1.0 standard.
static HTTPErrorsType HTTPErrorsType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HTTPErrorsType[] HTTPErrorsType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.w3c.mwi.mobileok.basic with parameters of type HTTPErrorsType
(package private) static TestOutcome HTTPErrorsType.getSeverity(HTTPErrorsType type)
          Retrieves the mobileOK severity of an HTTP error.
 

Constructors in org.w3c.mwi.mobileok.basic with parameters of type HTTPErrorsType
HttpRetrievalElement(org.apache.commons.httpclient.HttpMethod httpMethod, HTTPErrorsType httpsErrorCode)
          Creates a class instance bound to an HTTP exchange and initializes the HTTPS outcome to the given one.