vertx / io.vertx.kotlin.core.http / StreamPriority

StreamPriority

fun StreamPriority(dependency: Int? = null, exclusive: Boolean? = null, weight: Short? = null): StreamPriority

A function providing a DSL for building io.vertx.core.http.StreamPriority objects.

This class represents HTTP/2 stream priority defined in RFC 7540 clause 5.3

Parameters

dependency - Set the priority dependency value.

exclusive - Set the priority exclusive value.

weight - Set the priority weight.