Struct solicit::http::session::DefaultSessionState
[−]
[src]
pub struct DefaultSessionState<S> where S: Stream {
// some fields omitted
}
An implementation of the SessionState
trait that tracks the active streams in a HashMap
,
mapping the stream ID to the concrete Stream
instance.
Methods
impl<S> DefaultSessionState<S> where S: Stream
fn new() -> DefaultSessionState<S>
Creates a new DefaultSessionState
with no known streams.