Package org.eclipse.jetty.util
Class ClassLoadingObjectInputStream.ClassLoaderThreadLocal
- java.lang.Object
-
- java.lang.ThreadLocal<ClassLoader>
-
- org.eclipse.jetty.util.ClassLoadingObjectInputStream.ClassLoaderThreadLocal
-
- Enclosing class:
- ClassLoadingObjectInputStream
protected static class ClassLoadingObjectInputStream.ClassLoaderThreadLocal extends ThreadLocal<ClassLoader>
-
-
Field Summary
Fields Modifier and Type Field Description protected static ClassLoaderUNSET
-
Constructor Summary
Constructors Modifier Constructor Description protectedClassLoaderThreadLocal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ClassLoaderinitialValue()-
Methods inherited from class java.lang.ThreadLocal
get, remove, set, withInitial
-
-
-
-
Field Detail
-
UNSET
protected static final ClassLoader UNSET
-
-
Method Detail
-
initialValue
protected ClassLoader initialValue()
- Overrides:
initialValuein classThreadLocal<ClassLoader>
-
-