Uses of Class
com.github.mizosoft.methanol.Methanol.Builder
-
Packages that use Methanol.Builder Package Description com.github.mizosoft.methanol -
-
Uses of Methanol.Builder in com.github.mizosoft.methanol
Methods in com.github.mizosoft.methanol that return Methanol.Builder Modifier and Type Method Description Methanol.BuilderMethanol.Builder. authenticator(java.net.Authenticator authenticator)Methanol.BuilderMethanol.Builder. cache(HttpCache cache)Sets theHttpCacheto be used by the client.Methanol.BuilderMethanol.Builder. cacheChain(java.util.List<HttpCache> caches)Sets a chain of caches to be called one after another, in the order specified by the given list.Methanol.BuilderMethanol.Builder. connectTimeout(java.time.Duration duration)Methanol.BuilderMethanol.Builder. cookieHandler(java.net.CookieHandler cookieHandler)Methanol.BuilderMethanol.Builder. executor(java.util.concurrent.Executor executor)Methanol.BuilderMethanol.Builder. followRedirects(java.net.http.HttpClient.Redirect policy)static Methanol.BuilderMethanol. newBuilder()Returns a newMethanol.Builder.Methanol.BuilderMethanol.Builder. priority(int priority)Methanol.BuilderMethanol.Builder. proxy(java.net.ProxySelector proxySelector)Methanol.BuilderMethanol.Builder. sslContext(javax.net.ssl.SSLContext sslContext)Methanol.BuilderMethanol.Builder. sslParameters(javax.net.ssl.SSLParameters sslParameters)Methanol.BuilderMethanol.Builder. version(java.net.http.HttpClient.Version version)
-