Class Resender
java.lang.Object
com.netscape.cmscore.connector.Resender
- All Implemented Interfaces:
Runnable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected CMSEnginestatic org.slf4j.Loggerprotected Stringprotected HttpConnectionprotected RemoteAuthorityprotected intstatic final intprotected Stringprotected RequestRepository -
Constructor Summary
ConstructorsConstructorDescriptionResender(String nickName, String clientCiphers, RemoteAuthority dest) Resender(String nickName, String clientCiphers, RemoteAuthority dest, int interval) -
Method Summary
-
Field Details
-
logger
public static org.slf4j.Logger logger -
MINUTE
public static final int MINUTE- See Also:
-
engine
-
requestRepository
-
mDest
-
mRequestIds
-
mConn
-
mNickName
-
mClientCiphers
-
connected
protected boolean connected -
mInterval
protected int mInterval
-
-
Constructor Details
-
Resender
-
Resender
-
-
Method Details
-
getCMSEngine
-
setCMSEngine
-
init
public void init() -
addRequest
Adds the request to the resend queue.- Parameters:
r- Request to be placed on the resend queue.
-
start
-
run
-
runImpl
-
stop
public void stop()
-