Class Resender
java.lang.Object
com.netscape.cmscore.connector.Resender
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanstatic org.slf4j.Loggerprotected IAuthorityprotected Stringprotected HttpConnectionprotected IRemoteAuthorityprotected intstatic final intprotected Stringprotected RequestRepository -
Constructor Summary
ConstructorsConstructorDescriptionResender(IAuthority authority, String nickName, String clientCiphers, IRemoteAuthority dest) Resender(IAuthority authority, String nickName, String clientCiphers, IRemoteAuthority dest, int interval) -
Method Summary
-
Field Details
-
logger
public static org.slf4j.Logger logger -
MINUTE
public static final int MINUTE- See Also:
-
mAuthority
-
requestRepository
-
mDest
-
mRequestIds
-
mConn
-
mNickName
-
mClientCiphers
-
connected
protected boolean connected -
mInterval
protected int mInterval
-
-
Constructor Details
-
Resender
-
Resender
public Resender(IAuthority authority, String nickName, String clientCiphers, IRemoteAuthority dest, int interval)
-
-
Method Details
-
addRequest
Description copied from interface:IResenderAdds the request to the resend queue.- Specified by:
addRequestin interfaceIResender- Parameters:
r- Request to be placed on the resend queue.
-
start
-
run
-
stop
-