Uses of Class
dev.katsute.simplehttpserver.HttpSession
Packages that use HttpSession
Package
Description
Contains core classes for using
SimpleHttpServer.Contains throttlers for the
ThrottledHandler.-
Uses of HttpSession in dev.katsute.simplehttpserver
Methods in dev.katsute.simplehttpserver that return HttpSessionModifier and TypeMethodDescriptionfinal HttpSessionHttpSessionHandler.getSession(HttpExchange exchange) Returns the session associated with a particular exchange. -
Uses of HttpSession in dev.katsute.simplehttpserver.handler.throttler
Methods in dev.katsute.simplehttpserver.handler.throttler with parameters of type HttpSessionModifier and TypeMethodDescriptionbooleanServerSessionThrottler.canIgnoreConnectionLimit(HttpSession session, SimpleHttpExchange exchange) If true, a session does not contribute to the total server connections and can bypass the maximum limit.intServerSessionThrottler.getMaxConnections(HttpSession session, SimpleHttpExchange exchange) Returns the maximum number of connections allowed for a session.intSessionThrottler.getMaxConnections(HttpSession session, SimpleHttpExchange exchange) Returns the maximum number of connections allowed for a session.