public static interface ALPN.ServerProvider extends ALPN.Provider
Modifier and Type | Method and Description |
---|---|
String |
select(List<String> protocols)
Callback invoked to let the server application select
a protocol among the ones sent by the client.
|
void |
unsupported()
Callback invoked to let the server application know that
the client does not support ALPN.
|
Copyright © 2016. All rights reserved.