Uses of Class
com.predic8.membrane.core.transport.http2.StreamInfo
Packages that use StreamInfo
-
Uses of StreamInfo in com.predic8.membrane.core.transport.http2
Methods in com.predic8.membrane.core.transport.http2 that return StreamInfoMethods in com.predic8.membrane.core.transport.http2 that return types with arguments of type StreamInfoMethods in com.predic8.membrane.core.transport.http2 with parameters of type StreamInfoModifier and TypeMethodDescriptionvoidHttp2MessageHandler.handleExchange(StreamInfo streamInfo, Message message, boolean showSSLExceptions, String remoteAddr) voidPriorityTree.reprioritize(@NotNull StreamInfo stream, int weight, @Null StreamInfo parent, boolean exclusive) voidStreamInfo.setPriorityParent(StreamInfo priorityParent) static voidHttp2ExchangeHandler.writeMessageBody(int streamId, StreamInfo streamInfo, FrameSender sender, Settings peerSettings, PeerFlowControl peerFlowControl, Message res) Constructors in com.predic8.membrane.core.transport.http2 with parameters of type StreamInfoModifierConstructorDescriptionHttp2ExchangeHandler(StreamInfo streamInfo, Transport transport, FrameSender sender, Settings peerSettings, PeerFlowControl peerFlowControl, Exchange exchange, boolean showSSLExceptions, String remoteAddr) Constructor parameters in com.predic8.membrane.core.transport.http2 with type arguments of type StreamInfoModifierConstructorDescriptionFrameSender(OutputStream out, com.twitter.hpack.Encoder encoder, Settings peerSettings, Map<Integer, StreamInfo> streams, String remoteAddr)