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

0.5 wss support #42

Merged
merged 4 commits into from
Apr 17, 2018
Merged

0.5 wss support #42

merged 4 commits into from
Apr 17, 2018

Commits on Apr 15, 2018

  1. Configuration menu
    Copy the full SHA
    050f5d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2018

  1. Implementation fixed accroding to comments from Thomas Volden:

    - backward compatibility of exposed API preserved
    - symmetric implementation for server and client
    - fail-fast for server/client builders for WSS not initialized with SSLContext/SSLSocketFactory
    - More explanatory exception for scheme and configuration mismatch for client than just NPE
    Eugene Pakhomov committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    d3c7695 View commit details
    Browse the repository at this point in the history
  2. Javadoc added for WSS related methods and classes

    WssFactoryBuilder and WssSocketBuilder now expose only the minimum required API
    Eugene Pakhomov committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    13c6b17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00f8bb9 View commit details
    Browse the repository at this point in the history