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

Create Nio2Session using Nio2ServiceFactory #424

Merged
merged 1 commit into from
Oct 14, 2023

Conversation

evgeny-pasynkov
Copy link
Contributor

This allows client code to override and extend the Nio2Session class. Current implementation creates createWriteCycleCompletionHandler which executes OS callback and completes the future on another thread. The overridden implementation may wrap the callbacks with custom code and set up, for example, the logging MDC

This allows client code to override and extend the Nio2Session class. Current implementation creates
createWriteCycleCompletionHandler which executes OS callback and completes the future on another thread.
The overridden implementation may wrap the callbacks with custom code and set up, for example,
the logging MDC
@tomaswolf tomaswolf merged commit e023eb7 into apache:master Oct 14, 2023
8 checks passed
odl-github pushed a commit to opendaylight/netconf that referenced this pull request Mar 27, 2024
Adapt SshProxyServer to deal with
apache/mina-sshd#424

JIRA: NETCONF-1267
Change-Id: I254c8fa2563553a22e3197b658bb0c367c51e232
Signed-off-by: Matej Sramcik <matej.sramcik@pantheon.tech>
odl-github pushed a commit to opendaylight/netconf that referenced this pull request Mar 27, 2024
Adapt SshProxyServer to deal with
apache/mina-sshd#424

JIRA: NETCONF-1267
Change-Id: I254c8fa2563553a22e3197b658bb0c367c51e232
Signed-off-by: Matej Sramcik <matej.sramcik@pantheon.tech>
odl-github pushed a commit to opendaylight/netconf that referenced this pull request Mar 27, 2024
Adapt SshProxyServer to deal with
apache/mina-sshd#424

JIRA: NETCONF-1267
Change-Id: I254c8fa2563553a22e3197b658bb0c367c51e232
Signed-off-by: Matej Sramcik <matej.sramcik@pantheon.tech>
odl-github pushed a commit to opendaylight/netconf that referenced this pull request Apr 25, 2024
Adapt SshProxyServer to deal with
apache/mina-sshd#424

JIRA: NETCONF-1267
Change-Id: I254c8fa2563553a22e3197b658bb0c367c51e232
Signed-off-by: Matej Sramcik <matej.sramcik@pantheon.tech>
odl-github pushed a commit to opendaylight/netconf that referenced this pull request Apr 25, 2024
Adapt SshProxyServer to deal with
apache/mina-sshd#424

JIRA: NETCONF-1267
Change-Id: I254c8fa2563553a22e3197b658bb0c367c51e232
Signed-off-by: Matej Sramcik <matej.sramcik@pantheon.tech>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants