Class Http2Exception.StreamException

    • Field Detail

      • streamId

        private final int streamId
    • Constructor Detail

      • StreamException

        StreamException​(int streamId,
                        Http2Error error,
                        java.lang.String message)
      • StreamException

        StreamException​(int streamId,
                        Http2Error error,
                        java.lang.String message,
                        java.lang.Throwable cause)
    • Method Detail

      • streamId

        public int streamId()