com.ning.http.client.providers.netty
Class NettyAsyncHttpProvider.ThreadLocalBoolean

java.lang.Object
  extended by java.lang.ThreadLocal<Boolean>
      extended by com.ning.http.client.providers.netty.NettyAsyncHttpProvider.ThreadLocalBoolean
Enclosing class:
NettyAsyncHttpProvider

public static class NettyAsyncHttpProvider.ThreadLocalBoolean
extends ThreadLocal<Boolean>


Constructor Summary
NettyAsyncHttpProvider.ThreadLocalBoolean()
           
NettyAsyncHttpProvider.ThreadLocalBoolean(boolean defaultValue)
           
 
Method Summary
protected  Boolean initialValue()
           
 
Methods inherited from class java.lang.ThreadLocal
get, remove, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NettyAsyncHttpProvider.ThreadLocalBoolean

public NettyAsyncHttpProvider.ThreadLocalBoolean()

NettyAsyncHttpProvider.ThreadLocalBoolean

public NettyAsyncHttpProvider.ThreadLocalBoolean(boolean defaultValue)
Method Detail

initialValue

protected Boolean initialValue()
Overrides:
initialValue in class ThreadLocal<Boolean>


Copyright © 2011. All Rights Reserved.