A  B  C  D  E  F  G  H  I  J  K  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.HttpStatus
 
onBinaryMessage(WsBinaryMessageHandler) - function in io.javalin.websocket.WsConfig
Add a WsBinaryMessageHandler to the WsHandler.
onClose(Runnable) - function in io.javalin.http.sse.SseClient
 
onClose(WsCloseHandler) - function in io.javalin.websocket.WsConfig
Add a WsCloseHandler to the WsHandler.
onClose(Session,Integer,String) - function in io.javalin.websocket.WsConnection
 
onConnect(WsConnectHandler) - function in io.javalin.websocket.WsConfig
Add a WsConnectHandler to the WsHandler.
onConnect(Session) - function in io.javalin.websocket.WsConnection
 
onError(WsErrorHandler) - function in io.javalin.websocket.WsConfig
Add a wsErrorHandler to the WsHandler.
onError(Session,Throwable) - function in io.javalin.websocket.WsConnection
 
onMessage(WsMessageHandler) - function in io.javalin.websocket.WsConfig
Add a WsMessageHandler to the WsHandler.
onMessage(Session,ByteArray,Integer,Integer) - function in io.javalin.websocket.WsConnection
 
onMessage(Session,String) - function in io.javalin.websocket.WsConnection
 
OptionalDependency - class in io.javalin.util
 
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.
OPTIONS - enum entry in io.javalin.http.HandlerType
 
ORIGIN - enum entry in io.javalin.plugin.bundled.GlobalHeaderConfig.ReferrerPolicy
 
ORIGIN_WHEN_CROSS_ORIGIN - enum entry in io.javalin.plugin.bundled.GlobalHeaderConfig.ReferrerPolicy
 
outputStream() - function in io.javalin.http.Context
Gets output-stream you can write to.
outputStream() - function in io.javalin.http.servlet.JavalinServletContext
Gets output-stream you can write to.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X