juniper/solicit/http/session/sidebar-items.js
Juniper Documentation Builder 95d942c9d4 Update documentation for Juniper
2016-09-11 18:41:24 +00:00

1 line
No EOL
1.2 KiB
JavaScript

initSidebarItems({"enum":[["StreamDataChunk","The enum represents the successful completion of the `Stream::get_data_chunk` method."],["StreamDataError","The enum represents errors that can be returned from the `Stream::get_data_chunk` method."],["StreamState","The enum represents all the states that an HTTP/2 stream can be found in."]],"struct":[["DefaultSessionState","An implementation of the `SessionState` trait that tracks the active streams in a `HashMap`, mapping the stream ID to the concrete `Stream` instance."],["DefaultStream","An implementation of the `Stream` trait that saves all headers and data in memory."],["StreamIter","A newtype for an iterator over `Stream`s saved in a `SessionState`."]],"trait":[["Session","A trait that defines the interface between an `HttpConnection` and the higher-levels that use it. Essentially, it allows the `HttpConnection` to pass information onto those higher levels through a well-defined interface."],["SessionState","A trait defining a set of methods for accessing and influencing an HTTP/2 session's state."],["Stream","A trait representing a single HTTP/2 stream. An HTTP/2 connection multiplexes a number of streams."]]});