Class ThrottledHandler

java.lang.Object
dev.katsute.simplehttpserver.handler.throttler.ThrottledHandler
All Implemented Interfaces:
HttpHandler, SimpleHttpHandler

public class ThrottledHandler extends Object implements SimpleHttpHandler
The throttled handler limits how many simultaneous connections are allowed at any given time. Throttlers are used to determine how inbound connections are handled.
Since:
5.0.0
Version:
5.0.0
Author:
Katsute
See Also: