public static interface Web.FormatBuilder
| Modifier and Type | Method and Description |
|---|---|
Web.FormatBuilder |
auth(Web.Auth auth,
String username,
String password) |
Web.FormatBuilder |
auth(Web.Auth auth,
String username,
String password,
boolean usePreemptiveAuth) |
<T> Web.ReadAsBuilder<T> |
transports(Class<T> clazz) |
<T> Web.ReadAsBuilder<T> |
transports(com.google.inject.TypeLiteral<T> clazz) |
<T> WebClient<T> |
transportsText() |
<T> Web.ReadAsBuilder<T> transports(Class<T> clazz)
<T> Web.ReadAsBuilder<T> transports(com.google.inject.TypeLiteral<T> clazz)
<T> WebClient<T> transportsText()
Web.FormatBuilder auth(Web.Auth auth, String username, String password)
Web.FormatBuilder auth(Web.Auth auth, String username, String password, boolean usePreemptiveAuth)
Copyright © 2015. All Rights Reserved.