org.apache.http.util.concurrent
Interface ThreadFactory


public interface ThreadFactory

Abstract thread factory. This interface is needed in order to avoid direct dependency on java.util.concurrent in Java 5.

Author:
Oleg Kalnichevski

Method Summary
 java.lang.Thread newThread(java.lang.Runnable r)
           
 

Method Detail

newThread

public java.lang.Thread newThread(java.lang.Runnable r)


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.