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
Protocol
Classes
NettyAsyncHttpProvider
NettyAsyncHttpProvider.OptimizedFileRegion
NettyAsyncHttpProvider.ThreadLocalBoolean
NettyAsyncHttpProviderConfig
NettyConnectionsPool
NettyResponse
NettyResponseFuture
<V>
NettyWebSocket
ResponseBodyPart
ResponseHeaders
ResponseStatus
WebSocketUtil
Package Index
|
Class Index
Summary:
Ctors
|
Protected Methods
|
Inherited Methods
|
[Expand All]
public static class
NettyAsyncHttpProvider.ThreadLocalBoolean
extends ThreadLocal<T>
java.lang.Object
↳
java.lang.ThreadLocal<T>
↳
com.ning.http.client.providers.netty.NettyAsyncHttpProvider.ThreadLocalBoolean
Summary
Public Constructors
NettyAsyncHttpProvider.ThreadLocalBoolean
()
NettyAsyncHttpProvider.ThreadLocalBoolean
(boolean defaultValue)
Protected Methods
Boolean
initialValue
()
[Expand]
Inherited Methods
From class java.lang.ThreadLocal
T
get
()
T
initialValue
()
void
remove
()
void
set
(T arg0)
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
NettyAsyncHttpProvider.ThreadLocalBoolean
()
public
NettyAsyncHttpProvider.ThreadLocalBoolean
(boolean defaultValue)
Protected Methods
protected Boolean
initialValue
()