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(String,Throwable) - function in io.javalin.util.JavalinLogger
 
warn(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
 
WEBSOCKET_BEFORE - enum entry in io.javalin.websocket.WsHandlerType
 
WEBSOCKET_BEFORE_UPGRADE - enum entry in io.javalin.http.HandlerType
 
WildcardBracketAdjacentException - class in io.javalin.router.matcher
 
wrapInSeparators(String) - function in io.javalin.util.DependencyUtil
 
write(ByteArray) - function in com.aayushatharva.brotli4j.encoder.BrotliOutputStream
 
write(ByteArray,Integer,Integer) - function in com.aayushatharva.brotli4j.encoder.BrotliOutputStream
 
write(Integer) - function in com.aayushatharva.brotli4j.encoder.BrotliOutputStream
 
write(Context,InputStream,String,Long) - function in io.javalin.http.util.SeekableWriter
 
write(ByteArray) - function in java.io.FilterOutputStream
 
write(Integer) - function in java.util.zip.DeflaterOutputStream
 
write(ByteArray,Integer,Integer) - function in java.util.zip.GZIPOutputStream
 
writeJsonStream(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(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(InputStream,String) - function in io.javalin.http.Context
Writes input stream to writeSeekableStream with currently available data (InputStream.available)
writeSeekableStream(InputStream,String) - function in io.javalin.http.Context
Writes input stream to writeSeekableStream with currently available data (InputStream.available)
writeSeekableStream(InputStream,String,Long) - function in io.javalin.http.Context
Writes the specified inputStream as a seekable stream.
writeSeekableStream(InputStream,String,Long) - function in io.javalin.http.Context
Writes the specified inputStream as a seekable stream.
writeToOutputStream(Stream,OutputStream) - function in io.javalin.json.JavalinGson
Javalin uses this method for io.javalin.http.Context.writeJsonStream.
writeToOutputStream(Stream,OutputStream) - function in io.javalin.json.JavalinJackson
Javalin uses this method for io.javalin.http.Context.writeJsonStream.
writeToOutputStream(Stream,OutputStream) - function in io.javalin.json.JsonMapper
Javalin uses this method for io.javalin.http.Context.writeJsonStream.
ws(String,Consumer) - function in io.javalin.apibuilder.ApiBuilder
Adds a WebSocket handler on the specified path.
ws(String,Consumer,Array) - function in io.javalin.apibuilder.ApiBuilder
Adds a WebSocket handler with the given roles for the specified path.
ws(Consumer) - function in io.javalin.apibuilder.ApiBuilder
Adds a WebSocket handler on the current path.
ws(Consumer,Array) - function in io.javalin.apibuilder.ApiBuilder
Adds a WebSocket handler with the given roles for the current path.
ws(Consumer) - function in io.javalin.config.RequestLoggerConfig
 
ws(String,Consumer) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket handler on the specified path.
ws(String,Consumer) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket handler on the specified path.
ws(String,Consumer) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket handler on the specified path.
ws(String,Consumer,RouteRole) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket handler on the specified path with the specified roles.
ws(String,Consumer,RouteRole) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket handler on the specified path with the specified roles.
wsAfter(String,Consumer) - function in io.javalin.apibuilder.ApiBuilder
Adds a WebSocket after handler for the specified path to the Javalin instance.
wsAfter(Consumer) - function in io.javalin.apibuilder.ApiBuilder
Adds a WebSocket after handler for the current path to the Javalin instance.
wsAfter(String,Consumer) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket after handler for the specified path to the instance.
wsAfter(Consumer) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket after handler for all routes in the instance.
wsAfter(Consumer) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket after handler for all routes in the instance.
wsAfter(String,Consumer) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket after handler for the specified path to the instance.
wsAfter(String,Consumer) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket after handler for the specified path to the instance.
wsAfterUpgrade(Handler) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket after upgrade handler for all routes in the instance.
wsAfterUpgrade(Handler) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket after upgrade handler for all routes in the instance.
wsAfterUpgrade(String,Handler) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket after upgrade handler for the specified path to the instance.
wsAfterUpgrade(String,Handler) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket after upgrade handler for the specified path to the instance.
wsAfterUpgrade(String,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(String,Consumer) - function in io.javalin.apibuilder.ApiBuilder
Adds a WebSocket before handler for the specified path to the Javalin instance.
wsBefore(Consumer) - function in io.javalin.apibuilder.ApiBuilder
Adds a WebSocket before handler for the current path to the Javalin instance.
wsBefore(String,Consumer) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket before handler for the specified path to the instance.
wsBefore(Consumer) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket before handler for all routes in the instance.
wsBefore(Consumer) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket before handler for all routes in the instance.
wsBefore(String,Consumer) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket before handler for the specified path to the instance.
wsBefore(String,Consumer) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket before handler for the specified path to the instance.
wsBeforeUpgrade(Handler) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket before upgrade handler for all routes in the instance.
wsBeforeUpgrade(Handler) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket before upgrade handler for all routes in the instance.
wsBeforeUpgrade(String,Handler) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket before upgrade handler for the specified path to the instance.
wsBeforeUpgrade(String,Handler) - function in io.javalin.router.JavalinDefaultRoutingApi
Adds a WebSocket before upgrade handler for the specified path to the instance.
wsBeforeUpgrade(String,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.
wsDevLogger(WsConfig) - function in io.javalin.plugin.bundled.DevLoggerPluginKt
 
WsErrorContext - class in io.javalin.websocket
 
WsErrorHandler - class in io.javalin.websocket
 
wsException(Class,WsExceptionHandler) - function in io.javalin.Javalin
Adds a WebSocket exception mapper to the instance.
wsException(Class,WsExceptionHandler) - function in io.javalin.router.JavalinDefaultRouting
Adds a WebSocket exception mapper to the instance.
wsException(Class,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(Consumer) - function in io.javalin.config.EventConfig
 
WsHandlerEntry - class in io.javalin.websocket
 
WsHandlerMetaInfo - class in io.javalin.event
 
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