Class WebSocketServerHandshakeException

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      HttpRequest request()
      Returns a request if exception occurs during request validation otherwise null.
      • 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

      • WebSocketServerHandshakeException

        public WebSocketServerHandshakeException​(java.lang.String message)
      • WebSocketServerHandshakeException

        public WebSocketServerHandshakeException​(java.lang.String message,
                                                 HttpRequest httpRequest)
    • Method Detail

      • request

        public HttpRequest request()
        Returns a request if exception occurs during request validation otherwise null.