public interface IJettyStartupParameters
| Modifier and Type | Method and Description |
|---|---|
String |
getJettyContext() |
int |
getJettyIdleTimeoutMs() |
int |
getJettyMaxThreads()
Jetty max threads.
|
int |
getJettyMetricsPort() |
int |
getJettyMinThreads() |
int |
getJettyPort() |
boolean |
isJettyMetricsEnabled() |
String |
metricsRequestsBuckets() |
int getJettyMaxThreads()
int getJettyMinThreads()
int getJettyIdleTimeoutMs()
int getJettyPort()
boolean isJettyMetricsEnabled()
int getJettyMetricsPort()
String metricsRequestsBuckets()
String getJettyContext()
Copyright © 2021. All rights reserved.