AppData.setApplicationProtocols

Only called in server mode. Sets the protocols for ALPN negotiation.

@param env The JNIEnv @param alpnProtocols ALPN protocols so that they may be advertised (by the server) or selected (by the client). Passing non-null enables ALPN. This array is copied so that no global reference to the Java byte array is maintained.

struct AppData
bool
setApplicationProtocols

Meta