|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
org.exist.http.HttpServer
Description of the Class
Field Summary | |
protected static java.lang.String |
basedir
|
protected Configuration |
config
|
protected static org.apache.log4j.Category |
LOG
|
protected org.exist.http.HttpServer.ConnectionPool |
pool
|
protected static int |
port
|
protected boolean |
stop
|
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
HttpServer(Configuration conf)
Constructor for the HttpServer object |
|
HttpServer(Configuration conf,
int port)
Constructor for the HttpServer object |
|
HttpServer(Configuration conf,
int port,
int min,
int max)
Constructor for the HttpServer object |
|
HttpServer(java.lang.String confFile)
Constructor for the HttpServer object |
Method Summary | |
static void |
main(java.lang.String[] args)
Description of the Method |
void |
run()
Main processing method for the HttpServer object |
void |
shutdown()
|
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected static int port
protected static java.lang.String basedir
protected Configuration config
protected org.exist.http.HttpServer.ConnectionPool pool
protected static org.apache.log4j.Category LOG
protected boolean stop
Constructor Detail |
public HttpServer(Configuration conf) throws EXistException
conf
- Description of the Parameter
EXistException
- Description of the Exceptionpublic HttpServer(java.lang.String confFile) throws EXistException, DatabaseConfigurationException
confFile
- Description of the Parameter
EXistException
- Description of the Exception
DatabaseConfigurationException
- Description of the Exceptionpublic HttpServer(Configuration conf, int port) throws EXistException
conf
- Description of the Parameterport
- Description of the Parameter
EXistException
- Description of the Exceptionpublic HttpServer(Configuration conf, int port, int min, int max) throws EXistException
conf
- Description of the Parameterport
- Description of the Parametermin
- Description of the Parametermax
- Description of the Parameter
EXistException
- Description of the ExceptionMethod Detail |
public void run()
public void shutdown()
public static void main(java.lang.String[] args)
args
- Description of the Parameter
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |