- DEFAULT_CONTEXT_PATH - Static variable in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
-
Default value for context path.
- DEFAULT_GRACEFUL_SHUTDOWN - Static variable in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
-
By default a graceful shutdown is enabled.
- DEFAULT_GRACEFUL_SHUTDOWN_TIMEOUT - Static variable in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
-
Default timeout for graceful shutdown.
- DEFAULT_HTTP_IO_IDLE_TIMEOUT - Static variable in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
-
Default value for HTTP I/O timeout of the HTTP connector.
- DEFAULT_INITIAL_QUEUE_SIZE - Static variable in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
-
Default value for initial queue size.
- DEFAULT_INPUT_BUFFER_SIZE - Static variable in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
-
Default size of input buffer when JEAF Fast Lane reads data from incoming requests
- DEFAULT_JMX_ENABLED - Static variable in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
-
By default JMX is disabled for security reasons.
- DEFAULT_MANAGAMENT_INTERFACE_ENABLED - Static variable in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
-
By default management interface is enabled.
- DEFAULT_MANAGEMENT_PATH - Static variable in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
-
Default path for management interface.
- DEFAULT_MANAGEMENT_PORT - Static variable in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
-
Default port that is used for the management interface.
- DEFAULT_MAX_MANAGEMENT_THREADS - Static variable in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
-
Default value for maximum threads of management container.
- DEFAULT_MAX_QUEUE_SIZE - Static variable in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
-
Maximum size of queue that is used to store requested until they are really processed. 0 means that the initial
size is also the maximum. -1 means that queue is unlimited.
- DEFAULT_MIN_MANAGEMENT_THREADS - Static variable in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
-
Default value for minimum threads of management container.
- DEFAULT_OUTPUT_BUFFER_SIZE - Static variable in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
-
Default size of output buffer when JEAF Fast Lane writes data as response.
- DEFAULT_PORT - Static variable in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
-
Default port that is used if nothing else is configured.
- DEFAULT_QUEUE_GROW_SIZE - Static variable in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
-
Default value for grow size of queue.
- DEFAULT_REST_ENABLED - Static variable in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
-
By default REST services are enabled.
- DEFAULT_REST_PATH - Static variable in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
-
Default value for REST root path.
- DEFAULT_SEND_SERVER_VERSION - Static variable in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
-
By default information about server version is not send in response header for security reasons.
- DEFAULT_SEND_X_POWERED_BY - Static variable in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
-
By default information about server version is not send in response header for security reasons.
- DEFAULT_STOP_SERVER_ON_ERROR - Static variable in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
-
By default JEAF Fast Lane server will be stopped in case that a java.lang.Error occurs.
- DEFAULT_STOP_SERVER_ON_RUNTIME_EXCEPTION - Static variable in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
-
By default an uncaught runtime exception will not cause the server to stop.
- DEFAULT_THREAD_IDLE_TIMEOUT - Static variable in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
-
Default thread idle timeout.
- DEFAULT_TRACE_UNCAUGHT__RUNTIME_EXCEPTIONS - Static variable in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
-
By default uncaught runtime exceptions will be traced.
- DEFAULT_TRACE_UNCAUGHT_ERRORS - Static variable in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
-
By default java.lang.Error will be traced.
- DEFAULT_WEB_SERVLET_ENABLED - Static variable in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
-
By default Web Servlets are enabled.
- DEFAULT_WORKLOAD_MAX_THREADS - Static variable in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
-
Default value for maximum threads of workload container.
- DEFAULT_WORKLOAD_MIN_THREADS - Static variable in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
-
Default value for minimum threads of workload container.