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

O

offset() - function in io.javalin.websocket.WsBinaryMessageContext
 
OK - enum entry in io.javalin.http.HttpCode
 
onBinaryMessage(WsBinaryMessageHandler) - function in io.javalin.websocket.WsConfig
Add a WsBinaryMessageHandler to the WsHandler.The handler is called when a WebSocket client sendsa binary message.
onClose(WsCloseHandler) - function in io.javalin.websocket.WsConfig
Add a WsCloseHandler to the WsHandler.The handler is called when a WebSocket client closesthe connection.
onClose(Session,Integer,String) - function in io.javalin.websocket.WsConnection
 
onClose(Runnable) - function in io.javalin.http.sse.SseClient
 
onConnect(WsConnectHandler) - function in io.javalin.websocket.WsConfig
Add a WsConnectHandler to the WsHandler.The handler is called when a WebSocket client connects.
onConnect(Session) - function in io.javalin.websocket.WsConnection
 
onError(WsErrorHandler) - function in io.javalin.websocket.WsConfig
Add a wsErrorHandler to the WsHandler.The handler is called when an error is detected.
onError(Session,Throwable) - function in io.javalin.websocket.WsConnection
 
onMessage(WsMessageHandler) - function in io.javalin.websocket.WsConfig
Add a WsMessageHandler to the WsHandler.The handler is called when a WebSocket client sendsa String message.
onMessage(Session,String) - function in io.javalin.websocket.WsConnection
 
onMessage(Session,ByteArray,Integer,Integer) - function in io.javalin.websocket.WsConnection
 
OptionalDependency - class in io.javalin.core.util
 
OPTIONS - enum entry in io.javalin.http.HandlerType
 
options(String,Handler) - function in io.javalin.Javalin
Adds a OPTIONS request handler for the specified path to the instance.
options(String,Handler,Array) - function in io.javalin.Javalin
Adds a OPTIONS request handler with the given roles for the specified path to the instance.Requires an access manager to be set on the instance.
ORIGIN - enum entry in io.javalin.core.util.Headers.ReferrerPolicy
 
ORIGIN_WHEN_CROSS_ORIGIN - enum entry in io.javalin.core.util.Headers.ReferrerPolicy
 
OutputStreamWrapper - 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