Uses of Class
io.github.pr0methean.betterrandom.seed.WebSeedClientConfiguration.Builder
-
Packages that use WebSeedClientConfiguration.Builder Package Description io.github.pr0methean.betterrandom.seed Tools to obtain and apply truly-random seeds forRandom
implementations, especially those that also implementByteArrayReseedableRandom
. -
-
Uses of WebSeedClientConfiguration.Builder in io.github.pr0methean.betterrandom.seed
Methods in io.github.pr0methean.betterrandom.seed that return WebSeedClientConfiguration.Builder Modifier and Type Method Description WebSeedClientConfiguration.Builder
WebSeedClientConfiguration.Builder. setProxy(Proxy proxy)
Sets the proxy to use to connect to the server.WebSeedClientConfiguration.Builder
WebSeedClientConfiguration.Builder. setRetryDelay(long amount, TimeUnit unit)
Sets the delay after anIOException
before we will try connecting again.WebSeedClientConfiguration.Builder
WebSeedClientConfiguration.Builder. setRetryDelay(Duration delay)
Sets the delay after anIOException
before we will try connecting again.WebSeedClientConfiguration.Builder
WebSeedClientConfiguration.Builder. setSocketFactory(SSLSocketFactory socketFactory)
Sets theSSLSocketFactory
used to connect to the server.
-