A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X 

E

EARLY - enum entry in io.javalin.plugin.PluginPriority

Plugins with priority EARLY will be started before other type of plugins. These plugins should be focused on meta configuration and not on registering handlers.

EARLY_HINTS - enum entry in io.javalin.http.HttpStatus

This status code is primarily intended to be used with the Link header, letting the user agent start preloading resources while the server prepares a response or preconnect to an origin from which the page will need resources.

EarlyHintsResponse - class in io.javalin.http
 
emit(String) - function in io.javalin.http.sse.Emitter
 
emit(String,InputStream,String) - function in io.javalin.http.sse.Emitter
 
Emitter - class in io.javalin.http.sse
 
EmitterKt - class in io.javalin.http.sse
 
enableAutomaticPings(WsContext,Long,TimeUnit,ByteBuffer) - function in io.javalin.websocket.WsAutomaticPingKt
 
enableAutomaticPings() - function in io.javalin.websocket.WsContext
Enables automatic pings at a 15 second interval, preventing the connection from timing out
enableAutomaticPings() - function in io.javalin.websocket.WsContext
Enables automatic pings at a 15 second interval, preventing the connection from timing out
enableAutomaticPings(Long,TimeUnit,ByteBuffer) - function in io.javalin.websocket.WsContext
Enables automatic pings at the specified interval, preventing the connection from timing out
enableAutomaticPings(Long,TimeUnit) - function in io.javalin.websocket.WsContext
Enables automatic pings at the specified interval, preventing the connection from timing out
enableAutomaticPings(Long,TimeUnit,ByteBuffer) - function in io.javalin.websocket.WsContext
Enables automatic pings at the specified interval, preventing the connection from timing out
enableAutomaticPings(Long,TimeUnit) - function in io.javalin.websocket.WsContext
Enables automatic pings at the specified interval, preventing the connection from timing out
enableBasicAuth(String,String) - function in io.javalin.config.BundledPluginsConfig
Enables the Basic Authentication plugin.
enableCors(Consumer) - function in io.javalin.config.BundledPluginsConfig
Enables the Cors Plugin.
enableDevLogging() - function in io.javalin.config.BundledPluginsConfig
Enables the development debugging logger plugin.
enableDevLogging(Consumer) - function in io.javalin.config.BundledPluginsConfig
Enables the development debugging logger plugin with the specified config
enableGlobalHeaders(Consumer) - function in io.javalin.config.BundledPluginsConfig
Enables the Global Headers plugin.
enableHttpAllowedMethodsOnRoutes() - function in io.javalin.config.BundledPluginsConfig
Enables the HttpAllowedMethodsPlugin, automatically handling the Options request on configured routes.
enableRedirectToLowercasePaths() - function in io.javalin.config.BundledPluginsConfig
Enables the RedirectToLowercasePath plugin.
enableRouteOverview(String,RouteRole) - function in io.javalin.config.BundledPluginsConfig
Enables the RouteOverview plugin.
enableSslRedirects() - function in io.javalin.config.BundledPluginsConfig
Enables the SSL Redirects plugin, which redirect any http request to https.
enableWebjars() - function in io.javalin.config.StaticFilesConfig
Enable webjars access.
encoding() - function in io.javalin.compression.Brotli4jCompressor
The content encoding for this compressor (e.g.
encoding() - function in io.javalin.compression.Compressor
The content encoding for this compressor (e.g.
encoding() - function in io.javalin.compression.GzipCompressor
The content encoding for this compressor (e.g.
Endpoint - class in io.javalin.router
Represents an HTTP endpoint in the application.
Endpoint.Companion - class in io.javalin.router.Endpoint
 
Endpoint.Companion.EndpointBuilder - class in io.javalin.router.Endpoint.Companion
 
EndpointExecutor - class in io.javalin.router
Endpoint executor represents a component that is able to execute an endpoint, such as a router or a mock.
EndpointGroup - class in io.javalin.apibuilder
 
endpointHandlerPath() - function in io.javalin.http.Context
Gets the endpoint path that was used to match request (null in before, available in endpoint/after)
endpointHandlerPath() - function in io.javalin.http.servlet.JavalinServletContext
Gets the endpoint path that was used to match request (null in before, available in endpoint/after)
EndpointMetadata - class in io.javalin.router
Marker interface for endpoint metadata.
EndpointNotFound - class in io.javalin.router
 
ENHANCE_YOUR_CALM - enum entry in io.javalin.http.HttpStatus

Unofficial status code, used in Twitter API to indicate that the client is being rate limited for making too many requests.

EnhanceYourCalmResponse - class in io.javalin.http
 
equals(Object) - function in io.javalin.websocket.WsContext
 
equals(Object) - function in io.javalin.websocket.WsContext
 
error(int,String,Handler) - function in io.javalin.Javalin
Adds an error mapper for the specified content-type to the instance.
error(Integer,String,Handler) - function in io.javalin.router.JavalinDefaultRouting
Adds an error mapper for the specified content-type to the instance.
error(HttpStatus,Handler) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds an error mapper to the instance.
error(HttpStatus,Handler) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds an error mapper to the instance.
error(HttpStatus,Handler) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds an error mapper to the instance.
error(HttpStatus,String,Handler) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds an error mapper for the specified content-type to the instance.
error(HttpStatus,String,Handler) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds an error mapper for the specified content-type to the instance.
error(Integer,Handler) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds an error mapper to the instance.
error(Integer,Handler) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds an error mapper to the instance.
error(Integer,String,Handler) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds an error mapper for the specified content-type to the instance.
error(String,Throwable) - function in io.javalin.util.JavalinLogger
 
error(String) - function in io.javalin.util.JavalinLogger
 
error() - function in io.javalin.websocket.WsErrorContext
Get the Throwable error that occurred
ErrorMapper - class in io.javalin.router.error
 
ErrorMapper.MapperEntry - class in io.javalin.router.error.ErrorMapper
 
errors() - function in io.javalin.validation.BaseValidator
 
errors() - function in io.javalin.validation.BaseValidator
 
errors() - function in io.javalin.validation.BaseValidator
 
errors() - function in io.javalin.validation.BaseValidator
 
escape(String) - function in io.javalin.http.util.JsonEscapeUtil
 
ETagGenerator - class in io.javalin.http.util
 
EventConfig - class in io.javalin.config
Configures the events' listener.
EventManager - class in io.javalin.event
Class propagating events from the Jetty webserver to any registered listener.
events(Consumer) - function in io.javalin.Javalin
 
events(Consumer) - function in io.javalin.config.JavalinConfig
Adds an event listener to this Javalin Configuration.
exception(Class,ExceptionHandler) - function in io.javalin.Javalin
Adds an exception mapper to the instance.
exception(Class,ExceptionHandler) - function in io.javalin.router.JavalinDefaultRouting
Adds an exception mapper to the instance.
exception(Class,ExceptionHandler) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds an exception mapper to the instance.
exception() - function in io.javalin.validation.ValidationError
 
ExceptionHandler - class in io.javalin.http
A handler for use with exception.
ExceptionMapper - class in io.javalin.router.exception
 
execute(Endpoint) - function in io.javalin.router.EndpointExecutor
 
EXECUTION_CONTEXTS - enum entry in io.javalin.plugin.bundled.GlobalHeadersConfig.ClearSiteData

Indicates that the server wishes to reload all browsing contexts for the origin of the response.

executionTimeMs() - function in io.javalin.http.servlet.JavalinServletContext
 
executorService(String,Boolean) - function in io.javalin.util.ConcurrencyUtil
 
EXPECTATION_FAILED - enum entry in io.javalin.http.HttpStatus

This response code means the expectation indicated by the Expect request header field cannot be met by the server.

ExpectationFailedResponse - class in io.javalin.http
 
exposeHeader(String) - function in io.javalin.plugin.bundled.CorsPluginConfig.CorsRule
 
extension() - function in io.javalin.compression.Brotli4jCompressor
 
extension() - function in io.javalin.compression.Compressor
 
extension() - function in io.javalin.compression.GzipCompressor
 
extension() - function in io.javalin.http.UploadedFile
 
EXTERNAL - enum entry in io.javalin.http.staticfiles.Location

Static resources are external (on the file system)

extractPathParams(String) - function in io.javalin.router.ParsedEndpoint
 
extractPathParams(String) - function in io.javalin.router.matcher.PathParser
 
extractPathParams(String) - function in io.javalin.websocket.WsHandlerEntry
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X