Package | Description |
---|---|
com.netscape.certsrv.apps |
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.
|
IResender |
ICMSEngine.getResender(IAuthority authority,
java.lang.String nickname,
java.lang.String clientCiphers,
IRemoteAuthority remote,
int interval)
Retrieves the request sender for use with connector.
|
static IResender |
CMS.getResender(IAuthority authority,
java.lang.String nickname,
java.lang.String clientCiphers,
IRemoteAuthority remote,
int interval)
Retrieves the request sender for use with connector.
|