Ether Framework
Unified API docs for Ether modules
Loading...
Searching...
No Matches
JettyServerConfig.java File Reference
import java.util.Locale;
import java.util.Map;
import java.util.Objects;
import dev.rafex.ether.config.EtherConfig;
Include dependency graph for JettyServerConfig.java:

Go to the source code of this file.

Packages

package  dev.rafex.ether.http.jetty12

Functions

record dev.rafex.ether.http.jetty12.JettyServerConfig (String host, int port, int maxThreads, int minThreads, int idleTimeoutMs, String threadPoolName, String environment, int acceptQueueSize, boolean reuseAddress, boolean stopAtShutdown, long stopTimeoutMs, long shutdownIdleTimeoutMs, boolean trustForwardHeaders, boolean forwardedOnly, int inputBufferSize, int outputBufferSize, int requestHeaderSize, int responseHeaderSize, long minRequestDataRate, long minResponseDataRate, int maxErrorDispatches, int maxUnconsumedRequestContentReads, long maxRequestBodyBytes, long maxResponseBodyBytes, int maxConcurrentRequests, int maxSuspendedRequests, long maxSuspendMs, int maxRequestsPerRemoteIp)