Package org.eclipse.jetty.websocket.api
Class WebSocketConstants
- java.lang.Object
-
- org.eclipse.jetty.websocket.api.WebSocketConstants
-
@Deprecated(since="2021-05-27") public final class WebSocketConstants extends Object
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description static StringSEC_WEBSOCKET_EXTENSIONSDeprecated.static StringSEC_WEBSOCKET_PROTOCOLDeprecated.static StringSEC_WEBSOCKET_VERSIONDeprecated.static intSPEC_VERSIONDeprecated.
-
Constructor Summary
Constructors Constructor Description WebSocketConstants()Deprecated.
-
-
-
Field Detail
-
SEC_WEBSOCKET_EXTENSIONS
public static final String SEC_WEBSOCKET_EXTENSIONS
Deprecated.- See Also:
- Constant Field Values
-
SEC_WEBSOCKET_PROTOCOL
public static final String SEC_WEBSOCKET_PROTOCOL
Deprecated.- See Also:
- Constant Field Values
-
SEC_WEBSOCKET_VERSION
public static final String SEC_WEBSOCKET_VERSION
Deprecated.- See Also:
- Constant Field Values
-
SPEC_VERSION
public static final int SPEC_VERSION
Deprecated.- See Also:
- Constant Field Values
-
-