Uses of Interface
com.netscape.cmsutil.net.ISocketFactory
Packages that use ISocketFactory
-
Uses of ISocketFactory in com.netscape.cmscore.connector
Fields in com.netscape.cmscore.connector declared as ISocketFactoryConstructors in com.netscape.cmscore.connector with parameters of type ISocketFactoryModifierConstructorDescriptionHttpConnection(IRemoteAuthority dest, ISocketFactory factory) HttpConnection(IRemoteAuthority dest, ISocketFactory factory, int timeout) -
Uses of ISocketFactory in com.netscape.cmsutil.http
Classes in com.netscape.cmsutil.http that implement ISocketFactoryFields in com.netscape.cmsutil.http declared as ISocketFactoryConstructors in com.netscape.cmsutil.http with parameters of type ISocketFactoryModifierConstructorDescriptionConnectAsync(ISocketFactory sock, String host, int port) HttpClient(ISocketFactory factory) HttpClient(ISocketFactory factory, org.mozilla.jss.ssl.SSLCertificateApprovalCallback certApprovalCallback)