Uses of Class
com.github.mizosoft.methanol.Methanol.Builder
Packages that use Methanol.Builder
-
Uses of Methanol.Builder in com.github.mizosoft.methanol
Subclasses with type arguments of type Methanol.Builder in com.github.mizosoft.methanolMethods in com.github.mizosoft.methanol that return Methanol.BuilderModifier and TypeMethodDescriptionMethanol.Builder.authenticator(Authenticator authenticator) Sets theHttpCacheto be used by the client.Methanol.Builder.cacheChain(List<HttpCache> caches) Sets a chain of caches to be called one after another, in the order specified by the given list.Methanol.Builder.connectTimeout(Duration duration) Methanol.Builder.cookieHandler(CookieHandler cookieHandler) Methanol.Builder.followRedirects(HttpClient.Redirect policy) static Methanol.BuilderMethanol.newBuilder()Returns a newMethanol.Builder.Methanol.Builder.priority(int priority) Methanol.Builder.proxy(ProxySelector proxySelector) Methanol.Builder.sslContext(SSLContext sslContext) Methanol.Builder.sslParameters(SSLParameters sslParameters) Methanol.Builder.version(HttpClient.Version version)