public interface FastLaneConfiguration
| Modifier and Type | Method and Description |
|---|---|
String |
getContextPath()
FastLaneConfig.contextPath() |
int |
getGracefulShutdownTimeout()
FastLaneConfig.gracefulShutdownTimeout() |
int |
getHTTPIOIdleTimeout()
FastLaneConfig.httpIOIdleTimeout() |
int |
getInitialQueueSize()
FastLaneConfig.initialQueueSize() |
int |
getInputBufferSize()
FastLaneConfig.inputBufferSize() |
String |
getManagementPath()
FastLaneConfig.managementPath() |
int |
getManagementPort()
FastLaneConfig#annotationType()#getManagementPort() |
int |
getMaxManagementThreads()
FastLaneConfig.maxManagementThreads() |
int |
getMaxQueueSize()
FastLaneConfig.maxQueueSize() |
int |
getMaxThreads()
FastLaneConfig.maxThreads() |
int |
getMinManagementThreads()
FastLaneConfig.minManagementThreads() |
int |
getMinThreads()
FastLaneConfig.minThreads() |
int |
getOutputBufferSize()
FastLaneConfig.outputBufferSize() |
int |
getPort()
FastLaneConfig.port() |
int |
getQueueGrowSize()
FastLaneConfig.queueGrowSize() |
String |
getRESTPath()
FastLaneConfig.restPath() |
List<com.anaptecs.jeaf.fastlane.annotations.ServletMapping> |
getServletMappings()
FastLaneConfig.servletMappings() |
int |
getThreadIdleTimeout()
FastLaneConfig.threadIdleTimeout() |
boolean |
isGracefulShutdownEnabled()
FastLaneConfig.gracefulShutdown() |
boolean |
isJMXEnabled()
FastLaneConfig.enableJMX() |
boolean |
isManagementInterfaceEnabled()
FastLaneConfig.enableManagementInterface() |
boolean |
isRESTEnabled()
FastLaneConfig.enableREST() |
boolean |
isWebServletsEnabled()
FastLaneConfig.enableWebServlets() |
boolean |
sendServerVersion()
FastLaneConfig.sendServerVersion() |
boolean |
sendXPoweredBy()
FastLaneConfig.sendXPoweredBy() |
boolean |
stopServerOnError()
FastLaneConfig.stopServerOnError() |
boolean |
stopServerOnRuntimeException()
FastLaneConfig.stopServerOnRuntimeException() |
boolean |
traceUncaughtErrors()
FastLaneConfig.traceUncaughtErrors() |
boolean |
traceUncaughtRuntimeExceptions()
FastLaneConfig.traceUncaughtRuntimeExceptions() |
String getContextPath()
FastLaneConfig.contextPath()boolean isRESTEnabled()
FastLaneConfig.enableREST()String getRESTPath()
FastLaneConfig.restPath()boolean isWebServletsEnabled()
FastLaneConfig.enableWebServlets()int getPort()
FastLaneConfig.port()int getMinThreads()
FastLaneConfig.minThreads()int getMaxThreads()
FastLaneConfig.maxThreads()String getManagementPath()
FastLaneConfig.managementPath()boolean isManagementInterfaceEnabled()
FastLaneConfig.enableManagementInterface()int getManagementPort()
FastLaneConfig#annotationType()#getManagementPort()int getMinManagementThreads()
FastLaneConfig.minManagementThreads()int getMaxManagementThreads()
FastLaneConfig.maxManagementThreads()int getThreadIdleTimeout()
FastLaneConfig.threadIdleTimeout()int getHTTPIOIdleTimeout()
FastLaneConfig.httpIOIdleTimeout()int getInitialQueueSize()
FastLaneConfig.initialQueueSize()int getMaxQueueSize()
FastLaneConfig.maxQueueSize()int getQueueGrowSize()
FastLaneConfig.queueGrowSize()int getInputBufferSize()
FastLaneConfig.inputBufferSize()int getOutputBufferSize()
FastLaneConfig.outputBufferSize()boolean sendServerVersion()
FastLaneConfig.sendServerVersion()boolean sendXPoweredBy()
FastLaneConfig.sendXPoweredBy()boolean isGracefulShutdownEnabled()
FastLaneConfig.gracefulShutdown()int getGracefulShutdownTimeout()
FastLaneConfig.gracefulShutdownTimeout()boolean stopServerOnError()
FastLaneConfig.stopServerOnError()boolean traceUncaughtErrors()
FastLaneConfig.traceUncaughtErrors()boolean stopServerOnRuntimeException()
FastLaneConfig.stopServerOnRuntimeException()boolean traceUncaughtRuntimeExceptions()
FastLaneConfig.traceUncaughtRuntimeExceptions()boolean isJMXEnabled()
FastLaneConfig.enableJMX()List<com.anaptecs.jeaf.fastlane.annotations.ServletMapping> getServletMappings()
FastLaneConfig.servletMappings()Copyright © 2022. All rights reserved.