|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ooweb.http.AbstractServer
net.sf.ooweb.http.pygmy.OowebServer
public class OowebServer
PygmyServer
Field Summary |
---|
Fields inherited from class net.sf.ooweb.http.AbstractServer |
---|
DEFAULT_QUIP, logger, QUIP_FILE, quipList |
Constructor Summary | |
---|---|
OowebServer()
|
|
OowebServer(java.io.File config)
|
Method Summary | |
---|---|
void |
start()
subclasses usually will want to override this method to actually start the server. |
void |
stop()
subclasses can optionally override the stop method to shutdown the server gracefully. |
Methods inherited from class net.sf.ooweb.http.AbstractServer |
---|
addController, getCache, getQuip, getRegistry, initialiseCache, setControllers |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OowebServer() throws java.io.IOException
java.io.IOException
public OowebServer(java.io.File config) throws java.io.IOException
config
- a URL to the properties file that contains your additional
or overriding properties.
java.io.IOException
Method Detail |
---|
public void start() throws java.lang.Exception
AbstractServer
start
in interface Server
start
in class AbstractServer
java.lang.Exception
Server.start()
public void stop()
AbstractServer
stop
in interface Server
stop
in class AbstractServer
Server.stop()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |