|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.authorize.arb.http.HttpUtil
public class HttpUtil
TODO: The documentation for this type (HttpUtil) is incomplete. (brpocock, Sep 23, 2009)
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 |
---|
public static final java.lang.String CERTIFICATE_FILE
public static final int HTTP_PORT
public static final int HTTPS_PORT
Constructor Detail |
---|
public HttpUtil(java.net.URL url)
url
- WRITEMEMethod Detail |
---|
public void cleanup()
public java.lang.String getUrl()
public boolean initializeKeyStore(java.lang.String theHost)
theHost
- WRITEME
public boolean initializeKeyStore(java.lang.String password, java.lang.String host)
password
- WRITEMEhost
- WRITEME
public java.lang.String postUrl(java.lang.String data)
data
- WRITEME
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |