Uses of Class
com.kttdevelopment.simplehttpserver.HttpSessionHandler
-
Packages that use HttpSessionHandler Package Description com.kttdevelopment.simplehttpserver com.kttdevelopment.simplehttpserver.handler -
-
Uses of HttpSessionHandler in com.kttdevelopment.simplehttpserver
Methods in com.kttdevelopment.simplehttpserver that return HttpSessionHandler Modifier and Type Method Description abstract HttpSessionHandlerSimpleHttpServer. getHttpSessionHandler()Returns the session handler for the server or null if none exists.Methods in com.kttdevelopment.simplehttpserver with parameters of type HttpSessionHandler Modifier and Type Method Description abstract voidSimpleHttpServer. setHttpSessionHandler(HttpSessionHandler sessionHandler)Sets a session handler for the server. -
Uses of HttpSessionHandler in com.kttdevelopment.simplehttpserver.handler
Constructors in com.kttdevelopment.simplehttpserver.handler with parameters of type HttpSessionHandler Constructor Description ServerSessionThrottler(HttpSessionHandler sessionHandler)Creates a throttler with limits on session and total connections.ServerSessionThrottler(HttpSessionHandler sessionHandler, int maxConnections)Creates a throttler with limits on session and total connections.SessionThrottler(HttpSessionHandler sessionHandler)Creates a throttler that allows no connections.
-