public class Request extends Object implements Serializable
public RequestBuilder toBuilder()
@Deprecated public String getMethod()
method()@Deprecated public Collection<? extends Map.Entry<String,?>> getHeaders()
headers()@Deprecated public Collection<? extends Map.Entry<String,?>> getCookies()
cookies()@Deprecated public String getUserAgent()
userAgent()@Deprecated public Charset getCharset()
charset()@Deprecated public @Nullable RequestBody<?> getBody()
body()@Deprecated public int getSocksTimeout()
socksTimeout()@Deprecated public int getConnectTimeout()
connectTimeout()@Deprecated public @Nullable Proxy getProxy()
proxy()@Deprecated public boolean isFollowRedirect()
followRedirect()@Deprecated public int getMaxRedirectCount()
maxRedirectCount()@Deprecated public boolean isCompress()
acceptCompress()@Deprecated public boolean isVerify()
verify()@Deprecated public @Nullable KeyStore getKeyStore()
keyStore()@Deprecated public BasicAuth getBasicAuth()
basicAuth()@Deprecated public @Nullable SessionContext getSessionContext()
sessionContext()@Deprecated public URL getUrl()
url()@Deprecated public Collection<? extends Map.Entry<String,?>> getParams()
params()@Deprecated public boolean isKeepAlive()
keepAlive()public String method()
public Collection<? extends Map.Entry<String,?>> headers()
public Collection<? extends Map.Entry<String,?>> cookies()
public Collection<? extends Map.Entry<String,?>> params()
public String userAgent()
public Charset charset()
public @Nullable RequestBody<?> body()
public int socksTimeout()
public int connectTimeout()
public @Nullable Proxy proxy()
public boolean followRedirect()
public int maxRedirectCount()
public boolean acceptCompress()
public boolean verify()
public KeyStore keyStore()
public BasicAuth basicAuth()
public SessionContext sessionContext()
public URL url()
public boolean keepAlive()
Copyright © 2019. All rights reserved.