public class YAMLFastLaneConfigurationImpl extends Object implements FastLaneConfiguration
| Constructor and Description |
|---|
YAMLFastLaneConfigurationImpl() |
| 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() |
void |
setContextPath(String pContextPath) |
void |
setGracefulShutdownEnabled(boolean pGracefulShutdownEnabled) |
void |
setGracefulShutdownTimeout(int pGracefulShutdownTimeout) |
void |
setHttpIOIdleTimeout(int pHttpIOIdleTimeout) |
void |
setInitialQueueSize(int pInitialQueueSize) |
void |
setInputBufferSize(int pInputBufferSize) |
void |
setJmxEnabled(boolean pJmxEnabled) |
void |
setManagementInterfaceEnabled(boolean pManagementInterfaceEnabled) |
void |
setManagementPath(String pManagementPath) |
void |
setManagementPort(int pManagementPort) |
void |
setMaxManagementThreads(int pMaxManagementThreads) |
void |
setMaxQueueSize(int pMaxQueueSize) |
void |
setMaxThreads(int pMaxThreads) |
void |
setMinManagementThreads(int pMinManagementThreads) |
void |
setMinThreads(int pMinThreads) |
void |
setOutputBufferSize(int pOutputBufferSize) |
void |
setPort(int pPort) |
void |
setQueueGrowSize(int pQueueGrowSize) |
void |
setRestEnabled(boolean pRestEnabled) |
void |
setRestPath(String pRestPath) |
void |
setSendServerVersion(boolean pSendServerVersion) |
void |
setSendXPoweredBy(boolean pSendXPoweredBy) |
void |
setStopServerOnError(boolean pStopServerOnError) |
void |
setStopServerOnRuntimeException(boolean pStopServerOnRuntimeException) |
void |
setThreadIdleTimeout(int pThreadIdleTimeout) |
void |
setTraceUncaughtErrors(boolean pTraceUncaughtErrors) |
void |
setTraceUncaughtRuntimeExceptions(boolean pTraceUncaughtRuntimeExceptions) |
void |
setWebServletsEnabled(boolean pWebServletsEnabled) |
boolean |
stopServerOnError()
FastLaneConfig.stopServerOnError() |
boolean |
stopServerOnRuntimeException()
FastLaneConfig.stopServerOnRuntimeException() |
boolean |
traceUncaughtErrors()
FastLaneConfig.traceUncaughtErrors() |
boolean |
traceUncaughtRuntimeExceptions()
FastLaneConfig.traceUncaughtRuntimeExceptions() |
public int getPort()
FastLaneConfigurationFastLaneConfig.port()getPort in interface FastLaneConfigurationpublic int getMinThreads()
FastLaneConfigurationFastLaneConfig.minThreads()getMinThreads in interface FastLaneConfigurationpublic int getMaxThreads()
FastLaneConfigurationFastLaneConfig.maxThreads()getMaxThreads in interface FastLaneConfigurationpublic boolean isManagementInterfaceEnabled()
FastLaneConfigurationFastLaneConfig.enableManagementInterface()isManagementInterfaceEnabled in interface FastLaneConfigurationpublic int getManagementPort()
FastLaneConfigurationFastLaneConfig#annotationType()#getManagementPort()getManagementPort in interface FastLaneConfigurationpublic int getMinManagementThreads()
FastLaneConfigurationFastLaneConfig.minManagementThreads()getMinManagementThreads in interface FastLaneConfigurationpublic int getMaxManagementThreads()
FastLaneConfigurationFastLaneConfig.maxManagementThreads()getMaxManagementThreads in interface FastLaneConfigurationpublic int getThreadIdleTimeout()
FastLaneConfigurationFastLaneConfig.threadIdleTimeout()getThreadIdleTimeout in interface FastLaneConfigurationpublic int getInitialQueueSize()
FastLaneConfigurationFastLaneConfig.initialQueueSize()getInitialQueueSize in interface FastLaneConfigurationpublic int getMaxQueueSize()
FastLaneConfigurationFastLaneConfig.maxQueueSize()getMaxQueueSize in interface FastLaneConfigurationpublic int getQueueGrowSize()
FastLaneConfigurationFastLaneConfig.queueGrowSize()getQueueGrowSize in interface FastLaneConfigurationpublic int getInputBufferSize()
FastLaneConfigurationFastLaneConfig.inputBufferSize()getInputBufferSize in interface FastLaneConfigurationpublic int getOutputBufferSize()
FastLaneConfigurationFastLaneConfig.outputBufferSize()getOutputBufferSize in interface FastLaneConfigurationpublic String getContextPath()
FastLaneConfigurationFastLaneConfig.contextPath()getContextPath in interface FastLaneConfigurationpublic String getRESTPath()
FastLaneConfigurationFastLaneConfig.restPath()getRESTPath in interface FastLaneConfigurationpublic boolean isRESTEnabled()
FastLaneConfigurationFastLaneConfig.enableREST()isRESTEnabled in interface FastLaneConfigurationpublic boolean isWebServletsEnabled()
FastLaneConfigurationFastLaneConfig.enableWebServlets()isWebServletsEnabled in interface FastLaneConfigurationpublic String getManagementPath()
FastLaneConfigurationFastLaneConfig.managementPath()getManagementPath in interface FastLaneConfigurationpublic int getHTTPIOIdleTimeout()
FastLaneConfigurationFastLaneConfig.httpIOIdleTimeout()getHTTPIOIdleTimeout in interface FastLaneConfigurationpublic boolean sendServerVersion()
FastLaneConfigurationFastLaneConfig.sendServerVersion()sendServerVersion in interface FastLaneConfigurationpublic boolean sendXPoweredBy()
FastLaneConfigurationFastLaneConfig.sendXPoweredBy()sendXPoweredBy in interface FastLaneConfigurationpublic boolean isGracefulShutdownEnabled()
FastLaneConfigurationFastLaneConfig.gracefulShutdown()isGracefulShutdownEnabled in interface FastLaneConfigurationpublic int getGracefulShutdownTimeout()
FastLaneConfigurationFastLaneConfig.gracefulShutdownTimeout()getGracefulShutdownTimeout in interface FastLaneConfigurationpublic boolean stopServerOnError()
FastLaneConfigurationFastLaneConfig.stopServerOnError()stopServerOnError in interface FastLaneConfigurationpublic boolean traceUncaughtErrors()
FastLaneConfigurationFastLaneConfig.traceUncaughtErrors()traceUncaughtErrors in interface FastLaneConfigurationpublic boolean stopServerOnRuntimeException()
FastLaneConfigurationFastLaneConfig.stopServerOnRuntimeException()stopServerOnRuntimeException in interface FastLaneConfigurationpublic boolean traceUncaughtRuntimeExceptions()
FastLaneConfigurationFastLaneConfig.traceUncaughtRuntimeExceptions()traceUncaughtRuntimeExceptions in interface FastLaneConfigurationpublic boolean isJMXEnabled()
FastLaneConfigurationFastLaneConfig.enableJMX()isJMXEnabled in interface FastLaneConfigurationpublic List<com.anaptecs.jeaf.fastlane.annotations.ServletMapping> getServletMappings()
FastLaneConfigurationFastLaneConfig.servletMappings()getServletMappings in interface FastLaneConfigurationpublic void setPort(int pPort)
public void setMinThreads(int pMinThreads)
public void setMaxThreads(int pMaxThreads)
public void setManagementInterfaceEnabled(boolean pManagementInterfaceEnabled)
public void setManagementPort(int pManagementPort)
public void setMinManagementThreads(int pMinManagementThreads)
public void setMaxManagementThreads(int pMaxManagementThreads)
public void setThreadIdleTimeout(int pThreadIdleTimeout)
public void setInitialQueueSize(int pInitialQueueSize)
public void setMaxQueueSize(int pMaxQueueSize)
public void setQueueGrowSize(int pQueueGrowSize)
public void setInputBufferSize(int pInputBufferSize)
public void setOutputBufferSize(int pOutputBufferSize)
public void setContextPath(String pContextPath)
public void setRestPath(String pRestPath)
public void setRestEnabled(boolean pRestEnabled)
public void setWebServletsEnabled(boolean pWebServletsEnabled)
public void setManagementPath(String pManagementPath)
public void setHttpIOIdleTimeout(int pHttpIOIdleTimeout)
public void setSendServerVersion(boolean pSendServerVersion)
public void setSendXPoweredBy(boolean pSendXPoweredBy)
public void setGracefulShutdownEnabled(boolean pGracefulShutdownEnabled)
public void setGracefulShutdownTimeout(int pGracefulShutdownTimeout)
public void setStopServerOnError(boolean pStopServerOnError)
public void setTraceUncaughtErrors(boolean pTraceUncaughtErrors)
public void setStopServerOnRuntimeException(boolean pStopServerOnRuntimeException)
public void setTraceUncaughtRuntimeExceptions(boolean pTraceUncaughtRuntimeExceptions)
public void setJmxEnabled(boolean pJmxEnabled)
Copyright © 2022. All rights reserved.