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