Uses of Class
one.nio.http.HttpSession
-
Packages that use HttpSession Package Description one.nio.http one.nio.mgt -
-
Uses of HttpSession in one.nio.http
Methods in one.nio.http that return HttpSession Modifier and Type Method Description HttpSessionHttpServer. createSession(Socket socket)Methods in one.nio.http with parameters of type HttpSession Modifier and Type Method Description voidHttpServer. handleDefault(Request request, HttpSession session)voidHttpServer. handleRequest(Request request, HttpSession session)voidRequestHandler. handleRequest(Request request, HttpSession session) -
Uses of HttpSession in one.nio.mgt
Methods in one.nio.mgt with parameters of type HttpSession Modifier and Type Method Description voidManagementServer. handleRequest(Request request, HttpSession session)
-