Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Missing http2 method (checkProtocolNegotiationAvailable())

Issue #215 - https://github.com/eclipse/jetty.project/issues/215
Supporting Conscrypt for SSL/TLS/ALPN
Supporting Java 9 for TLS/ALPN

both rendered that check invalid.
As that check only looked for the Java 8 bootclasspath stuff.


Joakim Erdfelt / joakim@xxxxxxxxxxx

On Wed, Jan 17, 2018 at 7:52 AM, Gregor Jarisch <gregor@xxxxxxxxxxx> wrote:
Hi all,

since 9.4.8.v20171121, where did this method go..?

NegotiatingServerConnectionFactory.checkProtocolNegotiationAvailable();

It is not implemented anymore, what shall be used instead?

Thanks
Gregor

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top