Package org.htmlunit
Class WebClient.ThreadNamingFactory
java.lang.Object
org.htmlunit.WebClient.ThreadNamingFactory
- All Implemented Interfaces:
ThreadFactory
- Enclosing class:
WebClient
Our simple impl of a ThreadFactory (decorator) to be able to name
our threads.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ID_
private static int ID_ -
baseFactory_
-
-
Constructor Details
-
ThreadNamingFactory
ThreadNamingFactory(ThreadFactory aBaseFactory)
-
-
Method Details
-
newThread
- Specified by:
newThread
in interfaceThreadFactory
-