eclipse-ee4j / eclipse-ee4j/tyrus
Passing info from ServerEndpointCondig#Configurator to Endpoint instance
Open
Priority: Major
Type: Improvement
- Dominant language
- Java
- Stars
- 128
- Forks
- 49
- PR merge metrics
- No merged PRs in 30d
Description
Spec issue - [WEBSOCKET_SPEC-235](https://java.net/jira/browse/WEBSOCKET_SPEC-235 "Passing values from ServerEndpointConfig.Configurator to @ServerEndpoint")
I believe we should try to make that work at in Tyrus; some ideas:
* TyrusSession could expose HandshakeRequest
* HandshakeRequest could expose `Map` (userProperties) which will be added to Session#getUserProperties..
#### Affected Versions
[1.10]
Contributor guide
Assessment
This issue has not been assessed yet.