-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new typed async bootstrap APIs back and drop SPI (#191)
* Revert "Back out SPI(AsyncChannel) changes" This reverts commit 33d2b29. * Add new typed async bootstrap APIs back and drop SPI # Motivation We just merged the removal of the `AsyncChannel` SPI in NIO and can now add back the new APIs in transport services as well. # Modification This PR brings back the previous SPI and promotes it to API. # Result New typed async bootstraps API for `NIOTransportServices`. * George review
- Loading branch information
1 parent
16ca413
commit ebf8b9c
Showing
4 changed files
with
1,100 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.