Skip to content
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

Make the JavaxWebSocketClientContainer.getContainer(HttpClient) method static. #6107

Merged

Commits on Mar 26, 2021

  1. Make the HttpClient getContainer method static on JavaxWebSocketClien…

    …tContainerProvider.
    
    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Mar 26, 2021
    Copy the full SHA
    57779c6 View commit details
    Browse the repository at this point in the history
  2. Add static utility methods on container to add and remove beans.

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Mar 26, 2021
    Copy the full SHA
    a86a0c2 View commit details
    Browse the repository at this point in the history
  3. Modify SecureClientContainerExample to use the new getContainer(HttpC…

    …lient) method.
    
    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Mar 26, 2021
    Copy the full SHA
    47ec9b1 View commit details
    Browse the repository at this point in the history