net.authorize.arb.http
Class HttpUtil

java.lang.Object
  extended by net.authorize.arb.http.HttpUtil

public class HttpUtil
extends java.lang.Object

TODO: The documentation for this type (HttpUtil) is incomplete. (brpocock, Sep 23, 2009)

Author:
brpocock

Field Summary
static java.lang.String CERTIFICATE_FILE
          TODO: document this field (brpocock, Sep 23, 2009) CERTIFICATE_FILE (HttpUtil)
static int HTTP_PORT
          TODO: document this field (brpocock, Sep 23, 2009) HTTP_PORT (HttpUtil)
static int HTTPS_PORT
          TODO: document this field (brpocock, Sep 23, 2009) HTTPS_PORT (HttpUtil)
 
Constructor Summary
HttpUtil(java.net.URL url)
           
 
Method Summary
 void cleanup()
          TODO: document this method (brpocock, Sep 23, 2009)
 java.lang.String getUrl()
          TODO: document this method (brpocock, Sep 23, 2009)
 boolean initializeKeyStore(java.lang.String theHost)
          TODO: document this method (brpocock, Sep 23, 2009)
 boolean initializeKeyStore(java.lang.String password, java.lang.String host)
          TODO: document this method (brpocock, Sep 23, 2009)
 java.lang.String postUrl(java.lang.String data)
          TODO: document this method (brpocock, Sep 23, 2009)
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CERTIFICATE_FILE

public static final java.lang.String CERTIFICATE_FILE
TODO: document this field (brpocock, Sep 23, 2009) CERTIFICATE_FILE (HttpUtil)

See Also:
Constant Field Values

HTTP_PORT

public static final int HTTP_PORT
TODO: document this field (brpocock, Sep 23, 2009) HTTP_PORT (HttpUtil)

See Also:
Constant Field Values

HTTPS_PORT

public static final int HTTPS_PORT
TODO: document this field (brpocock, Sep 23, 2009) HTTPS_PORT (HttpUtil)

See Also:
Constant Field Values
Constructor Detail

HttpUtil

public HttpUtil(java.net.URL url)
Parameters:
url - WRITEME
Method Detail

cleanup

public void cleanup()
TODO: document this method (brpocock, Sep 23, 2009)


getUrl

public java.lang.String getUrl()
TODO: document this method (brpocock, Sep 23, 2009)

Returns:
WRITEME

initializeKeyStore

public boolean initializeKeyStore(java.lang.String theHost)
TODO: document this method (brpocock, Sep 23, 2009)

Parameters:
theHost - WRITEME
Returns:
WRITEME

initializeKeyStore

public boolean initializeKeyStore(java.lang.String password,
                                  java.lang.String host)
TODO: document this method (brpocock, Sep 23, 2009)

Parameters:
password - WRITEME
host - WRITEME
Returns:
WRITEME

postUrl

public java.lang.String postUrl(java.lang.String data)
TODO: document this method (brpocock, Sep 23, 2009)

Parameters:
data - WRITEME
Returns:
WRITEME