|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ThreadFactory | |
org.apache.axis2.context | |
org.apache.axis2.transport.http | |
org.apache.axis2.transport.http.server | |
org.apache.axis2.util.threadpool |
Uses of ThreadFactory in org.apache.axis2.context |
Methods in org.apache.axis2.context that return ThreadFactory | |
ThreadFactory |
ConfigurationContext.getThreadPool()
Returns the thread factory. |
Methods in org.apache.axis2.context with parameters of type ThreadFactory | |
void |
ConfigurationContext.setThreadPool(ThreadFactory pool)
Sets the thread factory. |
Uses of ThreadFactory in org.apache.axis2.transport.http |
Constructors in org.apache.axis2.transport.http with parameters of type ThreadFactory | |
SimpleHTTPServer(ConfigurationContext systemContext,
int port,
ThreadFactory pool)
Constructor SimpleHTTPServer |
|
SimpleHTTPServer(String dir,
int port,
ThreadFactory pool)
Constructor SimpleHTTPServer |
Uses of ThreadFactory in org.apache.axis2.transport.http.server |
Constructors in org.apache.axis2.transport.http.server with parameters of type ThreadFactory | |
SimpleHttpServer(int port,
ThreadFactory threadPool)
Creates a new HTTP server instance, using the specified TCP port |
|
SimpleHttpServer(SimpleSocketFactory socketfactory,
int port,
ThreadFactory threadPool)
Creates a new HTTP server instance, using the specified socket factory and the TCP port that uses the given ThreadPool. |
Uses of ThreadFactory in org.apache.axis2.util.threadpool |
Classes in org.apache.axis2.util.threadpool that implement ThreadFactory | |
class |
ThreadPool
This the thread pool for axis2. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |