Uses of Class
winstone.ObjectPool

Packages that use ObjectPool
winstone   
winstone.ajp13   
winstone.ssl   
 

Uses of ObjectPool in winstone
 

Fields in winstone declared as ObjectPool
protected  ObjectPool HttpListener.objectPool
           
 

Methods in winstone with parameters of type ObjectPool
protected  void HostGroup.initHost(java.io.File webappsDir, java.lang.String hostname, Cluster cluster, ObjectPool objectPool, java.lang.ClassLoader commonLibCL, java.io.File[] commonLibCLPaths, java.util.Map args)
           
protected  void HostGroup.initMultiHostDir(java.io.File hostsDir, Cluster cluster, ObjectPool objectPool, java.lang.ClassLoader commonLibCL, java.io.File[] commonLibCLPaths, java.util.Map args)
           
 

Constructors in winstone with parameters of type ObjectPool
HostConfiguration(java.lang.String hostname, Cluster cluster, ObjectPool objectPool, java.lang.ClassLoader commonLibCL, java.io.File[] commonLibCLPaths, java.util.Map args, java.io.File webappsDir)
           
HostGroup(Cluster cluster, ObjectPool objectPool, java.lang.ClassLoader commonLibCL, java.io.File[] commonLibCLPaths, java.util.Map args)
           
HttpListener(java.util.Map args, ObjectPool objectPool, HostGroup hostGroup)
          Constructor
WebAppConfiguration(HostConfiguration ownerHostConfig, Cluster cluster, java.lang.String webRoot, java.lang.String prefix, ObjectPool objectPool, java.util.Map startupArgs, org.w3c.dom.Node elm, java.lang.ClassLoader parentClassLoader, java.io.File[] parentClassPaths, java.lang.String contextName)
          Constructor.
 

Uses of ObjectPool in winstone.ajp13
 

Constructors in winstone.ajp13 with parameters of type ObjectPool
Ajp13Listener(java.util.Map args, ObjectPool objectPool, HostGroup hostGroup)
          Constructor
 

Uses of ObjectPool in winstone.ssl
 

Constructors in winstone.ssl with parameters of type ObjectPool
HttpsListener(java.util.Map args, ObjectPool objectPool, HostGroup hostGroup)
          Constructor
 



Copyright © 2013. All Rights Reserved.