Uses of Interface
org.apache.http.util.concurrent.ThreadFactory

Packages that use ThreadFactory
org.apache.http.impl.nio.reactor NIO based implementations of HttpCore interfaces. 
 

Uses of ThreadFactory in org.apache.http.impl.nio.reactor
 

Constructors in org.apache.http.impl.nio.reactor with parameters of type ThreadFactory
AbstractMultiworkerIOReactor(long selectTimeout, int workerCount, ThreadFactory threadFactory)
           
DefaultConnectingIOReactor(int workerCount, ThreadFactory threadFactory, HttpParams params)
           
DefaultListeningIOReactor(int workerCount, ThreadFactory threadFactory, HttpParams params)
           
 



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