Package org.apache.mina.util
Class DaemonThreadFactory
- java.lang.Object
-
- org.apache.mina.util.DaemonThreadFactory
-
- All Implemented Interfaces:
ThreadFactory
public class DaemonThreadFactory extends Object implements ThreadFactory
A Thread Factory that creates Daemon threads- Author:
- Apache MINA Project
-
-
Constructor Summary
Constructors Constructor Description DaemonThreadFactory()
-
-
-
Method Detail
-
newThread
public Thread newThread(Runnable runnable)
- Specified by:
newThread
in interfaceThreadFactory
-
-