forked from java-native-access/jna
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the QuicChannelInitializer accept handlers for the quic channel …
…and streams (java-native-access#7) Motivation: To make it easier for people to setup handlers for quic channels and its accepted streams we should provide a constructor that takes two handlers. Modifications: Add extra constructor and adjust example to show how to use it. Result: Easier setup of pipelines
- Loading branch information
1 parent
a0e9431
commit 9ebe34c
Showing
2 changed files
with
61 additions
and
23 deletions.
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