- random(int) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
-
Creates a random string whose length is the number of characters
specified.
- random(int, boolean, boolean) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
-
Creates a random string whose length is the number of characters
specified.
- random(int, int, int, boolean, boolean) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
-
Creates a random string whose length is the number of characters
specified.
- random(int, int, int, boolean, boolean, char...) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
-
Creates a random string based on a variety of options, using
default source of randomness.
- random(int, int, int, boolean, boolean, char[], SecureRandom) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
-
Creates a random string based on a variety of options, using
supplied source of randomness.
- random(int, String) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
-
Creates a random string whose length is the number of characters
specified.
- random(int, char...) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
-
Creates a random string whose length is the number of characters
specified.
- randomAlphabetic(int) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
-
Creates a random string whose length is the number of characters
specified.
- randomAlphabetic(int, int) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
-
Creates a random string whose length is between the inclusive minimum and
the exclusive maximum.
- randomAlphanumeric(int) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
-
Creates a random string whose length is the number of characters
specified.
- randomAlphanumeric(int, int) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
-
Creates a random string whose length is between the inclusive minimum and
the exclusive maximum.
- randomAscii(int) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
-
Creates a random string whose length is the number of characters
specified.
- randomAscii(int, int) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
-
Creates a random string whose length is between the inclusive minimum and
the exclusive maximum.
- randomGraph(int) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
-
Creates a random string whose length is the number of characters specified.
- randomGraph(int, int) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
-
Creates a random string whose length is between the inclusive minimum and
the exclusive maximum.
- randomNumeric(int) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
-
Creates a random string whose length is the number of characters
specified.
- randomNumeric(int, int) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
-
Creates a random string whose length is between the inclusive minimum and
the exclusive maximum.
- randomPrint(int) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
-
Creates a random string whose length is the number of characters specified.
- randomPrint(int, int) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
-
Creates a random string whose length is between the inclusive minimum and
the exclusive maximum.
- randomStringGenerator - 类 中的变量cn.aotcloud.crypto.sm.SM2ToSM3TextEncryptor
-
- RandomStringUtils - cn.aotcloud.utils中的类
-
Generates random Strings.
- RandomStringUtils() - 类 的构造器cn.aotcloud.utils.RandomStringUtils
-
RandomStringUtils instances should NOT be constructed in
standard programming.
- RandomUtils - cn.aotcloud.utils中的类
-
Utility library that supplements the standard Random class.
- RandomUtils() - 类 的构造器cn.aotcloud.utils.RandomUtils
-
RandomUtils instances should NOT be constructed in standard
programming.
- randomWait(long, TimeUnit) - 类 中的静态方法cn.aotcloud.retry.WaitStrategies
-
Returns a strategy that sleeps a random amount of time before retrying.
- randomWait(long, TimeUnit, long, TimeUnit) - 类 中的静态方法cn.aotcloud.retry.WaitStrategies
-
Returns a strategy that sleeps a random amount of time before retrying.
- readCharacterEncoding(HttpServletRequest) - 类 中的方法cn.aotcloud.openapi.filter.BodyReaderHttpServletRequestWrapper
-
- readFileContent(String) - 类 中的静态方法cn.aotcloud.utils.FileUtil
-
- readScript(LineNumberReader, String, String, String) - 类 中的静态方法cn.aotcloud.utils.ScriptUtils
-
- readScript(LineNumberReader, String[], String, String) - 类 中的静态方法cn.aotcloud.utils.ScriptUtils
-
- readTimeout - 类 中的变量cn.aotcloud.proxy.BaseProxyServlet
-
- rebuildSmKey(SmKeyLoader) - 类 中的方法cn.aotcloud.crypto.EncryptionProperties
-
- RedisCacheStorage<T> - cn.aotcloud.cache中的类
-
- RedisCacheStorage(RedisConnectionFactory, String, long) - 类 的构造器cn.aotcloud.cache.RedisCacheStorage
-
- RedisConfig - cn.aotcloud.redis中的类
-
bgu
- RedisConfig() - 类 的构造器cn.aotcloud.redis.RedisConfig
-
- RedisSafeProperties - cn.aotcloud.prop中的类
-
- RedisSafeProperties() - 类 的构造器cn.aotcloud.prop.RedisSafeProperties
-
- redisSessionTemplate(RedisConnectionFactory, Class<?>) - 类 中的静态方法cn.aotcloud.utils.RedisUtil
-
- RedisUtil - cn.aotcloud.utils中的类
-
- RedisUtil() - 类 的构造器cn.aotcloud.utils.RedisUtil
-
- RegExUtils - cn.aotcloud.utils中的类
-
- RegExUtils() - 类 的构造器cn.aotcloud.utils.RegExUtils
-
- removeHttpSessionCookie(HttpServletRequest, HttpServletResponse, ServerProperties) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
-
- responseError(HttpServletResponse, Map<Integer, String>, Integer) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
-
- restart(Class<?>) - 类 中的静态方法cn.aotcloud.utils.RestartSpringboot
-
- RestartSpringboot - cn.aotcloud.utils中的类
-
- RestartSpringboot() - 类 的构造器cn.aotcloud.utils.RestartSpringboot
-
- RestTemplateUtil - cn.aotcloud.utils中的类
-
- RestTemplateUtil() - 类 的构造器cn.aotcloud.utils.RestTemplateUtil
-
- Retryer<V> - cn.aotcloud.retry中的类
-
A retryer, which executes a call, and retries it until it succeeds, or
a stop strategy decides to stop retrying.
- Retryer(StopStrategy, WaitStrategy, Predicate<Attempt<V>>) - 类 的构造器cn.aotcloud.retry.Retryer
-
Constructor
- Retryer(AttemptTimeLimiter<V>, StopStrategy, WaitStrategy, Predicate<Attempt<V>>) - 类 的构造器cn.aotcloud.retry.Retryer
-
Constructor
- Retryer(AttemptTimeLimiter<V>, StopStrategy, WaitStrategy, BlockStrategy, Predicate<Attempt<V>>) - 类 的构造器cn.aotcloud.retry.Retryer
-
Constructor
- Retryer(AttemptTimeLimiter<V>, StopStrategy, WaitStrategy, BlockStrategy, Predicate<Attempt<V>>, Collection<RetryListener>) - 类 的构造器cn.aotcloud.retry.Retryer
-
Constructor
- Retryer.RetryerCallable<X> - cn.aotcloud.retry中的类
-
- RetryerBuilder<V> - cn.aotcloud.retry中的类
-
A builder used to configure and create a
Retryer.
- RetryException - cn.aotcloud.retry中的异常错误
-
An exception indicating that none of the attempts of the
Retryer
succeeded.
- RetryException(int, Attempt<?>) - 异常错误 的构造器cn.aotcloud.retry.RetryException
-
If the last
Attempt had an Exception, ensure it is available in
the stack trace.
- RetryException(String, int, Attempt<?>) - 异常错误 的构造器cn.aotcloud.retry.RetryException
-
If the last
Attempt had an Exception, ensure it is available in
the stack trace.
- retryIfException() - 类 中的方法cn.aotcloud.retry.RetryerBuilder
-
Configures the retryer to retry if an exception (i.e. any Exception or subclass
of Exception) is thrown by the call.
- retryIfException(Predicate<Throwable>) - 类 中的方法cn.aotcloud.retry.RetryerBuilder
-
Configures the retryer to retry if an exception satisfying the given predicate is
thrown by the call.
- retryIfExceptionOfType(Class<? extends Throwable>) - 类 中的方法cn.aotcloud.retry.RetryerBuilder
-
Configures the retryer to retry if an exception of the given class (or subclass of the given class) is
thrown by the call.
- retryIfResult(Predicate<V>) - 类 中的方法cn.aotcloud.retry.RetryerBuilder
-
Configures the retryer to retry if the result satisfies the given predicate.
- retryIfRuntimeException() - 类 中的方法cn.aotcloud.retry.RetryerBuilder
-
Configures the retryer to retry if a runtime exception (i.e. any RuntimeException or subclass
of RuntimeException) is thrown by the call.
- RetryListener - cn.aotcloud.retry中的接口
-
This listener provides callbacks for several events that occur when running
code through a
Retryer instance.
- rewritePathInfoFromRequest(HttpServletRequest) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
-
- rewriteQueryStringFromRequest(HttpServletRequest, String) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
-
- rewriteUrlFromRequest(HttpServletRequest) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
-
- rewriteUrlFromResponse(HttpServletRequest, String) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
-
- RoleMenuPermissionParam - cn.aotcloud.entity中的类
-
- RoleMenuPermissionParam() - 类 的构造器cn.aotcloud.entity.RoleMenuPermissionParam
-
- Rsa() - 类 的构造器cn.aotcloud.crypto.EncryptionProperties.Rsa
-
- RsaPublicCode - cn.aotcloud.crypto.rsa中的类
-
- RsaPublicCode() - 类 的构造器cn.aotcloud.crypto.rsa.RsaPublicCode
-
- RsaPublicCodeHolder - cn.aotcloud.crypto.rsa中的接口
-
- runUninterruptiblyWithTimeout(Runnable, long, TimeUnit) - 类 中的方法cn.aotcloud.retry.SimpleTimeLimiter
-
- runUninterruptiblyWithTimeout(Runnable, long, TimeUnit) - 接口 中的方法cn.aotcloud.retry.TimeLimiter
-
Invokes a specified Runnable, timing out after the specified time limit.
- runWithTimeout(Runnable, long, TimeUnit) - 类 中的方法cn.aotcloud.retry.SimpleTimeLimiter
-
- runWithTimeout(Runnable, long, TimeUnit) - 接口 中的方法cn.aotcloud.retry.TimeLimiter
-
Invokes a specified Runnable, timing out after the specified time limit.