Uses of Class
io.helidon.webclient.http2.LockingStreamIdSequence
Packages that use LockingStreamIdSequence
-
Uses of LockingStreamIdSequence in io.helidon.webclient.http2
Methods in io.helidon.webclient.http2 that return LockingStreamIdSequenceModifier and TypeMethodDescriptionstatic LockingStreamIdSequenceLockingStreamIdSequence.create()Create a new locking stream ID sequence.Http2ClientConnection.streamIdSequence()Stream ID sequence.Constructors in io.helidon.webclient.http2 with parameters of type LockingStreamIdSequenceModifierConstructorDescriptionprotectedHttp2ClientStream(Http2ClientConnection connection, Http2Settings serverSettings, SocketContext ctx, Http2StreamConfig http2StreamConfig, Http2ClientConfig http2ClientConfig, LockingStreamIdSequence streamIdSeq, Http2FrameListener sendListener, Http2FrameListener recvListener) protectedHttp2ClientStream(Http2ClientConnection connection, Http2Settings serverSettings, SocketContext ctx, Http2StreamConfig http2StreamConfig, Http2ClientConfig http2ClientConfig, LockingStreamIdSequence streamIdSeq, Http2ClientImpl http2Client)