[
https://issues.jboss.org/browse/ISPN-6899?page=com.atlassian.jira.plugin....
]
Sebastian Łaskawiec commented on ISPN-6899:
-------------------------------------------
JEP 244 highlights:
* Will be implemented in JDK9
* This is an implementation of ALPN (not NPN)
* JEP 244 will be used for HTTP/2 client implementation (JEP 110)
* The server application will be able to scan a plain Client Hello message and choose
protocol based on other factors such as SNI, Cipher suites etc
* The implementation will hook into {{SSLEngine}} and {{SSLSocket}}
* The design will be similar to SNI (JEP 114)
Investigate ALPN support
------------------------
Key: ISPN-6899
URL:
https://issues.jboss.org/browse/ISPN-6899
Project: Infinispan
Issue Type: Feature Request
Components: Cloud Integrations
Reporter: Sebastian Łaskawiec
Assignee: Sebastian Łaskawiec
Priority: Optional
Application layer Protocol Negotiation might be used by the Hot Rod server and allow
creating a unified client package. The client could use many different transport
technologies (Hot Rod, REST) and negotiate with the server which one could be used.
ALPN RFC:
https://tools.ietf.org/html/rfc7301
ALPN JDK9 support:
http://openjdk.java.net/jeps/244
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)