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

H

handle(T,Context) - function in io.javalin.http.ExceptionHandler
Handles an exception thrown while handling a request
handle(Context) - function in io.javalin.http.Handler
Handles a request.
handle(Context,Float) - function in io.javalin.http.RequestLogger
Handles a request
handle(Context) - function in io.javalin.http.SinglePageHandler
 
handle(HttpServletRequest,HttpServletResponse) - function in io.javalin.http.servlet.JavalinServlet
 
handle() - function in io.javalin.http.servlet.TaskHandler
 
handle(Context) - function in io.javalin.http.sse.SseHandler
Handles a request.
handle(Context) - function in io.javalin.http.staticfiles.ResourceHandler
 
handle(String,Resource,Context,CompressionStrategy) - function in io.javalin.jetty.JettyPrecompressingResourceHandler
 
handle(Context) - function in io.javalin.jetty.JettyResourceHandler
 
handle(Context) - function in io.javalin.router.Endpoint
Execute the endpoint handler with the given context
handle(EndpointExecutor) - function in io.javalin.router.Endpoint
Execute the endpoint handler with the given executor
handle(JavalinServletContext,String) - function in io.javalin.router.ParsedEndpoint
 
handle(Integer,Context) - function in io.javalin.router.error.ErrorMapper
 
handle(HttpResponseException,Context) - function in io.javalin.router.exception.HttpResponseExceptionMapper
 
handle(HttpServletResponse,Error) - function in io.javalin.router.exception.JavaLangErrorHandler
 
handle(Context) - function in io.javalin.vue.VueHandler
Handles a request.
handle(Context) - function in io.javalin.vue.VueHandler
Handles a request.
handle(T,WsContext) - function in io.javalin.websocket.WsExceptionHandler
 
handle(Exception,WsContext) - function in io.javalin.websocket.WsExceptionMapper
Handles the specific exception.
handle(String,Request,HttpServletRequest,HttpServletResponse) - function in org.eclipse.jetty.server.handler.ResourceHandler
 
handleBinaryMessage(WsBinaryMessageContext) - function in io.javalin.websocket.WsBinaryMessageHandler
 
handleClose(WsCloseContext) - function in io.javalin.websocket.WsCloseHandler
 
handleConnect(WsConnectContext) - function in io.javalin.websocket.WsConnectHandler
 
handleError(WsErrorContext) - function in io.javalin.websocket.WsErrorHandler
 
handleEvent() - function in io.javalin.event.LifecycleEventListener
 
handleHttpError(Integer,Context) - function in io.javalin.router.InternalRouter
Handles an error by looking up the correct error mapper and executing it.
handleHttpException(Context,Throwable) - function in io.javalin.router.InternalRouter
Handles an exception by looking up the correct exception mapper and executing it.
handleHttpUnexpectedThrowable(HttpServletResponse,Throwable) - function in io.javalin.router.InternalRouter
Handles an unexpected throwable by looking up the correct exception mapper and executing it.
handleMessage(WsMessageContext) - function in io.javalin.websocket.WsMessageHandler
 
Handler - class in io.javalin.http
Main interface for endpoint actions.
handlerAdded(Consumer) - function in io.javalin.config.EventConfig
Adds a callback to react when a Handler is added.
HandlerMetaInfo - class in io.javalin.event
Metadata information about a HTTP Handler.
handlerType() - function in io.javalin.http.Context
Gets the handler type of the current handler
HandlerType - class in io.javalin.http
The possible Handler types one can use in Javalin.
handlerType() - function in io.javalin.http.servlet.JavalinServletContext
Gets the handler type of the current handler
HandlerType.Companion - class in io.javalin.http.HandlerType
 
hashCode() - function in io.javalin.websocket.WsContext
 
hashCode() - function in io.javalin.websocket.WsContext
 
hasHttpHandlerEntry(HandlerType,String) - function in io.javalin.router.InternalRouter
Checks if the instance has a handler for the specified handlerType and path.
hasValue() - function in io.javalin.validation.Validator
 
head(Handler) - function in io.javalin.apibuilder.ApiBuilder
Adds a HEAD request handler for the current path to the Javalin instance.
head(Handler,Array) - function in io.javalin.apibuilder.ApiBuilder
Adds a HEAD request handler with the given roles for the current path to the instance.
head(String,Handler) - function in io.javalin.apibuilder.ApiBuilder
Adds a HEAD request handler for the specified path to the Javalin instance.
head(String,Handler,Array) - function in io.javalin.apibuilder.ApiBuilder
Adds a HEAD request handler with the given roles for the specified path to the instance.
HEAD - enum entry in io.javalin.http.HandlerType

The HTTP HEAD method requests the headers that would be returned if the HEAD request's URL was instead requested with the HTTP GET method.

head(String,Handler) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a HEAD request handler for the specified path to the instance.
head(String,Handler) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a HEAD request handler for the specified path to the instance.
head(String,Handler) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a HEAD request handler for the specified path to the instance.
head(String,Handler,RouteRole) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a HEAD request handler with the given roles for the specified path to the instance.
head(String,Handler,RouteRole) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a HEAD request handler with the given roles for the specified path to the instance.
header(String) - function in io.javalin.http.Context
Gets a request header by name, or null.
header(String) - function in io.javalin.http.Context
Gets a request header by name, or null.
header(String,String) - function in io.javalin.http.Context
Sets response header by name and value.
header(String,String) - function in io.javalin.http.Context
Sets response header by name and value.
Header - class in io.javalin.http
 
header(String) - function in io.javalin.websocket.WsContext
Gets a request header by name, or null.
header(String) - function in io.javalin.websocket.WsContext
Gets a request header by name, or null.
headerAsClass(String,Class) - function in io.javalin.http.Context
Creates a typed Validator for the header() value
headerAsClass(String,Class) - function in io.javalin.http.Context
Creates a typed Validator for the header() value
headerAsClass(Context,String) - function in io.javalin.http.ContextKt
Reified version of Context.headerAsClass (Kotlin only)
headerAsClass(String,Class) - function in io.javalin.websocket.WsContext
Creates a typed io.javalin.validation.Validator for the header value
headerAsClass(String,Class) - function in io.javalin.websocket.WsContext
Creates a typed io.javalin.validation.Validator for the header value
headerMap() - function in io.javalin.http.Context
Gets a map with all the header keys and values on the request().
headerMap() - function in io.javalin.http.Context
Gets a map with all the header keys and values on the request().
headerMap() - function in io.javalin.websocket.WsContext
Gets a Map with all the header keys and values
headerMap() - function in io.javalin.websocket.WsContext
Gets a Map with all the header keys and values
headersToExpose() - function in io.javalin.plugin.bundled.CorsPluginConfig.CorsRule
 
host() - function in io.javalin.http.Context
Gets the request host, or null.
host() - function in io.javalin.http.Context
Gets the request host, or null.
host() - function in io.javalin.websocket.WsContext
Returns the host as a String
host() - function in io.javalin.websocket.WsContext
Returns the host as a String
html(String) - function in io.javalin.http.Context
Sets context result to specified html string and sets content-type to text/html.
html(String) - function in io.javalin.http.Context
Sets context result to specified html string and sets content-type to text/html.
http(RequestLogger) - function in io.javalin.config.RequestLoggerConfig
Adds a request logger for HTTP requests.
HTTP_VERSION_NOT_SUPPORTED - enum entry in io.javalin.http.HttpStatus

The HTTP version used in the request is not supported by the server.

HttpAllowedMethodsPlugin - class in io.javalin.plugin.bundled
Plugin adding automatically the Access-Control-Allow-Methods when sending an OPTIONS request to a valid path.
HttpConfig - class in io.javalin.config
Configuration for the HTTP layer.
HttpResponseException - class in io.javalin.http
 
HttpResponseExceptionMapper - class in io.javalin.router.exception
 
HttpStatus - class in io.javalin.http
HTTP response status codes indicating whether a specific HTTP request has been successfully completed.
HttpStatus.Companion - class in io.javalin.http.HttpStatus
 
HttpVersionNotSupportedResponse - class in io.javalin.http
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X