Constant Field Values
Contents
org.eclipse.*
-
org.eclipse.jetty.websocket.api.CloseStatus Modifier and Type Constant Field Value private static final int
MAX_CONTROL_PAYLOAD
125
public static final int
MAX_REASON_PHRASE
123
-
org.eclipse.jetty.websocket.api.StatusCode Modifier and Type Constant Field Value public static final int
ABNORMAL
1006
public static final int
BAD_DATA
1003
public static final int
BAD_PAYLOAD
1007
public static final int
FAILED_TLS_HANDSHAKE
1015
public static final int
INVALID_UPSTREAM_RESPONSE
1014
public static final int
MESSAGE_TOO_LARGE
1009
public static final int
NO_CLOSE
1006
public static final int
NO_CODE
1005
public static final int
NORMAL
1000
public static final int
POLICY_VIOLATION
1008
public static final int
PROTOCOL
1002
public static final int
REQUIRED_EXTENSION
1010
public static final int
SERVER_ERROR
1011
public static final int
SERVICE_RESTART
1012
public static final int
SHUTDOWN
1001
public static final int
TRY_AGAIN_LATER
1013
public static final int
UNDEFINED
1004
-
org.eclipse.jetty.websocket.api.WebSocketConstants Modifier and Type Constant Field Value public static final java.lang.String
SEC_WEBSOCKET_EXTENSIONS
"Sec-WebSocket-Extensions"
public static final java.lang.String
SEC_WEBSOCKET_PROTOCOL
"Sec-WebSocket-Protocol"
public static final java.lang.String
SEC_WEBSOCKET_VERSION
"Sec-WebSocket-Version"
public static final int
SPEC_VERSION
13
-
org.eclipse.jetty.websocket.api.WebSocketPolicy Modifier and Type Constant Field Value private static final int
KB
1024
-
org.eclipse.jetty.websocket.api.WebSocketTimeoutException Modifier and Type Constant Field Value private static final long
serialVersionUID
-6145098200250676673L
-
org.eclipse.jetty.websocket.api.util.QuoteUtil Modifier and Type Constant Field Value public static final java.lang.String
ABNF_REQUIRED_QUOTING
"\"\'\\\n\r\t\f\b%+ ;="
private static final char
UNICODE_TAG
65535
-
org.eclipse.jetty.websocket.common.Generator Modifier and Type Constant Field Value public static final int
MAX_HEADER_LENGTH
28
-
org.eclipse.jetty.websocket.common.OpCode Modifier and Type Constant Field Value public static final byte
BINARY
2
public static final byte
CLOSE
8
public static final byte
CONTINUATION
0
public static final byte
PING
9
public static final byte
PONG
10
public static final byte
TEXT
1
public static final byte
UNDEFINED
-1
-
org.eclipse.jetty.websocket.common.UpgradeResponseAdapter Modifier and Type Constant Field Value public static final java.lang.String
SEC_WEBSOCKET_PROTOCOL
"Sec-WebSocket-Protocol"
-
org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint Modifier and Type Constant Field Value private static final int
ASYNC_MASK
65535
private static final int
BLOCK_MASK
65536
private static final int
PARTIAL_BINARY_MASK
524288
private static final int
PARTIAL_TEXT_MASK
262144
private static final int
STREAM_MASK
131072
-
org.eclipse.jetty.websocket.common.extensions.FrameCaptureExtension Modifier and Type Constant Field Value private static final int
BUFSIZE
32768
-
org.eclipse.jetty.websocket.common.extensions.compress.ByteAccumulator Modifier and Type Constant Field Value private static final int
MIN_SPACE
8
-
org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension Modifier and Type Constant Field Value private static final int
DECOMPRESS_BUF_SIZE
8192
protected static final int
INFLATE_BUFFER_SIZE
8192
protected static final int
INPUT_MAX_BUFFER_SIZE
8192
protected static final int
RSV_USE_ALWAYS
0
protected static final int
RSV_USE_ONLY_FIRST
1
protected static final int
TAIL_DROP_ALWAYS
1
protected static final int
TAIL_DROP_FIN_ONLY
2
protected static final int
TAIL_DROP_NEVER
0
-
org.eclipse.jetty.websocket.common.frames.ControlFrame Modifier and Type Constant Field Value public static final int
MAX_CONTROL_PAYLOAD
125
-
org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection Modifier and Type Constant Field Value private static final int
MIN_BUFFER_SIZE
28
-
org.eclipse.jetty.websocket.common.message.SimpleBinaryMessage Modifier and Type Constant Field Value private static final int
BUFFER_SIZE
65535
-
org.eclipse.jetty.websocket.jsr356.ConfigurationException Modifier and Type Constant Field Value private static final long
serialVersionUID
3026803845657799372L
-
org.eclipse.jetty.websocket.jsr356.InitException Modifier and Type Constant Field Value private static final long
serialVersionUID
-4691138423037387558L
-
org.eclipse.jetty.websocket.jsr356.metadata.DuplicateCoderException Modifier and Type Constant Field Value private static final long
serialVersionUID
-3049181444035417170L
-
org.eclipse.jetty.websocket.jsr356.server.ContainerDefaultConfigurator Modifier and Type Constant Field Value private static final java.lang.String
NO_SUBPROTOCOL
""
-
org.eclipse.jetty.websocket.jsr356.server.JsrCreator Modifier and Type Constant Field Value public static final java.lang.String
PROP_LOCAL_ADDRESS
"javax.websocket.endpoint.localAddress"
public static final java.lang.String
PROP_LOCALES
"javax.websocket.upgrade.locales"
public static final java.lang.String
PROP_REMOTE_ADDRESS
"javax.websocket.endpoint.remoteAddress"
-
org.eclipse.jetty.websocket.jsr356.server.ServerContainer Modifier and Type Constant Field Value public static final java.lang.String
PATH_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.String
ADD_DYNAMIC_FILTER_KEY
"org.eclipse.jetty.websocket.jsr356.addDynamicFilter"
public static final java.lang.String
ENABLE_KEY
"org.eclipse.jetty.websocket.jsr356"
public static final java.lang.String
HTTPCLIENT_ATTRIBUTE
"org.eclipse.jetty.websocket.jsr356.HttpClient"
-
org.eclipse.jetty.websocket.server.HandshakeRFC6455 Modifier and Type Constant Field Value public static final int
VERSION
13
-
org.eclipse.jetty.websocket.server.WebSocketServerFactory Modifier and Type Constant Field Value private static final java.lang.String
WEBSOCKET_DEFLATER_POOL_ATTRIBUTE
"jetty.websocket.deflater"
private static final java.lang.String
WEBSOCKET_INFLATER_POOL_ATTRIBUTE
"jetty.websocket.inflater"
-
org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter Modifier and Type Constant Field Value public static final java.lang.String
CONFIG_ATTRIBUTE_KEY
"configAttributeKey"
public static final java.lang.String
CONTEXT_ATTRIBUTE_KEY
"contextAttributeKey"
-
org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest Modifier and Type Constant Field Value private static final java.lang.String
CANNOT_MODIFY_SERVLET_REQUEST
"Cannot modify Servlet Request"
-
org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest Modifier and Type Constant Field Value private static final java.lang.String
UNSUPPORTED_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.String
DEFAULT_IMPL
"org.eclipse.jetty.websocket.server.WebSocketServerFactory"