C D E F G H I M O P Q R S T U 
All Classes All Packages

C

com.anaptecs.jeaf.fastlane.annotations - package com.anaptecs.jeaf.fastlane.annotations
 
com.anaptecs.jeaf.fastlane.api - package com.anaptecs.jeaf.fastlane.api
 
contextPath() - Method in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
Context path of the workload container.

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.

E

enableJMX() - Method in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
Defines if JMX should be enabled or not.
enableManagementInterface() - Method in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
Enables management interface.
enableREST() - Method in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
Enables the REST interface so that REST service can be used.
enableWebServlets() - Method in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
Enables the servlet interface so that Web Servlets can be used.

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.

G

gracefulShutdown() - Method in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
Enables graceful shutdown behavior.
gracefulShutdownTimeout() - Method in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
Timeout for graceful shutdown.

H

httpIOIdleTimeout() - Method in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
HTTP I/O timeout of the HTTP connector.

I

initialQueueSize() - Method in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
Initial size of queue that is used to store requests until they are really processed.
inputBufferSize() - Method in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
Size of input buffer that is used when request data is read.

M

managementPath() - Method in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
Context path under which the management interface will be available.
managementPort() - Method in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
Port under which the management interface is accessible.
maxManagementThreads() - Method in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
Maximum amount of threads that are used for requests to the management interface.
maxQueueSize() - Method in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
Maximum size of queue that is used to store requested until they are really processed.
maxThreads() - Method in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
Maximum amount of threads that are used by the workload container.
minManagementThreads() - Method in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
Minimum amount of threads that are used for requests to the management interface.
minThreads() - Method in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
Minimum amount of threads that are used by the workload container.

O

outputBufferSize() - Method in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
Size of output buffer that is used when response data is written.

P

port() - Method in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
Port that is used to server requests by the so called workload container.
PROVIDER_CONFIG_PATH - Static variable in interface com.anaptecs.jeaf.fastlane.api.FastLane
Path under which the configuration file is stored.
PROVIDER_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.

Q

queueGrowSize() - Method in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
Size of which the request queue should be increased until the maximum is reached.

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.
restPath() - Method in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
Root path under which REST resources will be available.

S

sendServerVersion() - Method in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
Enables sending the server version as a response header field.
sendXPoweredBy() - Method in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
Enables sending the server version as a response header field.
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.
servletClass() - Method in annotation type com.anaptecs.jeaf.fastlane.annotations.ServletMapping
 
ServletMapping - Annotation Type in com.anaptecs.jeaf.fastlane.annotations
 
servletMappings() - Method in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
Optional additional URL mappings for servlets.
stopServerOnError() - Method in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
Defines if JEAF Fast Lane server should be stopped when a Error occurs.
stopServerOnRuntimeException() - Method in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
Defines if JEAF Fast Lane server should be stopped when a RuntimeException occurs.

T

threadIdleTimeout() - Method in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
Idle time after which a thread will be stopped and removed from pool.
traceUncaughtErrors() - Method in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
Defines if uncaught Error should be traced.
traceUncaughtRuntimeExceptions() - Method in annotation type com.anaptecs.jeaf.fastlane.annotations.FastLaneConfig
Defines if uncaught RuntimeException should be traced.

U

urlPatterns() - Method in annotation type com.anaptecs.jeaf.fastlane.annotations.ServletMapping
 
C D E F G H I M O P Q R S T U 
All Classes All Packages