Asynchronous Http Client 1.8.0-SNAPSHOT
Package Index
|
Class Index
com.ning.http.client
com.ning.http.client.consumers
com.ning.http.client.extra
com.ning.http.client.filter
com.ning.http.client.generators
com.ning.http.client.listenable
com.ning.http.client.listener
com.ning.http.client.ntlm
com.ning.http.client.oauth
com.ning.http.client.providers.apache
com.ning.http.client.providers.grizzly
com.ning.http.client.providers.jdk
com.ning.http.client.providers.netty
com.ning.http.client.providers.netty.spnego
com.ning.http.client.resumable
com.ning.http.client.simple
com.ning.http.client.webdav
com.ning.http.client.websocket
com.ning.http.multipart
com.ning.http.util
Interfaces
AsyncHandler
<T>
AsyncHttpProvider
AsyncHttpProviderConfig
<U, V>
Body
BodyConsumer
BodyGenerator
ConnectionsPool
<U, V>
ListenableFuture
<V>
Part
ProgressAsyncHandler
<T>
RandomAccessBody
Request
Request.EntityWriter
Response
ResumableBodyConsumer
SSLEngineFactory
SignatureCalculator
SimpleAsyncHttpClient.DerivedBuilder
ThrowableHandler
UpgradeHandler
<T>
Classes
AsyncCompletionHandler
<T>
AsyncCompletionHandlerBase
AsyncHttpClient
AsyncHttpClient.BoundRequestBuilder
AsyncHttpClientConfig
AsyncHttpClientConfig.Builder
AsyncHttpClientConfigBean
BodyDeferringAsyncHandler
BodyDeferringAsyncHandler.BodyDeferringInputStream
ByteArrayPart
Cookie
FilePart
FluentCaseInsensitiveStringsMap
FluentStringsMap
HttpContent
HttpResponseBodyPart
HttpResponseHeaders
HttpResponseStatus
PerRequestConfig
ProxyServer
Realm
Realm.RealmBuilder
RequestBuilder
RequestBuilderBase
<T extends
RequestBuilderBase
<T>>
Response.ResponseBuilder
SimpleAsyncHttpClient
SimpleAsyncHttpClient.Builder
StringPart
Enums
AsyncHandler.STATE
ProxyServer.Protocol
Realm.AuthScheme
SimpleAsyncHttpClient.ErrorDocumentBehaviour
Exceptions
MaxRedirectException
Package Index
|
Class Index
Use Tree Navigation
Use Panel Navigation
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
Cookie
extends Object
java.lang.Object
↳
com.ning.http.client.Cookie
Summary
Public Constructors
Cookie
(String domain, String name, String value, String path, int maxAge, boolean secure)
Cookie
(String domain, String name, String value, String path, int maxAge, boolean secure, int version)
Public Methods
String
getDomain
()
int
getMaxAge
()
String
getName
()
String
getPath
()
Set<Integer>
getPorts
()
String
getValue
()
int
getVersion
()
boolean
isSecure
()
void
setPorts
(int... ports)
void
setPorts
(Iterable<Integer> ports)
String
toString
()
[Expand]
Inherited Methods
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0)
final void
wait
(long arg0, int arg1)
Public Constructors
public
Cookie
(String domain, String name, String value, String path, int maxAge, boolean secure)
public
Cookie
(String domain, String name, String value, String path, int maxAge, boolean secure, int version)
Public Methods
public String
getDomain
()
public int
getMaxAge
()
public String
getName
()
public String
getPath
()
public Set<Integer>
getPorts
()
public String
getValue
()
public int
getVersion
()
public boolean
isSecure
()
public void
setPorts
(int... ports)
public void
setPorts
(Iterable<Integer> ports)
public String
toString
()