Package kilim.http
Class KilimMvc.Session
java.lang.Object
kilim.Task
kilim.nio.SessionTask
kilim.http.HttpSession
kilim.http.KilimMvc.Session
- All Implemented Interfaces:
Runnable,EventSubscriber,Fiber.Worker
- Enclosing class:
KilimMvc
-
Nested Class Summary
Nested classes/interfaces inherited from class kilim.http.HttpSession
HttpSession.StringRouter, HttpSession.StringSessionNested classes/interfaces inherited from class kilim.Task
Task.Fork, Task.Invoke<TT>, Task.Spawn<TT> -
Field Summary
FieldsFields inherited from class kilim.http.HttpSession
post, preFields inherited from class kilim.nio.SessionTask
endpointFields inherited from class kilim.Task
done, exitResult, fiber, id, pauseReason, running, scheduler, timer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()voidhandle(HttpRequest req, HttpResponse resp) voidsend(HttpResponse resp, byte[] msg, String type) Methods inherited from class kilim.http.HttpSession
check, problem, readRequest, sendFile, sendResponseMethods inherited from class kilim.nio.SessionTask
closeMethods inherited from class kilim.Task
checkKill, 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, yield
-
Field Details
-
handler
KilimMvc.KilimHandler handler
-
-
Constructor Details
-
Session
-
Session
protected Session()
-
-
Method Details
-
handle
-
execute
-
send
- Throws:
IOExceptionPausable
-