Class Http2Exception.StreamException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Http2Exception.HeaderListSizeException
Enclosing class:
Http2Exception

public static class Http2Exception.StreamException extends Http2Exception
Represents an exception that can be isolated to a single stream (as opposed to the entire connection).
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • streamId

      private final int streamId
  • Constructor Details

  • Method Details

    • streamId

      public int streamId()