org.http4s.blaze.http.http2
Members list
Type members
Classlikes
Data frame for http2
Data frame for http2
Attributes
- data
actual stream data. The
ByteBufferindexes may be modified by the receiver. TheByteBufferindexes are considered owned by this DataFrame, but its data must not be modified.- endStream
if this is the last message of the stream
- Source:
- StreamFrame.scala
- Graph
- Supertypes
Attributes
- Source:
- DefaultFlowStrategy.scala
- Graph
- Supertypes
FlowStrategy advises a session when to send window updates
FlowStrategy advises a session when to send window updates
A FlowStrategy will be shared among many sessions.
Attributes
- Companion:
- object
- Source:
- FlowStrategy.scala
- Graph
- Supertypes
- Known subtypes
- class DefaultFlowStrategy
Attributes
- Companion:
- trait
- Source:
- FlowStrategy.scala
- Graph
- Supertypes
- Self type
- FlowStrategy.type
HTTP/2 HPACK header encoder
HTTP/2 HPACK header encoder
Attributes
- initialMaxTableSize
maximum HPACK table size the peer will allow.
- Source:
- HeaderEncoder.scala
- Graph
- Supertypes
Headers frame for http2
Headers frame for http2
Attributes
- endStream
signal if this is the last frame of the stream
- headers
attached headers
- priority
priority of this stream
- Source:
- StreamFrame.scala
- Graph
- Supertypes
Attributes
- Companion:
- object
- Source:
- Http2Exception.scala
- Graph
- Supertypes
- trait Producttrait Equalstrait NoStackTraceclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass Any
- Known subtypes
- class Http2SessionExceptionclass Http2StreamException
Attributes
- Companion:
- class
- Source:
- Http2Exception.scala
- Graph
- Supertypes
- Self type
- Http2Exception.type
Attributes
- Source:
- Http2Exception.scala
- Graph
- Supertypes
- class Http2Exceptiontrait Producttrait Equalstrait NoStackTraceclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass Any
A bundle of HTTP2 settings
A bundle of HTTP2 settings
These represent the HTTP2 settings for either the client or server.
Attributes
- See also:
https://tools.ietf.org/html/rfc7540#section-6.5.2, where the doc strings were obtained.
- Companion:
- object
- Source:
- Http2Settings.scala
- Graph
- Supertypes
- Known subtypes
- class ImmutableHttp2Settings
Attributes
- Companion:
- class
- Source:
- Http2Settings.scala
- Graph
- Supertypes
- Self type
- Http2Settings.type
Attributes
- Source:
- Http2Exception.scala
- Graph
- Supertypes
- class Http2Exceptiontrait Producttrait Equalstrait NoStackTraceclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass Any
Immutable representation of Http2Settings for configuring clients and servers
Immutable representation of Http2Settings for configuring clients and servers
Attributes
- Source:
- Http2Settings.scala
- Graph
- Supertypes
Base type for performing the HTTP/2 prior knowledge handshake
Base type for performing the HTTP/2 prior knowledge handshake
Attributes
- Source:
- PriorKnowledgeHandshaker.scala
- Graph
- Supertypes
- Known subtypes
Attributes
- Companion:
- object
- Source:
- Priority.scala
- Graph
- Supertypes
- Known subtypes
- class Dependentobject NoPriority.type
Attributes
- Companion:
- trait
- Source:
- Priority.scala
- Graph
- Supertypes
- Self type
- Priority.type
HTTP/2 pseudo headers
HTTP/2 pseudo headers
Attributes
- Source:
- PseudoHeaders.scala
- Graph
- Supertypes
- Self type
- PseudoHeaders.type
Flow control representation of a Http2 Session
Flow control representation of a Http2 Session
Attributes
- Source:
- SessionFlowControl.scala
- Graph
- Supertypes
Representation of the flow control state of a stream belonging to a session
Representation of the flow control state of a stream belonging to a session
The StreamFlowWindow provides the tools for tracking the flow window for both the individual
stream and the session that it belongs to.
Attributes
- Source:
- StreamFlowWindow.scala
- Graph
- Supertypes
Types that will be sent down to the Nodes of the Http2 session
Types that will be sent down to the Nodes of the Http2 session
Attributes
- Source:
- StreamFrame.scala
- Graph
- Supertypes
- Known subtypes
- class DataFrameclass HeadersFrame