Package | Description |
---|---|
com.netscape.certsrv.apps | |
com.netscape.cmsutil.http |
Modifier and Type | Method and Description |
---|---|
IHttpConnection |
ICMSEngine.getHttpConnection(IRemoteAuthority authority,
ISocketFactory factory)
Retrieves the HTTP Connection for use with connector.
|
static IHttpConnection |
CMS.getHttpConnection(IRemoteAuthority authority,
ISocketFactory factory)
Retrieves the HTTP Connection for use with connector.
|
IHttpConnection |
ICMSEngine.getHttpConnection(IRemoteAuthority authority,
ISocketFactory factory,
int timeout)
Retrieves the HTTP Connection for use with connector.
|
static IHttpConnection |
CMS.getHttpConnection(IRemoteAuthority authority,
ISocketFactory factory,
int timeout)
Retrieves the HTTP Connection for use with connector.
|
Modifier and Type | Class and Description |
---|---|
class |
JssSSLSocketFactory
Uses NSS ssl socket.
|
Modifier and Type | Field and Description |
---|---|
protected ISocketFactory |
HttpClient.mFactory |
Constructor and Description |
---|
ConnectAsync(ISocketFactory sock,
java.lang.String host,
int port) |
HttpClient(ISocketFactory factory) |
HttpClient(ISocketFactory factory,
org.mozilla.jss.ssl.SSLCertificateApprovalCallback certApprovalCallback) |