|
|
// TODO: deal with anchors in url (#) // TODO: deal with jsessionID in URL Parse a socket input (web request) into an easy to use JOTWebRequest object |
|
|
Handle a request There will be one inctance of this per request/thread |
|
|
TBD --- maybe |
|
|
Manage Web sessions TODO: session cleanup thread |
|
|
Constants |
|
|
HttpServletRequest impl. |
|
|
Base implementation of a request handler providing a parsed request object giving easy access to request and response TODO: provide a response helper too |
|
|
HttpServletResponse impl. |
|
|
Represent a web session |