Class TransportFilter.TransportThreadFactory
java.lang.Object
org.glassfish.jersey.jdk.connector.internal.TransportFilter.TransportThreadFactory
- All Implemented Interfaces:
ThreadFactory
- Enclosing class:
TransportFilter
A default thread factory that gets used if
ThreadPoolConfig.getThreadFactory()
is not specified.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final String
private static final AtomicInteger
private final ThreadPoolConfig
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
THREAD_NAME_BASE
- See Also:
-
threadCounter
-
threadPoolConfig
-
-
Constructor Details
-
TransportThreadFactory
TransportThreadFactory(ThreadPoolConfig threadPoolConfig)
-
-
Method Details
-
newThread
- Specified by:
newThread
in interfaceThreadFactory
-