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
 
handle(Context) - function in io.javalin.http.Handler
 
handle(Context,Float) - function in io.javalin.http.RequestLogger
 
handle(Context) - function in io.javalin.http.SinglePageHandler
 
handle() - function in io.javalin.http.servlet.TaskHandler
 
handle(Context) - function in io.javalin.http.sse.SseHandler
 
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(JavalinServletContext,String) - function in io.javalin.router.HttpHandlerEntry
 
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
 
handle(Context) - function in io.javalin.vue.VueHandler
 
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
 
HandlerMetaInfo - class in io.javalin.event
 
handlerType() - function in io.javalin.http.Context
Gets the handler type of the current handler
HandlerType - class in io.javalin.http
 
handlerType() - function in io.javalin.http.servlet.JavalinServletContext
Gets the handler type of the current handler
HandlerType.Companion - class in io.javalin.http.HandlerType
 
hasConverter(Class) - function in io.javalin.validation.JavalinValidation
 
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
 
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
 
HTTP_VERSION_NOT_SUPPORTED - enum entry in io.javalin.http.HttpStatus
 
HttpAllowedMethodsPlugin - class in io.javalin.plugin.bundled
 
HttpConfig - class in io.javalin.config
 
HttpHandlerEntry - class in io.javalin.router
 
HttpResponseException - class in io.javalin.http
 
HttpResponseExceptionMapper - class in io.javalin.router.exception
 
HttpStatus - class in io.javalin.http
 
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