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

H

handle(Context) - function in io.javalin.http.CrudFunctionHandler
 
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(Integer,Context) - function in io.javalin.http.ErrorMapper
 
handle(TypeAliased(typeAlias=GenericTypeConstructor(dri=kotlin/Exception///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), inner=GenericTypeConstructor(dri=java.lang/Exception///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={}))),Context) - function in io.javalin.http.HttpResponseExceptionMapper
 
handle(Context) - function in io.javalin.http.SinglePageHandler
 
handle(Context) - function in io.javalin.plugin.rendering.vue.VueComponent
 
handle(T,WsContext) - function in io.javalin.websocket.WsExceptionHandler
 
handle(TypeAliased(typeAlias=GenericTypeConstructor(dri=kotlin/Exception///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), inner=GenericTypeConstructor(dri=java.lang/Exception///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={}))),WsContext) - function in io.javalin.websocket.WsExceptionMapper
Handles the specific exception.
handle(Context) - function in io.javalin.core.util.RouteOverviewRenderer
 
handle(Context) - function in io.javalin.http.sse.SseHandler
 
handle(HttpServletRequest,HttpServletResponse) - function in io.javalin.http.staticfiles.ResourceHandler
 
handle(Context) - function in io.javalin.http.util.CorsBeforeHandler
 
handle(Resource,HttpServletRequest,HttpServletResponse) - function in io.javalin.jetty.JettyPrecompressingResourceHandler
 
handle(HttpServletRequest,HttpServletResponse) - function in io.javalin.jetty.JettyResourceHandler
 
handle(String,Request,HttpServletRequest,HttpServletResponse) - function in org.eclipse.jetty.server.handler.ConfigurableHandler
 
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.core.event.EventHandler
 
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.core.event.EventListener
 
HandlerEntry - class in io.javalin.http
 
HandlerMetaInfo - class in io.javalin.core.event
 
handlerType() - function in io.javalin.http.Context
Gets the handler type of the current handler
HandlerType - class in io.javalin.http
 
HandlerType.Companion - class in io.javalin.http.HandlerType
 
hasBasicAuthCredentials(String) - function in io.javalin.http.util.ContextUtil
 
hasConverter(Class) - function in io.javalin.core.validation.JavalinValidation
 
hashCode() - function in io.javalin.websocket.WsContext
 
hashCode() - function in io.javalin.websocket.WsConnectContext
 
hashCode() - function in io.javalin.websocket.WsErrorContext
 
hashCode() - function in io.javalin.websocket.WsCloseContext
 
hashCode() - function in io.javalin.websocket.WsBinaryMessageContext
 
hashCode() - function in io.javalin.websocket.WsMessageContext
 
hasValue() - function in io.javalin.core.validation.Validator
 
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(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 - enum entry in io.javalin.http.HandlerType
 
head(String,Handler) - function in io.javalin.Javalin
Adds a HEAD request handler for the specified path to the instance.
head(String,Handler,Array) - function in io.javalin.Javalin
Adds a HEAD request handler with the given roles for the specified path to the instance.Requires an access manager to be set on the instance.
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) - function in io.javalin.websocket.WsContext
 
header(String) - function in io.javalin.websocket.WsConnectContext
 
header(String) - function in io.javalin.websocket.WsErrorContext
 
header(String) - function in io.javalin.websocket.WsCloseContext
 
header(String) - function in io.javalin.websocket.WsBinaryMessageContext
 
header(String) - function in io.javalin.websocket.WsMessageContext
 
Header - class in io.javalin.core.util
 
headerAsClass(String,Class) - function in io.javalin.http.Context
Creates a typed Validator for the header() value
headerAsClass(String) - function in io.javalin.http.Context
Reified version of headerAsClass (Kotlin only)
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
 
headerMap() - function in io.javalin.websocket.WsConnectContext
 
headerMap() - function in io.javalin.websocket.WsErrorContext
 
headerMap() - function in io.javalin.websocket.WsCloseContext
 
headerMap() - function in io.javalin.websocket.WsBinaryMessageContext
 
headerMap() - function in io.javalin.websocket.WsMessageContext
 
Headers - class in io.javalin.core.util
A plugin to configure arbitrary headers, with a focus on the OWASP secure headers project https://owasp.
Headers.ClearSiteData - class in io.javalin.core.util.Headers
 
Headers.CrossDomainPolicy - class in io.javalin.core.util.Headers
 
Headers.CrossOriginEmbedderPolicy - class in io.javalin.core.util.Headers
 
Headers.CrossOriginOpenerPolicy - class in io.javalin.core.util.Headers
 
Headers.CrossOriginResourcePolicy - class in io.javalin.core.util.Headers
 
Headers.ReferrerPolicy - class in io.javalin.core.util.Headers
 
Headers.XFrameOptions - class in io.javalin.core.util.Headers
 
HeadersPlugin - class in io.javalin.core.util
 
headerValue() - function in io.javalin.core.util.Headers.ClearSiteData
 
host() - function in io.javalin.http.Context
Gets the request host, or null.
host() - function in io.javalin.websocket.WsContext
 
host() - function in io.javalin.websocket.WsConnectContext
 
host() - function in io.javalin.websocket.WsErrorContext
 
host() - function in io.javalin.websocket.WsCloseContext
 
host() - function in io.javalin.websocket.WsBinaryMessageContext
 
host() - function in io.javalin.websocket.WsMessageContext
 
html(String) - function in io.javalin.http.Context
Sets context result to specified html string and sets content-type to text/html.
HTTP_VERSION_NOT_SUPPORTED - enum entry in io.javalin.http.HttpCode
 
HttpCode - class in io.javalin.http
 
HttpCode.Companion - class in io.javalin.http.HttpCode
 
HttpResponseException - class in io.javalin.http
 
HttpResponseExceptionMapper - class in io.javalin.http
 
A  B  C  D  E  F  G  H  I  J  L  M  N  O  P  Q  R  S  T  U  V  W  X