Class HttpClosedException

All Implemented Interfaces:
Serializable

public class HttpClosedException extends VertxException
Signals a HTTP connection close.
See Also:
  • Constructor Details

    • HttpClosedException

      public HttpClosedException(String message)
    • HttpClosedException

      public HttpClosedException(GoAway goAway)
  • Method Details

    • goAway

      public GoAway goAway()
      Returns:
      the data received when the connection received a GOAWAY frame prior disconnection (HTTP/2 only)