public static final class Http2Exception.CompositeStreamException extends Http2Exception implements java.lang.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) |
java.util.Iterator<Http2Exception.StreamException> |
iterator() |
closedStreamError, connectionError, connectionError, error, headerListSizeError, isStreamError, shutdownHint, streamError, streamError, streamIdaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CompositeStreamException(Http2Error error, int initialCapacity)
public void add(Http2Exception.StreamException e)
public java.util.Iterator<Http2Exception.StreamException> iterator()
iterator在界面
java.lang.Iterable<Http2Exception.StreamException>
Copyright © 2008–2018 The Netty Project. All rights reserved.