On 06/15/2015 04:25 PM, Mark Thomas wrote:
On 15/06/2015 15:17, jean-frederic clere wrote:
Hi,
We are using SSLSocket.getALPN() but in fact that belongs to SSL
according to the C code, should we move that to SSL and use the
netty-tc-native code there?
I don't understand. ALPN is negot
On 15/06/2015 15:17, jean-frederic clere wrote:
> Hi,
>
> We are using SSLSocket.getALPN() but in fact that belongs to SSL
> according to the C code, should we move that to SSL and use the
> netty-tc-native code there?
I don't understand. ALPN is negotiated per socket an
Hi,
We are using SSLSocket.getALPN() but in fact that belongs to SSL
according to the C code, should we move that to SSL and use the
netty-tc-native code there?
SSL.getAlpnSelected() would do the trick,
Cheers
Jean-Frederic