Class cornell.slk.jserver.httpserver.SystemHttpServer
java.lang.Object
|
+----cornell.slk.jserver.httpserver.SystemHttpServer
- Subclasses:
- HttpServerImpl
- public abstract class SystemHttpServer
- extends java.lang.Object
|
Field Summary
|
|
boolean
|
debug
|
| Methods inherited from class java.lang.Object
|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
debug
protected boolean debug
SystemHttpServer
public SystemHttpServer()
SystemDispatch
protected void SystemDispatch(DispatchRequest req,
DispatchResponse rep)
createDispatchRequest
protected DispatchRequest createDispatchRequest()
createDispatchResponse
protected DispatchResponse createDispatchResponse()
SystemDispatchMock
protected void SystemDispatchMock(DispatchRequest req,
DispatchResponse rep)
Dispatch
public abstract void Dispatch(DispatchRequest req,
DispatchResponse rep)