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 forRandomimplementations, 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.BuilderWebSeedClientConfiguration.Builder. setProxy(Proxy proxy)Sets the proxy to use to connect to the server.WebSeedClientConfiguration.BuilderWebSeedClientConfiguration.Builder. setRetryDelay(long amount, TimeUnit unit)Sets the delay after anIOExceptionbefore we will try connecting again.WebSeedClientConfiguration.BuilderWebSeedClientConfiguration.Builder. setRetryDelay(Duration delay)Sets the delay after anIOExceptionbefore we will try connecting again.WebSeedClientConfiguration.BuilderWebSeedClientConfiguration.Builder. setSocketFactory(SSLSocketFactory socketFactory)Sets theSSLSocketFactoryused to connect to the server.
-