<div dir="ltr"><div><div><div><div><div><div><div>Hi,<br><br></div>Given that you are acting as a server, it would be nice to be able to offer<br></div>"http/1.1" as application.<br><br></div>The purpose of this is to get chrome to do tls false start which require<br></div>that the server "advertise" http/1.1 in ALPN or NPN. In the tls handshake.<br></div><div>To do this it is just and integer and that string that has to be included<br></div><div>in the handshake message at the right place...<br></div><div><br></div><div>From looking at the api it seems that this is not supported.<br></div><div>And from reading <a href="http://openjdk.java.net/jeps/244">http://openjdk.java.net/jeps/244</a> it sounds as it does <br></div><div>not advertise anything, but for a server socket it is an intersection of what <br></div><div>the client sends and what the server is capable of.<br></div><div><br></div>Can you confirm that this is not supported in openjdk 9?<br><br></div>Thanks,<br></div>Jon Berg.<br></div>