public static class KilimMvc.Session extends HttpSession
HttpSession.StringRouter, HttpSession.StringSessionTask.Fork, Task.Invoke<TT>, Task.Spawn<TT>endpointdone, exitResult, fiber, id, pauseReason, running, scheduler, timer| Modifier | Constructor and Description |
|---|---|
protected |
Session() |
|
Session(KilimMvc.KilimHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
void |
handle(HttpRequest req,
HttpResponse resp) |
void |
send(HttpResponse resp,
byte[] msg,
java.lang.String type) |
check, problem, readRequest, sendFile, sendResponseclosecheckKill, dump, equals, errNotWoven, errNotWoven, errorExit, errorExit, execute, exit, exit, fork, getCurrentTask, getExecutionThread, getPauseReason, getScheduler, getStackDepth, getState, getTid, hashCode, id, idledown, informOnExit, invoke, isDone, join, joinb, onEvent, pause, pause, pinToThread, prePin, resume, resumeOnScheduler, run, setPauseReason, setScheduler, setTid, shutdown, sleep, spawn, spawn, start, toString, unpinFromThread, yield, yieldpublic Session(KilimMvc.KilimHandler handler)
protected Session()
public void handle(HttpRequest req, HttpResponse resp) throws Pausable, java.lang.Exception
Pausablejava.lang.Exceptionpublic void execute()
throws Pausable,
java.lang.Exception
execute in interface Fiber.Workerexecute in class TaskPausablejava.lang.Exceptionpublic void send(HttpResponse resp, byte[] msg, java.lang.String type) throws java.io.IOException, Pausable
java.io.IOExceptionPausable