-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JettyWebSocketServerContainer exposes websocket common classes #3661
Comments
Just to be clear, I'm not sure where the problem is exactly. Since Jetty 10 Point being that we don't want to |
seems like moving WebSocketSessionListener to org.eclipse.jetty.websocket.api makes the most sense here. |
I'm OK for moving the listener.... but before doing anything we probably need to review the entire exposed API and find all such exposed common/core/io/http classes |
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
The classes in
org.eclipse.jetty.websocket.server
must not exposeorg.eclipse.jetty.websocket.common
classes in the public signature. However, this is done by at least JettyWebSocketServerContainer#addSessionListenerOnly API or other server classes should be exposed.
The text was updated successfully, but these errors were encountered: