Uses of Class
com.netscape.cmscore.connector.RemoteAuthority
Packages that use RemoteAuthority
-
Uses of RemoteAuthority in com.netscape.cmscore.connector
Fields in com.netscape.cmscore.connector declared as RemoteAuthorityModifier and TypeFieldDescriptionprotected RemoteAuthority
HttpConnection.dest
protected RemoteAuthority
HttpConnector.mDest
protected RemoteAuthority
Resender.mDest
Constructors in com.netscape.cmscore.connector with parameters of type RemoteAuthorityModifierConstructorDescriptionHttpConnection
(RemoteAuthority dest, ISocketFactory factory) HttpConnection
(RemoteAuthority dest, ISocketFactory factory, int timeout) HttpConnector
(String nickName, String clientCiphers, RemoteAuthority dest, int resendInterval, ConnectorConfig config) HttpConnector
(String nickName, String clientCiphers, RemoteAuthority dest, int resendInterval, ConnectorConfig config, int timeout) HttpConnFactory
(int minConns, int maxConns, RemoteAuthority dest, String nickname, String clientCiphers, int timeout) Constructor for HttpConnFactoryResender
(String nickName, String clientCiphers, RemoteAuthority dest) Resender
(String nickName, String clientCiphers, RemoteAuthority dest, int interval)