Skip navigation links
C D F R S 

C

com.anaptecs.jeaf.fastlane.annotations - package com.anaptecs.jeaf.fastlane.annotations
 
com.anaptecs.jeaf.fastlane.api - package com.anaptecs.jeaf.fastlane.api
 

D

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.

F

FAST_LANE_CONFIG_PATH - Static variable in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
Path under which the configuration file is stored.
FAST_LANE_CONFIG_RESOURCE_NAME - Static variable in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
Name of the resource that contains the name of the class with the @ToolsConfig annotation.
FastLane - Interface in com.anaptecs.jeaf.fastlane.api
 
FASTLANE_BASE_PATH - Static variable in interface com.anaptecs.jeaf.fastlane.api.FastLane
Name of the base path under which all Tools configuration files are located.
FastLaneConfig - Annotation Type in com.anaptecs.jeaf.fastlane.annotations
 
FILTER_CONFIG_PATH - Static variable in interface com.anaptecs.jeaf.fastlane.api.FastLane
Path under which the configuration file is stored.
FILTER_RESOURCE_NAME - Static variable in interface com.anaptecs.jeaf.fastlane.api.FastLane
Name of the resource that contains the name of the class with the @ToolsConfig annotation.

R

REST_RESOURCE_CONFIG_PATH - Static variable in interface com.anaptecs.jeaf.fastlane.api.FastLane
Path under which the configuration file is stored.
REST_RESOURCES_RESOURCE_NAME - Static variable in interface com.anaptecs.jeaf.fastlane.api.FastLane
Name of the resource that contains the name of the class with the @ToolsConfig annotation.

S

SERVLET_CONFIG_PATH - Static variable in interface com.anaptecs.jeaf.fastlane.api.FastLane
Path under which the configuration file is stored.
SERVLET_RESOURCE_NAME - Static variable in interface com.anaptecs.jeaf.fastlane.api.FastLane
Name of the resource that contains the name of the class with the @ToolsConfig annotation.
ServletMapping - Annotation Type in com.anaptecs.jeaf.fastlane.annotations
 
C D F R S 
Skip navigation links

Copyright © 2021. All rights reserved.