forked from netty/netty
-
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.
Move generic code to HttpOrSpdyChooser to simplify implementations
Motivation: HttpOrSpdyChooser can be simplified so the user not need to implement getProtocol(...) method. Modification: Add implementation for the method. The user can override it if necessary. Result: Easier usage of HttpOrSpdyChooser.
- Loading branch information
Norman Maurer
committed
Jul 7, 2014
1 parent
93a265e
commit 696e355
Showing
2 changed files
with
10 additions
and
11 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