Uses of Class
dev.katsute.simplehttpserver.HttpSessionHandler
Packages that use HttpSessionHandler
-
Uses of HttpSessionHandler in dev.katsute.simplehttpserver.handler.throttler
Constructors in dev.katsute.simplehttpserver.handler.throttler with parameters of type HttpSessionHandlerModifierConstructorDescriptionServerSessionThrottler(HttpSessionHandler sessionHandler) Creates a throttler with no total connection limit.ServerSessionThrottler(HttpSessionHandler sessionHandler, int maxConnections) Creates a throttler with a limit on max total connections.SessionThrottler(HttpSessionHandler sessionHandler) Creates a throttler.