websocket
websocket copied to clipboard
Jakarta WebSocket
A new method should be added to ServerEndpointConfig.Builder to facilitate easy creation of ServerEndpointConfig instances that use a shared Endpoint instance: For example: ServerEndpointConfig config = ServerEndpointConfig.Builder .create(ProgrammaticEndpoint.class, "/bar") .subprotocols(subprotocols)...
The spec is unclear as to when ServerEndpointConfig instances registered with a ServerContainer and Endpoint onOpen methods are invoked. Consider a JSR356 enabled servlet container with the following mappings /*...
In with the callback and the Future version of the RemoteEndpoint.Async there is no obvious way to discover what the original Session object was, this makes things a little bit...
For programmatic endpoints, the decoders are configured when creating the endpointconfig. i.e. before the endpoint is brought into service. But the message handlers are configured dynamically on the session object,...
The WebSocket spec does not specifically say who is responsible for sending ping messages and how often they should be sent. I think this is a serious problem, as it...
This is related to [https://issues.apache.org/bugzilla/show_bug.cgi?id=54738](https://issues.apache.org/bugzilla/show_bug.cgi?id=54738) and the details below originally appeared in the Tomcat Developers Mailing List. Reading through the expert mailing list for the WebSocket spec, I gather that...
License: The terms of the EFTL are acceptable. Product Name, Version and download URL: Apache Tomcat 11.0.0-M19-SNAPSHOT (build 20240326.151401-23) https://repository.apache.org/content/groups/snapshots/org/apache/tomcat/tomcat/11.0.0-M19-SNAPSHOT/tomcat-11.0.0-M19-20240326.151401-23.tar.gz Specification Name, Version and download URL: Jakarta WebSocket 2.2.0 https://github.com/jakartaee/specifications/pull/713...
- [x] Organization Name ("Organization") and, if applicable, URL\ Eclipse Foundation - [x] Product Name, Version and download URL (if applicable)\ Eclipse Tyrus 2.2.0-M1, see TCK Result Summary for the...
- [x] Organization Name ("Organization") and, if applicable, URL\ Eclipse Foundation - [x] Product Name, Version and download URL (if applicable)\ Eclipse Tyrus 2.2.0-M1, see TCK Result Summary for the...
Includes how the HTTP upgrade to WebSocket interacts with: - Filters; - Listeners; and - RequestDispatchers when running on a Servlet container The test is heavily influenced by how Tomcat...