Uses of Interface
com.netscape.certsrv.connector.IHttpConnection
-
Packages that use IHttpConnection Package Description com.netscape.certsrv.connector com.netscape.cmscore.connector -
-
Uses of IHttpConnection in com.netscape.certsrv.connector
Methods in com.netscape.certsrv.connector that return IHttpConnection Modifier and Type Method Description IHttpConnectionIHttpConnFactory. getConn()Request access to a Ldap connection from the pool.Methods in com.netscape.certsrv.connector with parameters of type IHttpConnection Modifier and Type Method Description voidIHttpConnFactory. returnConn(IHttpConnection conn)Return connection to the factory. -
Uses of IHttpConnection in com.netscape.cmscore.connector
Classes in com.netscape.cmscore.connector that implement IHttpConnection Modifier and Type Class Description classHttpConnectionFields in com.netscape.cmscore.connector declared as IHttpConnection Modifier and Type Field Description protected IHttpConnectionHttpConnector. mConnMethods in com.netscape.cmscore.connector that return IHttpConnection Modifier and Type Method Description IHttpConnectionHttpConnFactory. getConn()gets a conenction from this factory.IHttpConnectionHttpConnFactory. getConn(boolean waitForConn)Returns a Http connection - a clone of the master connection.Methods in com.netscape.cmscore.connector with parameters of type IHttpConnection Modifier and Type Method Description voidHttpConnFactory. returnConn(IHttpConnection conn)Return connection to the factory.
-