public class ThreadLocalBoolean extends ThreadLocal<Boolean>
| Constructor and Description |
|---|
ThreadLocalBoolean() |
ThreadLocalBoolean(boolean defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
protected Boolean |
initialValue() |
get, remove, set, withInitialpublic ThreadLocalBoolean()
public ThreadLocalBoolean(boolean defaultValue)
protected Boolean initialValue()
initialValue in class ThreadLocal<Boolean>Copyright © 2008-2017 The Netty Project. All Rights Reserved.