- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.luminis.tls.TlsProtocolException
-
- net.luminis.tls.alert.ErrorAlert
-
- net.luminis.tls.alert.NoApplicationProtocolAlert
-
- All Implemented Interfaces:
java.io.Serializable
public class NoApplicationProtocolAlert extends ErrorAlert
https://tools.ietf.org/html/rfc8446#section-6.2 "no_application_protocol: Sent by servers when a client "application_layer_protocol_negotiation" extension advertises only protocols that the server does not support (see [RFC7301])."- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoApplicationProtocolAlert()NoApplicationProtocolAlert(java.util.List<java.lang.String> requestedProtocols)
-
Method Summary
-
Methods inherited from class net.luminis.tls.alert.ErrorAlert
alertDescription
-
-