Uses of Class
dev.relism.flash.http2.stream.Http2Stream
Packages that use Http2Stream
-
Uses of Http2Stream in dev.relism.flash.http2.stream
Methods in dev.relism.flash.http2.stream that return Http2StreamModifier and TypeMethodDescriptionHttp2StreamTable.acquire(int streamId) Http2StreamTable.get(int streamId) Http2StreamTable.remove(int streamId) Methods in dev.relism.flash.http2.stream with parameters of type Http2StreamModifier and TypeMethodDescriptionvoidHttp2StreamTable.StreamConsumer.accept(Http2Stream stream) voidHttp2FlowController.consumed(Http2Stream stream, int bytes) intHttp2StreamTable.copyValues(Http2Stream[] target) booleanHttp2StreamTable.detach(Http2Stream stream, int streamId) Removes a wire-closed stream from live concurrency while retaining its in-flight buffer.voidHttp2Stream.ResponseSink.handleRequest(Http2Stream stream) voidHttp2FlowController.increaseStreamSendWindow(Http2Stream stream, int increment) voidHttp2FlowController.initializeStreamSendWindow(Http2Stream stream, int initialWindow) voidHttp2StreamTable.put(Http2Stream stream) voidHttp2FlowController.receiveStreamBytes(Http2Stream stream, int bytes) voidHttp2FlowController.refundSend(Http2Stream stream, int bytes) voidHttp2StreamTable.release(Http2Stream stream) booleanHttp2StreamTable.removeIfSame(Http2Stream stream, int streamId) Removes a stream only when both its id and pooled-object identity still match.intHttp2FlowController.reserveSend(Http2Stream stream, int requested) voidHttp2Stream.ResponseSink.responseBatchCompleted(Http2Stream stream) voidHttp2Stream.ResponseSink.resumeResponse(Http2Stream stream) booleanHttp2StreamTable.retire(Http2Stream stream, int streamId) Atomically removes and recycles the matching generation of a pooled stream.