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

B

BAD_GATEWAY - enum entry in io.javalin.http.HttpStatus
 
BAD_REQUEST - enum entry in io.javalin.http.HttpStatus
 
BadGatewayResponse - class in io.javalin.http
 
BadRequestResponse - class in io.javalin.http
 
BaseValidator - class in io.javalin.validation
 
basicAuthCredentials() - function in io.javalin.http.Context
Gets basic-auth credentials from the request, or throws.
basicAuthCredentials() - function in io.javalin.http.Context
Gets basic-auth credentials from the request, or throws.
BasicAuthCredentials - class in io.javalin.security
Auth credentials for basic HTTP authorization.
BasicAuthPlugin - class in io.javalin.plugin.bundled
Adds a filter that runs before every http request.
before(Handler) - function in io.javalin.Javalin
Adds a BEFORE request handler for all routes in the instance.
before(String,Handler) - function in io.javalin.Javalin
Adds a BEFORE request handler for the specified path to the instance.
before(Handler) - function in io.javalin.apibuilder.ApiBuilder
Adds a BEFORE request handler for the current path to the Javalin instance.
before(String,Handler) - function in io.javalin.apibuilder.ApiBuilder
Adds a BEFORE request handler for the specified path to the Javalin instance.
BEFORE - enum entry in io.javalin.http.HandlerType
 
body() - function in io.javalin.http.Context
Gets the request body as a String.
body() - function in io.javalin.http.Context
Gets the request body as a String.
bodyAsBytes() - function in io.javalin.http.Context
Gets the request body as a ByteArray.
bodyAsBytes() - function in io.javalin.http.servlet.JavalinServletContext
Gets the request body as a ByteArray.
bodyAsClass(Class) - function in io.javalin.http.Context
Maps a JSON body to a Java/Kotlin class using the registered io.javalin.json.JsonMapper
bodyAsClass(Class) - function in io.javalin.http.Context
Maps a JSON body to a Java/Kotlin class using the registered io.javalin.json.JsonMapper
bodyAsClass(Type) - function in io.javalin.http.Context
Maps a JSON body to a Java/Kotlin class using the registered io.javalin.json.JsonMapper
bodyAsClass(Type) - function in io.javalin.http.Context
Maps a JSON body to a Java/Kotlin class using the registered io.javalin.json.JsonMapper
bodyAsClass(Context) - function in io.javalin.http.ContextKt
Reified version of Context.bodyAsClass (Kotlin only)
bodyInputStream() - function in io.javalin.http.Context
Gets the underlying InputStream for the request body
bodyInputStream() - function in io.javalin.http.Context
Gets the underlying InputStream for the request body
bodyStreamAsClass(Type) - function in io.javalin.http.Context
Maps a JSON body to a Java/Kotlin class using the registered io.javalin.json.JsonMapper
bodyStreamAsClass(Type) - function in io.javalin.http.Context
Maps a JSON body to a Java/Kotlin class using the registered io.javalin.json.JsonMapper
bodyStreamAsClass(Context) - function in io.javalin.http.ContextKt
Reified version of Context.bodyStreamAsClass (Kotlin only)
bodyValidator(Class) - function in io.javalin.http.Context
Creates a typed BodyValidator for the body() value
bodyValidator(Class) - function in io.javalin.http.Context
Creates a typed BodyValidator for the body() value
bodyValidator(Context) - function in io.javalin.http.ContextKt
Reified version of Context.bodyValidator (Kotlin only)
BodyValidator - class in io.javalin.validation
 
BodyValidatorKt - class in io.javalin.validation
 
BR - enum entry in io.javalin.compression.CompressionType
 
Brotli - class in io.javalin.compression
 
brotliAndGzip(Integer,Integer) - function in io.javalin.config.CompressionConfig
 
brotliAndGzip(Integer) - function in io.javalin.config.CompressionConfig
 
brotliAndGzip() - function in io.javalin.config.CompressionConfig
 
brotliOnly(Integer) - function in io.javalin.config.CompressionConfig
 
brotliOnly() - function in io.javalin.config.CompressionConfig
 
BY_CONTENT_TYPE - enum entry in io.javalin.plugin.bundled.GlobalHeaderConfig.CrossDomainPolicy
 
BY_FTP_FILENAME - enum entry in io.javalin.plugin.bundled.GlobalHeaderConfig.CrossDomainPolicy
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X