-
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
Allow to create a WebSocketContainer passing HttpClient #5828
Comments
Furthermore, the |
lachlan-roberts
added a commit
that referenced
this issue
Dec 23, 2020
…ntainerProvider Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
lachlan-roberts
added a commit
that referenced
this issue
Feb 15, 2021
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
lachlan-roberts
added a commit
that referenced
this issue
Feb 15, 2021
…lientContainer Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
lachlan-roberts
added a commit
that referenced
this issue
Feb 21, 2021
…tHttpClient Issue #5828 - allow HttpClient to be used with JavaxWebSocketClientContainerProvider
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jetty version
10.0.x
Description
Client applications that want to use JSR WebSocket should be able to pass
HttpClient
to support TLS and have more configuration flexibility.This is currently not possible because
JavaxWebSocketClientContainer
is in an internal package and not unconditionally exported.However,
JavaxWebSocketClientContainerProvider
is accessible, so perhaps addingpublic static WebSocketContainer getContainer(HttpClient)
will allow applications to create JSR WebSocket clients with the required flexibility.The text was updated successfully, but these errors were encountered: