| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.jbenchmark.TestFeature
net.sf.jbenchmark.HttpServer
Manages the set of connections to a server.
| Constructor Summary | |
HttpServer()
 | 
|
| Method Summary | |
 org.apache.commons.httpclient.HttpClient | 
getClient()
Returns the client to use.  | 
 boolean | 
isUseThreadSession()
 | 
 void | 
setHostname(java.lang.String hostname)
Sets the hostname.  | 
 void | 
setPort(int port)
Sets the http port.  | 
 void | 
setThreadSession(boolean useThreadSession)
Sets the thread session flag.  | 
| Methods inherited from class net.sf.jbenchmark.TestFeature | 
finish, getContext, getName, setContext, setName, toString | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public HttpServer()
| Method Detail | 
public void setHostname(java.lang.String hostname)
public void setPort(int port)
public boolean isUseThreadSession()
public void setThreadSession(boolean useThreadSession)
public org.apache.commons.httpclient.HttpClient getClient()
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||