]
Sebastian Łaskawiec closed ISPN-6899.
-------------------------------------
Resolution: Done
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