|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.pushtotest.tool.protocolhandler.ProtocolWrapper
com.pushtotest.tool.protocolhandler.HTTPProtocol
com.pushtotest.tool.protocolhandler.HTTPSProtocol
public class HTTPSProtocol
This is the implementation of the HTTPS Protocol handler. It is essentially the exact same as the HTTP one (and will reuse as much of the code as possible from it) but it handles setting up the SSL connection before the HTTP calls are made.
| Field Summary |
|---|
| Fields inherited from class com.pushtotest.tool.protocolhandler.HTTPProtocol |
|---|
cookieJar, GET, POST |
| Fields inherited from class com.pushtotest.tool.protocolhandler.ProtocolWrapper |
|---|
body, errno, header, host, name, pass, path, port, proxyHost, proxyPass, proxyPort, proxyUser, query, response, running, scheme, timeout, type, url |
| Fields inherited from interface com.pushtotest.tool.protocolhandler.Protocol |
|---|
IOERROR, NOERROR, NOTREADY, OTHER, TIMEOUT |
| Constructor Summary | |
|---|---|
HTTPSProtocol()
Deprecated. |
|
| Method Summary | |
|---|---|
java.lang.String |
id()
Deprecated. Returns an id for this protocol. |
protected boolean |
supports(java.lang.String id)
Deprecated. Tests to see if this protocol will support a specific type. |
| Methods inherited from class com.pushtotest.tool.protocolhandler.HTTPProtocol |
|---|
clearURLlist, connect, connect, connect, getCookies, getHeaderField, getHeaderFields, getURLlist, send, setDisconnect, setHostnameVerifier |
| Methods inherited from class com.pushtotest.tool.protocolhandler.ProtocolWrapper |
|---|
getBody, getErrno, getHost, getPassword, getResponse, getTimeout, getUrl, getUrl, getURL, getUsername, isRunning, parseUrl, run, setBody, setErrno, setHeader, setHost, setPassword, setPath, setPort, setProxyHost, setProxyPass, setProxyPort, setProxyUser, setQueryString, setScheme, setTimeout, setType, setUrl, setUsername, supportsBody, supportsHeader, supportsResponse |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HTTPSProtocol()
| Method Detail |
|---|
public java.lang.String id()
id in interface Protocolid in class HTTPProtocolprotected boolean supports(java.lang.String id)
supports in class HTTPProtocolid - The string id to test.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||