Uses of Class
org.glassfish.grizzly.http2.Http2StreamException
Packages that use Http2StreamException
-
Uses of Http2StreamException in org.glassfish.grizzly.http2
Methods in org.glassfish.grizzly.http2 that throw Http2StreamExceptionModifier and TypeMethodDescriptionHttp2Session.acceptUpgradeStream(HttpRequestPacket request, int priority, boolean fin) The method is called to create anHttp2Streaminitiated via HTTP/1.1 Upgrade mechanism.voidUpgradeOutputSink.onPeerWindowUpdate(int delta) Http2Session.openStream(HttpRequestPacket request, int streamId, int parentStreamId, boolean exclusive, int priority) Method is not thread-safe, it is expected that it will be called withinHttp2Session.getNewClientStreamLock()lock scope.Http2Session.openUpgradeStream(HttpRequestPacket request, int priority) The method is called on the client side, when the server confirms HTTP/1.1 -> HTTP/2.0 upgrade with '101' response.