| Package | Description |
|---|---|
| com.netscape.certsrv.apps | |
| com.netscape.certsrv.connector |
| 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 | Method and Description |
|---|---|
IHttpConnection |
IHttpConnFactory.getConn()
Request access to a Ldap connection from the pool.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IHttpConnFactory.returnConn(IHttpConnection conn)
Return connection to the factory.
|