| Package | Description |
|---|---|
| org.asynchttpclient | |
| org.asynchttpclient.cookie | |
| org.asynchttpclient.netty | |
| org.asynchttpclient.webdav |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.ArrayList<Cookie> |
RequestBuilderBase.cookies |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Cookie> |
Response.getCookies() |
java.util.List<Cookie> |
Request.getCookies() |
java.util.List<Cookie> |
DefaultRequest.getCookies() |
| Modifier and Type | Method and Description |
|---|---|
T |
RequestBuilderBase.addCookie(Cookie cookie) |
T |
RequestBuilderBase.addOrReplaceCookie(Cookie cookie) |
| Modifier and Type | Method and Description |
|---|---|
T |
RequestBuilderBase.setCookies(java.util.Collection<Cookie> cookies) |
| Constructor and Description |
|---|
DefaultRequest(java.lang.String method,
Uri uri,
java.net.InetAddress address,
java.net.InetAddress localAddress,
io.netty.handler.codec.http.HttpHeaders headers,
java.util.List<Cookie> cookies,
byte[] byteData,
java.util.List<byte[]> compositeByteData,
java.lang.String stringData,
java.nio.ByteBuffer byteBufferData,
java.io.InputStream streamData,
BodyGenerator bodyGenerator,
java.util.List<Param> formParams,
java.util.List<Part> bodyParts,
java.lang.String virtualHost,
ProxyServer proxyServer,
Realm realm,
java.io.File file,
java.lang.Boolean followRedirect,
int requestTimeout,
long rangeOffset,
java.nio.charset.Charset charset,
ChannelPoolPartitioning channelPoolPartitioning,
NameResolver<java.net.InetAddress> nameResolver) |
| Modifier and Type | Method and Description |
|---|---|
static Cookie |
CookieDecoder.decode(java.lang.String header)
Decodes the specified HTTP header value into
Cookie. |
static Cookie |
Cookie.newValidCookie(java.lang.String name,
java.lang.String value,
boolean wrap,
java.lang.String domain,
java.lang.String path,
long maxAge,
boolean secure,
boolean httpOnly) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
CookieEncoder.encode(java.util.Collection<Cookie> cookies) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Cookie> |
NettyResponse.getCookies() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Cookie> |
WebDavResponse.getCookies() |
Copyright © 2018. All Rights Reserved.