| java.lang.Object com.sun.portal.rproxy.connectionhandler.HTTPRetriever com.sun.portal.rproxy.connectionhandler.HTTPSRetriever
HTTPSRetriever | public class HTTPSRetriever extends HTTPRetriever (Code) | | This class retrieves objects using the HTTPS protocol.
author: Gabriel Lawrence |
jssProxyPort | public static int jssProxyPort(Code) | | |
getServerCertificate | public byte[] getServerCertificate()(Code) | | |
Fields inherited from com.sun.portal.rproxy.connectionhandler.HTTPRetriever | public static int numBytesRead(Code)(Java Doc)
|
Methods inherited from com.sun.portal.rproxy.connectionhandler.HTTPRetriever | public Response getResponse(Request req, String destinationHost, Integer logId)(Code)(Java Doc) public Response getResponse2(Request req, String destinationHost, Integer logId, byte[] param)(Code)(Java Doc) public void getResponseHeader(HTTPResponse result, CSBufferedInputStream in, Request req) throws IOException, EOFException(Code)(Java Doc) public void sendRequest(Request req, CachedSocket s) throws IOException, EOFException(Code)(Java Doc) public void sendRequest2(Request req, CachedSocket s, byte[] content) throws IOException, EOFException(Code)(Java Doc)
|
|
|