Package org.jboss.resteasy.core
Class AsynchronousDispatcher.SecureRandomWrapper
java.lang.Object
org.jboss.resteasy.core.AsynchronousDispatcher.SecureRandomWrapper
- Enclosing class:
- AsynchronousDispatcher
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final int
private int
private SecureRandom
private int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEFAULT_MAX_USES
private static final int DEFAULT_MAX_USES- See Also:
-
random
-
maxUses
private int maxUses -
uses
private int uses
-
-
Constructor Details
-
SecureRandomWrapper
private SecureRandomWrapper()
-
-
Method Details
-
nextInt
public int nextInt() -
reset
private void reset() -
getMaxUses
private int getMaxUses()
-