Constant Field Values
Contents
org.eclipse.*
-
org.eclipse.jetty.websocket.api.CloseStatus Modifier and Type Constant Field Value private static final intMAX_CONTROL_PAYLOAD125public static final intMAX_REASON_PHRASE123 -
org.eclipse.jetty.websocket.api.StatusCode Modifier and Type Constant Field Value public static final intABNORMAL1006public static final intBAD_DATA1003public static final intBAD_PAYLOAD1007public static final intFAILED_TLS_HANDSHAKE1015public static final intINVALID_UPSTREAM_RESPONSE1014public static final intMESSAGE_TOO_LARGE1009public static final intNO_CLOSE1006public static final intNO_CODE1005public static final intNORMAL1000public static final intPOLICY_VIOLATION1008public static final intPROTOCOL1002public static final intREQUIRED_EXTENSION1010public static final intSERVER_ERROR1011public static final intSERVICE_RESTART1012public static final intSHUTDOWN1001public static final intTRY_AGAIN_LATER1013public static final intUNDEFINED1004 -
org.eclipse.jetty.websocket.api.WebSocketConstants Modifier and Type Constant Field Value public static final java.lang.StringSEC_WEBSOCKET_EXTENSIONS"Sec-WebSocket-Extensions"public static final java.lang.StringSEC_WEBSOCKET_PROTOCOL"Sec-WebSocket-Protocol"public static final java.lang.StringSEC_WEBSOCKET_VERSION"Sec-WebSocket-Version"public static final intSPEC_VERSION13 -
org.eclipse.jetty.websocket.api.WebSocketPolicy Modifier and Type Constant Field Value private static final intKB1024 -
org.eclipse.jetty.websocket.api.WebSocketTimeoutException Modifier and Type Constant Field Value private static final longserialVersionUID-6145098200250676673L
-
org.eclipse.jetty.websocket.api.util.QuoteUtil Modifier and Type Constant Field Value public static final java.lang.StringABNF_REQUIRED_QUOTING"\"\'\\\n\r\t\f\b%+ ;="private static final charUNICODE_TAG65535
-
org.eclipse.jetty.websocket.common.Generator Modifier and Type Constant Field Value public static final intMAX_HEADER_LENGTH28 -
org.eclipse.jetty.websocket.common.OpCode Modifier and Type Constant Field Value public static final byteBINARY2public static final byteCLOSE8public static final byteCONTINUATION0public static final bytePING9public static final bytePONG10public static final byteTEXT1public static final byteUNDEFINED-1 -
org.eclipse.jetty.websocket.common.UpgradeResponseAdapter Modifier and Type Constant Field Value public static final java.lang.StringSEC_WEBSOCKET_PROTOCOL"Sec-WebSocket-Protocol" -
org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint Modifier and Type Constant Field Value private static final intASYNC_MASK65535private static final intBLOCK_MASK65536private static final intPARTIAL_BINARY_MASK524288private static final intPARTIAL_TEXT_MASK262144private static final intSTREAM_MASK131072
-
org.eclipse.jetty.websocket.common.extensions.FrameCaptureExtension Modifier and Type Constant Field Value private static final intBUFSIZE32768
-
org.eclipse.jetty.websocket.common.extensions.compress.ByteAccumulator Modifier and Type Constant Field Value private static final intMIN_SPACE8 -
org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension Modifier and Type Constant Field Value private static final intDECOMPRESS_BUF_SIZE8192protected static final intINFLATE_BUFFER_SIZE8192protected static final intINPUT_MAX_BUFFER_SIZE8192protected static final intRSV_USE_ALWAYS0protected static final intRSV_USE_ONLY_FIRST1protected static final intTAIL_DROP_ALWAYS1protected static final intTAIL_DROP_FIN_ONLY2protected static final intTAIL_DROP_NEVER0
-
org.eclipse.jetty.websocket.common.frames.ControlFrame Modifier and Type Constant Field Value public static final intMAX_CONTROL_PAYLOAD125
-
org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection Modifier and Type Constant Field Value private static final intMIN_BUFFER_SIZE28
-
org.eclipse.jetty.websocket.common.message.SimpleBinaryMessage Modifier and Type Constant Field Value private static final intBUFFER_SIZE65535
-
org.eclipse.jetty.websocket.jsr356.ConfigurationException Modifier and Type Constant Field Value private static final longserialVersionUID3026803845657799372L -
org.eclipse.jetty.websocket.jsr356.InitException Modifier and Type Constant Field Value private static final longserialVersionUID-4691138423037387558L
-
org.eclipse.jetty.websocket.jsr356.metadata.DuplicateCoderException Modifier and Type Constant Field Value private static final longserialVersionUID-3049181444035417170L
-
org.eclipse.jetty.websocket.jsr356.server.ContainerDefaultConfigurator Modifier and Type Constant Field Value private static final java.lang.StringNO_SUBPROTOCOL"" -
org.eclipse.jetty.websocket.jsr356.server.JsrCreator Modifier and Type Constant Field Value public static final java.lang.StringPROP_LOCAL_ADDRESS"javax.websocket.endpoint.localAddress"public static final java.lang.StringPROP_LOCALES"javax.websocket.upgrade.locales"public static final java.lang.StringPROP_REMOTE_ADDRESS"javax.websocket.endpoint.remoteAddress" -
org.eclipse.jetty.websocket.jsr356.server.ServerContainer Modifier and Type Constant Field Value public static final java.lang.StringPATH_PARAM_ATTRIBUTE"javax.websocket.server.pathParams"
-
org.eclipse.jetty.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer Modifier and Type Constant Field Value public static final java.lang.StringADD_DYNAMIC_FILTER_KEY"org.eclipse.jetty.websocket.jsr356.addDynamicFilter"public static final java.lang.StringENABLE_KEY"org.eclipse.jetty.websocket.jsr356"public static final java.lang.StringHTTPCLIENT_ATTRIBUTE"org.eclipse.jetty.websocket.jsr356.HttpClient"
-
org.eclipse.jetty.websocket.server.HandshakeRFC6455 Modifier and Type Constant Field Value public static final intVERSION13 -
org.eclipse.jetty.websocket.server.WebSocketServerFactory Modifier and Type Constant Field Value private static final java.lang.StringWEBSOCKET_DEFLATER_POOL_ATTRIBUTE"jetty.websocket.deflater"private static final java.lang.StringWEBSOCKET_INFLATER_POOL_ATTRIBUTE"jetty.websocket.inflater" -
org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter Modifier and Type Constant Field Value public static final java.lang.StringCONFIG_ATTRIBUTE_KEY"configAttributeKey"public static final java.lang.StringCONTEXT_ATTRIBUTE_KEY"contextAttributeKey"
-
org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest Modifier and Type Constant Field Value private static final java.lang.StringCANNOT_MODIFY_SERVLET_REQUEST"Cannot modify Servlet Request" -
org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest Modifier and Type Constant Field Value private static final java.lang.StringUNSUPPORTED_WITH_WEBSOCKET_UPGRADE"Feature unsupported with a Upgraded to WebSocket HttpServletRequest" -
org.eclipse.jetty.websocket.servlet.WebSocketServletFactory.Loader Modifier and Type Constant Field Value static final java.lang.StringDEFAULT_IMPL"org.eclipse.jetty.websocket.server.WebSocketServerFactory"