Home
last modified time | relevance | path

Searched defs:StreamId (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http/src/h2/
Dframe.rs117 type StreamId = usize; typedef
203 pub fn stream_id(&self) -> StreamId { in stream_id()
209 pub fn new(id: StreamId, flags: FrameFlags, payload: Payload) -> Self { in new()
457 pub fn new(error_code: u32, last_stream_id: StreamId, debug_data: Vec<u8>) -> Self { in new()
471 pub fn get_last_stream_id(&self) -> StreamId { in get_last_stream_id()
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Ddispatcher.rs282 pub(crate) struct StreamId { struct
284 next_id: AtomicU32,
530 impl StreamId { implementation
594 next_stream_id: Arc<StreamId>, in new()