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

Add ClientConnectionListener listener #12421

Closed
wants to merge 9 commits into from

Commits on Oct 22, 2024

  1. add ClientConnectionListener listener

    Signed-off-by: Oleksandr Krutko <[email protected]>
    arsenalzp committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    642189a View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. improve naming conventions and methods signature for ConnectListener

    Signed-off-by: Oleksandr Krutko <[email protected]>
    arsenalzp committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    3f8f31f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. add SelectorManager.onConnected() callback

    Signed-off-by: Oleksandr Krutko <[email protected]>
    arsenalzp committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    880327e View commit details
    Browse the repository at this point in the history
  2. improve the listeners iteration

    Signed-off-by: Oleksandr Krutko <[email protected]>
    arsenalzp committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    1277964 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. remove duplicate calls, improve stability

    Signed-off-by: Oleksandr Krutko <[email protected]>
    arsenalzp committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    b2c2f4d View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. add wrapper for listeners code

    Signed-off-by: Oleksandr Krutko <[email protected]>
    arsenalzp committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    bfa5d45 View commit details
    Browse the repository at this point in the history
  2. sanitize SelectorManager class

    Signed-off-by: Oleksandr Krutko <[email protected]>
    arsenalzp committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    1d7658d View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. add javadoc for ConnectListener interface

    Signed-off-by: Oleksandr Krutko <[email protected]>
    arsenalzp committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    b104bd5 View commit details
    Browse the repository at this point in the history
  2. add tests for ConnectListener

    Signed-off-by: Oleksandr Krutko <[email protected]>
    arsenalzp committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    9d80d00 View commit details
    Browse the repository at this point in the history