Uses of Class
eos.model.web.HttpSession
-
Packages that use HttpSession Package Description eos.model.web eos.web -
-
Uses of HttpSession in eos.model.web
Methods in eos.model.web that return HttpSession Modifier and Type Method Description HttpSessionHttpRequest. getSession()HttpSessionHttpRequest. getSession(boolean newitup)Methods in eos.model.web with parameters of type HttpSession Modifier and Type Method Description voidHttpRequest. setSession(HttpSession httpSession)Constructor parameters in eos.model.web with type arguments of type HttpSession Constructor Description HttpRequest(Map<String,HttpSession> sessions, HttpExchange httpExchange)HttpSession(Map<String,HttpSession> sessions, HttpExchange httpExchange) -
Uses of HttpSession in eos.web
Constructor parameters in eos.web with type arguments of type HttpSession Constructor Description ElementCompiler(Eos.Cache cache, byte[] bytes, Map<String,HttpSession> sessions, HttpExchange httpExchange)
-