Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NoApplicationProtocolAlert

        public NoApplicationProtocolAlert()
      • NoApplicationProtocolAlert

        public NoApplicationProtocolAlert​(java.util.List<java.lang.String> requestedProtocols)