Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: d7bba9fbecacfb4785e9aa6c277fec73f65bfa26 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                         
#
# Protocol Negotiatin Selection Module
#

[depend]
protonego-impl/${protonego}

[ini-template]
# Protocol Negotiation Implementation Selection
#  choices are:
#    'npn'  : original implementation for SPDY (now deprecated)
#    'alpn' : replacement for NPN, in use by current SPDY implementations
#             and the future HTTP/2 spec
#  Note: java 1.8+ are ALPN only.
protonego=alpn

Back to the top