Uses of Class
io.vertx.core.http.StreamPriority
-
Packages that use StreamPriority Package Description io.vertx.core.http io.vertx.reactivex.core.http io.vertx.rxjava3.core.http -
-
Uses of StreamPriority in io.vertx.core.http
Methods in io.vertx.core.http that return StreamPriority Modifier and Type Method Description StreamPriority
HttpClientRequest. getStreamPriority()
StreamPriority
StreamPriority. setDependency(int dependency)
Set the priority dependency value.StreamPriority
StreamPriority. setExclusive(boolean exclusive)
Set the priority exclusive value.StreamPriority
StreamPriority. setWeight(short weight)
Set the priority weight.default StreamPriority
HttpServerRequest. streamPriority()
Methods in io.vertx.core.http with parameters of type StreamPriority Modifier and Type Method Description default HttpClientRequest
HttpClientRequest. setStreamPriority(StreamPriority streamPriority)
Sets the priority of the associated stream.default HttpServerResponse
HttpServerResponse. setStreamPriority(StreamPriority streamPriority)
Sets the priority of the associated streamMethod parameters in io.vertx.core.http with type arguments of type StreamPriority Modifier and Type Method Description HttpClientResponse
HttpClientResponse. streamPriorityHandler(Handler<StreamPriority> handler)
Set an handler for stream priority changes.HttpServerRequest
HttpServerRequest. streamPriorityHandler(Handler<StreamPriority> handler)
Set an handler for stream priority changesConstructors in io.vertx.core.http with parameters of type StreamPriority Constructor Description StreamPriority(StreamPriority other)
-
Uses of StreamPriority in io.vertx.reactivex.core.http
Methods in io.vertx.reactivex.core.http that return StreamPriority Modifier and Type Method Description StreamPriority
HttpClientRequest. getStreamPriority()
StreamPriority
HttpServerRequest. streamPriority()
Methods in io.vertx.reactivex.core.http with parameters of type StreamPriority Modifier and Type Method Description HttpClientRequest
HttpClientRequest. setStreamPriority(StreamPriority streamPriority)
Sets the priority of the associated stream.HttpServerResponse
HttpServerResponse. setStreamPriority(StreamPriority streamPriority)
Sets the priority of the associated streamMethod parameters in io.vertx.reactivex.core.http with type arguments of type StreamPriority Modifier and Type Method Description HttpClientResponse
HttpClientResponse. streamPriorityHandler(Handler<StreamPriority> handler)
Set an handler for stream priority changes.HttpServerRequest
HttpServerRequest. streamPriorityHandler(Handler<StreamPriority> handler)
Set an handler for stream priority changes -
Uses of StreamPriority in io.vertx.rxjava3.core.http
Methods in io.vertx.rxjava3.core.http that return StreamPriority Modifier and Type Method Description StreamPriority
HttpClientRequest. getStreamPriority()
StreamPriority
HttpServerRequest. streamPriority()
Methods in io.vertx.rxjava3.core.http with parameters of type StreamPriority Modifier and Type Method Description HttpClientRequest
HttpClientRequest. setStreamPriority(StreamPriority streamPriority)
Sets the priority of the associated stream.HttpServerResponse
HttpServerResponse. setStreamPriority(StreamPriority streamPriority)
Sets the priority of the associated streamMethod parameters in io.vertx.rxjava3.core.http with type arguments of type StreamPriority Modifier and Type Method Description HttpClientResponse
HttpClientResponse. streamPriorityHandler(Handler<StreamPriority> handler)
Set an handler for stream priority changes.HttpServerRequest
HttpServerRequest. streamPriorityHandler(Handler<StreamPriority> handler)
Set an handler for stream priority changes
-