public class HttpServerThreadFactory extends Object implements ThreadFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_THREAD_NAME |
String |
defaultThreadName |
| Constructor and Description |
|---|
HttpServerThreadFactory() |
HttpServerThreadFactory(String threadName) |
public static final String DEFAULT_THREAD_NAME
public final String defaultThreadName
public HttpServerThreadFactory()
public HttpServerThreadFactory(String threadName)
public Thread newThread(Runnable r)
newThread in interface ThreadFactoryCopyright © 2019. All Rights Reserved.