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

W

warn(java.lang.String,java.lang.Throwable) - function in io.javalin.util.JavalinLogger
 
warn(java.lang.String) - function in io.javalin.util.JavalinLogger
 
WEBSOCKET - enum entry in io.javalin.websocket.WsHandlerType
 
WEBSOCKET_AFTER - enum entry in io.javalin.websocket.WsHandlerType
 
WEBSOCKET_AFTER_UPGRADE - enum entry in io.javalin.http.HandlerType

Javalin specific: handler ran after an http request is upgraded to websocket

WEBSOCKET_BEFORE - enum entry in io.javalin.websocket.WsHandlerType
 
WEBSOCKET_BEFORE_UPGRADE - enum entry in io.javalin.http.HandlerType

Javalin specific: handler ran before an http request is upgraded to websocket

WildcardBracketAdjacentException - class in io.javalin.router.matcher
 
with(java.lang.Class) - function in io.javalin.http.Context
Fetch the context extension for a plugin
with(kotlin.reflect.KClass) - function in io.javalin.http.Context
 
with(kotlin.reflect.KClass) - function in io.javalin.http.Context
 
with(java.lang.Class) - function in io.javalin.http.servlet.JavalinServletContext
Fetch the context extension for a plugin
wrapInSeparators(java.lang.String) - function in io.javalin.util.DependencyUtil
 
write(kotlin.ByteArray) - function in com.aayushatharva.brotli4j.encoder.BrotliOutputStream
 
write(kotlin.ByteArray,java.lang.Integer,java.lang.Integer) - function in com.aayushatharva.brotli4j.encoder.BrotliOutputStream
 
write(java.lang.Integer) - function in com.aayushatharva.brotli4j.encoder.BrotliOutputStream
 
write(io.javalin.http.Context,java.io.InputStream,java.lang.String,java.lang.Long) - function in io.javalin.http.util.SeekableWriter
 
write(kotlin.ByteArray) - function in java.io.FilterOutputStream
 
write(java.lang.Integer) - function in java.util.zip.DeflaterOutputStream
 
write(kotlin.ByteArray,java.lang.Integer,java.lang.Integer) - function in java.util.zip.GZIPOutputStream
 
writeJsonStream(java.util.stream.Stream) - function in io.javalin.http.Context
Consumes the specified stream with the configured JsonMapper, which transforms the stream's content to JSON, writing the results directly to the response's outputStream as the stream is consumed.
writeJsonStream(java.util.stream.Stream) - function in io.javalin.http.servlet.JavalinServletContext
Consumes the specified stream with the configured JsonMapper, which transforms the stream's content to JSON, writing the results directly to the response's outputStream as the stream is consumed.
writeSeekableStream(java.io.InputStream,java.lang.String) - function in io.javalin.http.Context
Writes input stream to writeSeekableStream with currently available data (InputStream.available)
writeSeekableStream(java.io.InputStream,java.lang.String) - function in io.javalin.http.Context
Writes input stream to writeSeekableStream with currently available data (InputStream.available)
writeSeekableStream(java.io.InputStream,java.lang.String,java.lang.Long) - function in io.javalin.http.Context
Writes the specified inputStream as a seekable stream.
writeSeekableStream(java.io.InputStream,java.lang.String,java.lang.Long) - function in io.javalin.http.Context
Writes the specified inputStream as a seekable stream.
writeToOutputStream(java.util.stream.Stream,java.io.OutputStream) - function in io.javalin.json.JavalinGson
Javalin uses this method for io.javalin.http.Context.writeJsonStream.
writeToOutputStream(java.util.stream.Stream,java.io.OutputStream) - function in io.javalin.json.JavalinJackson
Javalin uses this method for io.javalin.http.Context.writeJsonStream.
writeToOutputStream(java.util.stream.Stream,java.io.OutputStream) - function in io.javalin.json.JsonMapper
Javalin uses this method for io.javalin.http.Context.writeJsonStream.
ws(java.lang.String,java.util.function.Consumer) - function in io.javalin.apibuilder.ApiBuilder
Adds a WebSocket handler on the specified path.
ws(java.lang.String,java.util.function.Consumer,kotlin.Array) - function in io.javalin.apibuilder.ApiBuilder
Adds a WebSocket handler with the given roles for the specified path.
ws(java.util.function.Consumer) - function in io.javalin.apibuilder.ApiBuilder
Adds a WebSocket handler on the current path.
ws(java.util.function.Consumer,kotlin.Array) - function in io.javalin.apibuilder.ApiBuilder
Adds a WebSocket handler with the given roles for the current path.
ws(java.util.function.Consumer) - function in io.javalin.config.RequestLoggerConfig
Adds a request logger for websocket requests.
ws(java.lang.String,java.util.function.Consumer) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket handler on the specified path.
ws(java.lang.String,java.util.function.Consumer) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket handler on the specified path.
ws(java.lang.String,java.util.function.Consumer) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket handler on the specified path.
ws(java.lang.String,java.util.function.Consumer,io.javalin.security.RouteRole) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket handler on the specified path with the specified roles.
ws(java.lang.String,java.util.function.Consumer,io.javalin.security.RouteRole) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket handler on the specified path with the specified roles.
wsAfter(java.lang.String,java.util.function.Consumer) - function in io.javalin.apibuilder.ApiBuilder
Adds a WebSocket after handler for the specified path to the Javalin instance.
wsAfter(java.util.function.Consumer) - function in io.javalin.apibuilder.ApiBuilder
Adds a WebSocket after handler for the current path to the Javalin instance.
wsAfter(java.lang.String,java.util.function.Consumer) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket after handler for the specified path to the instance.
wsAfter(java.util.function.Consumer) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket after handler for all routes in the instance.
wsAfter(java.util.function.Consumer) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket after handler for all routes in the instance.
wsAfter(java.lang.String,java.util.function.Consumer) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket after handler for the specified path to the instance.
wsAfter(java.lang.String,java.util.function.Consumer) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket after handler for the specified path to the instance.
wsAfterUpgrade(io.javalin.http.Handler) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket after upgrade handler for all routes in the instance.
wsAfterUpgrade(io.javalin.http.Handler) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket after upgrade handler for all routes in the instance.
wsAfterUpgrade(java.lang.String,io.javalin.http.Handler) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket after upgrade handler for the specified path to the instance.
wsAfterUpgrade(java.lang.String,io.javalin.http.Handler) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket after upgrade handler for the specified path to the instance.
wsAfterUpgrade(java.lang.String,io.javalin.http.Handler) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket after upgrade handler for the specified path to the instance.
WsAutomaticPingKt - class in io.javalin.websocket
 
wsBefore(java.lang.String,java.util.function.Consumer) - function in io.javalin.apibuilder.ApiBuilder
Adds a WebSocket before handler for the specified path to the Javalin instance.
wsBefore(java.util.function.Consumer) - function in io.javalin.apibuilder.ApiBuilder
Adds a WebSocket before handler for the current path to the Javalin instance.
wsBefore(java.lang.String,java.util.function.Consumer) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket before handler for the specified path to the instance.
wsBefore(java.util.function.Consumer) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket before handler for all routes in the instance.
wsBefore(java.util.function.Consumer) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket before handler for all routes in the instance.
wsBefore(java.lang.String,java.util.function.Consumer) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket before handler for the specified path to the instance.
wsBefore(java.lang.String,java.util.function.Consumer) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket before handler for the specified path to the instance.
wsBeforeUpgrade(io.javalin.http.Handler) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket before upgrade handler for all routes in the instance.
wsBeforeUpgrade(io.javalin.http.Handler) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket before upgrade handler for all routes in the instance.
wsBeforeUpgrade(java.lang.String,io.javalin.http.Handler) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket before upgrade handler for the specified path to the instance.
wsBeforeUpgrade(java.lang.String,io.javalin.http.Handler) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket before upgrade handler for the specified path to the instance.
wsBeforeUpgrade(java.lang.String,io.javalin.http.Handler) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket before upgrade handler for the specified path to the instance.
WsBinaryMessageContext - class in io.javalin.websocket
 
WsBinaryMessageHandler - class in io.javalin.websocket
 
WsCloseContext - class in io.javalin.websocket
 
WsCloseHandler - class in io.javalin.websocket
 
WsCloseStatus - class in io.javalin.websocket
WebSocket connection close codes.
WsCloseStatus.Companion - class in io.javalin.websocket.WsCloseStatus
 
WsConfig - class in io.javalin.websocket
Holds the different WebSocket handlers for a specific WsHandlerEntry or the WebSocket logger.
WsConnectContext - class in io.javalin.websocket
 
WsConnectHandler - class in io.javalin.websocket
 
WsConnection - class in io.javalin.websocket
Is instantiated for every WebSocket connection.
WsContext - class in io.javalin.websocket
The WsContext class holds Jetty's Session and provides (convenient) delegate methods.
WsErrorContext - class in io.javalin.websocket
 
WsErrorHandler - class in io.javalin.websocket
 
wsException(java.lang.Class,io.javalin.websocket.WsExceptionHandler) - function in io.javalin.Javalin
Adds a WebSocket exception mapper to the instance.
wsException(java.lang.Class,io.javalin.websocket.WsExceptionHandler) - function in io.javalin.router.JavalinDefaultRouting
Adds a WebSocket exception mapper to the instance.
wsException(java.lang.Class,io.javalin.websocket.WsExceptionHandler) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket exception mapper to the instance.
WsExceptionHandler - class in io.javalin.websocket
A handler for use with wsException.
WsExceptionMapper - class in io.javalin.websocket
Maps exception types to exception handlers.
wsHandlerAdded(java.util.function.Consumer) - function in io.javalin.config.EventConfig
Adds a callback to react when a websocket Handler is added.
WsHandlerEntry - class in io.javalin.websocket
 
WsHandlerMetaInfo - class in io.javalin.event
Metadata information about a WebSocket Handler.
WsHandlerType - class in io.javalin.websocket
 
WsMessageContext - class in io.javalin.websocket
 
WsMessageHandler - class in io.javalin.websocket
 
WsPathMatcher - class in io.javalin.websocket
Performs match operations on WebSocket paths.
WsRouter - class in io.javalin.websocket
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X