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(Integer,Context) - function in io.javalin.http.servlet.ErrorMapper
 
handle(HttpResponseException,Context) - function in io.javalin.http.servlet.HttpResponseExceptionMapper
 
handle() - function in io.javalin.http.servlet.TaskHandler
 
handle(Context) - function in io.javalin.http.sse.SseHandler
 
handle(HttpServletRequest,HttpServletResponse) - function in io.javalin.http.staticfiles.ResourceHandler
 
handle(String,Resource,HttpServletRequest,HttpServletResponse) - function in io.javalin.jetty.JettyPrecompressingResourceHandler
 
handle(HttpServletRequest,HttpServletResponse) - function in io.javalin.jetty.JettyResourceHandler
 
handle(Context) - function in io.javalin.plugin.bundled.RouteOverviewRenderer
 
handle(JavalinServletContext,String) - function in io.javalin.routing.HandlerEntry
 
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(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={})), extra=PropertyContainer(map={})),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.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.event.EventListener
 
HandlerEntry - class in io.javalin.routing
 
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
 
hasValue() - function in io.javalin.validation.Validator
 
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.
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
 
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
 
header(String) - function in io.javalin.websocket.WsContext
 
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)
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
 
headerMap() - function in io.javalin.websocket.WsContext
 
headersToExpose() - function in io.javalin.plugin.bundled.CorsPluginConfig
 
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
 
host() - function in io.javalin.websocket.WsContext
 
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
 
HttpResponseException - class in io.javalin.http
 
HttpResponseExceptionMapper - class in io.javalin.http.servlet
 
HttpStatus - class in io.javalin.http
 
HttpStatus.Companion - class in io.javalin.http.HttpStatus
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X