FlowStrategy

org.http4s.blaze.http.http2.FlowStrategy
See theFlowStrategy companion trait
object FlowStrategy

Attributes

Companion
trait
Source
FlowStrategy.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class Increment

Representation of the flow window increments to send to the remote peer

Representation of the flow window increments to send to the remote peer

Attributes

Source
FlowStrategy.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def increment(session: Int, stream: Int): Increment

Construct an Increment, using a cached version if possible

Construct an Increment, using a cached version if possible

Attributes

Source
FlowStrategy.scala