Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS

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
 
 

Constructor Summary
 SystemHttpServer()
 
 

Method Summary
DispatchRequest  createDispatchRequest()
 
DispatchResponse  createDispatchResponse()
 
void  Dispatch(DispatchRequest req, DispatchResponse rep)
 
void  SystemDispatch(DispatchRequest req, DispatchResponse rep)
 
void  SystemDispatchMock(DispatchRequest req, DispatchResponse rep)
 
 
Methods inherited from class java.lang.Object
 clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debug

protected boolean debug
Constructor Detail

SystemHttpServer

public SystemHttpServer()
Method Detail

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)

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS