Package org.bitcoinj.utils
Class ContextPropagatingThreadFactory
java.lang.Object
org.bitcoinj.utils.ContextPropagatingThreadFactory
- All Implemented Interfaces:
 ThreadFactory
A 
ThreadFactory that propagates a Context from the creating
 thread into the new thread. This factory creates daemon threads.- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
ContextPropagatingThreadFactory
 - 
ContextPropagatingThreadFactory
 
 - 
 - 
Method Details
- 
newThread
- Specified by:
 newThreadin interfaceThreadFactory
 
 -