Class Constants
java.lang.Object
org.apache.tomcat.websocket.server.Constants
Internal implementation constants.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringServlet context init parameter name for binary buffer size.static final StringDeprecated.This is no longer required in Jakarta EE 10 onwards and will be removed in Tomcat 10.1.static final Stringstatic final StringServlet context init parameter name for text buffer size. -
Method Summary
-
Field Details
-
BINARY_BUFFER_SIZE_SERVLET_CONTEXT_INIT_PARAM
Servlet context init parameter name for binary buffer size.- See Also:
-
TEXT_BUFFER_SIZE_SERVLET_CONTEXT_INIT_PARAM
Servlet context init parameter name for text buffer size.- See Also:
-
ENFORCE_NO_ADD_AFTER_HANDSHAKE_CONTEXT_INIT_PARAM
Deprecated.This is no longer required in Jakarta EE 10 onwards and will be removed in Tomcat 10.1.Allows the deployment restriction defined in section 6.4 of the Jakarta WebSocket specification to be ignored.- See Also:
-
SERVER_CONTAINER_SERVLET_CONTEXT_ATTRIBUTE
- See Also:
-