public static final class Http2Exception.CompositeStreamException extends Http2Exception implements Iterable<Http2Exception.StreamException>
Http2Exception.ClosedStreamCreationException, Http2Exception.CompositeStreamException, Http2Exception.HeaderListSizeException, Http2Exception.ShutdownHint, Http2Exception.StreamException
Constructor and Description |
---|
CompositeStreamException(Http2Error error,
int initialCapacity) |
Modifier and Type | Method and Description |
---|---|
void |
add(Http2Exception.StreamException e) |
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public CompositeStreamException(Http2Error error, int initialCapacity)
public void add(Http2Exception.StreamException e)
public Iterator<Http2Exception.StreamException> iterator()
iterator
in interface Iterable<Http2Exception.StreamException>
Copyright © 2008–2017 The Netty Project. All rights reserved.