public static final class Http2Exception.CompositeStreamException extends Http2Exception implements java.lang.Iterable<Http2Exception.StreamException>
Http2Exception.ClosedStreamCreationException, Http2Exception.CompositeStreamException, Http2Exception.HeaderListSizeException, Http2Exception.ShutdownHint, Http2Exception.StreamException
Modifier and Type | Field and Description |
---|---|
private java.util.List<Http2Exception.StreamException> |
exceptions |
private static long |
serialVersionUID |
Constructor and Description |
---|
CompositeStreamException(Http2Error error,
int initialCapacity) |
Modifier and Type | Method and Description |
---|---|
void |
add(Http2Exception.StreamException e) |
java.util.Iterator<Http2Exception.StreamException> |
iterator() |
closedStreamError, connectionError, connectionError, error, headerListSizeError, isStreamError, shutdownHint, streamError, streamError, streamId
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
private final java.util.List<Http2Exception.StreamException> exceptions
public CompositeStreamException(Http2Error error, int initialCapacity)
public void add(Http2Exception.StreamException e)
public java.util.Iterator<Http2Exception.StreamException> iterator()
iterator
in interface java.lang.Iterable<Http2Exception.StreamException>