Uses of Class
io.vertx.core.http.StreamPriority
Packages that use StreamPriority
-
Uses of StreamPriority in io.vertx.core.http
Methods in io.vertx.core.http that return StreamPriorityModifier and TypeMethodDescriptionHttpClientRequest.getStreamPriority()StreamPriority.setDependency(int dependency) Set the priority dependency value.StreamPriority.setExclusive(boolean exclusive) Set the priority exclusive value.StreamPriority.setWeight(short weight) Set the priority weight.default StreamPriorityHttpServerRequest.streamPriority()Methods in io.vertx.core.http with parameters of type StreamPriorityModifier and TypeMethodDescriptiondefault HttpClientRequestHttpClientRequest.setStreamPriority(StreamPriority streamPriority) Sets the priority of the associated stream.default HttpServerResponseHttpServerResponse.setStreamPriority(StreamPriority streamPriority) Sets the priority of the associated streamMethod parameters in io.vertx.core.http with type arguments of type StreamPriorityModifier and TypeMethodDescriptionHttpClientResponse.streamPriorityHandler(Handler<StreamPriority> handler) Set an handler for stream priority changes.HttpServerRequest.streamPriorityHandler(Handler<StreamPriority> handler) Set an handler for stream priority changesConstructors in io.vertx.core.http with parameters of type StreamPriority -
Uses of StreamPriority in io.vertx.reactivex.core.http
Methods in io.vertx.reactivex.core.http that return StreamPriorityModifier and TypeMethodDescriptionHttpClientRequest.getStreamPriority()HttpServerRequest.streamPriority()Methods in io.vertx.reactivex.core.http with parameters of type StreamPriorityModifier and TypeMethodDescriptionHttpClientRequest.setStreamPriority(StreamPriority streamPriority) Sets the priority of the associated stream.HttpServerResponse.setStreamPriority(StreamPriority streamPriority) Sets the priority of the associated streamMethod parameters in io.vertx.reactivex.core.http with type arguments of type StreamPriorityModifier and TypeMethodDescriptionHttpClientResponse.streamPriorityHandler(Handler<StreamPriority> handler) Set an handler for stream priority changes.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 StreamPriorityModifier and TypeMethodDescriptionHttpClientRequest.getStreamPriority()HttpServerRequest.streamPriority()Methods in io.vertx.rxjava3.core.http with parameters of type StreamPriorityModifier and TypeMethodDescriptionHttpClientRequest.setStreamPriority(StreamPriority streamPriority) Sets the priority of the associated stream.HttpServerResponse.setStreamPriority(StreamPriority streamPriority) Sets the priority of the associated streamMethod parameters in io.vertx.rxjava3.core.http with type arguments of type StreamPriorityModifier and TypeMethodDescriptionHttpClientResponse.streamPriorityHandler(Handler<StreamPriority> handler) Set an handler for stream priority changes.HttpServerRequest.streamPriorityHandler(Handler<StreamPriority> handler) Set an handler for stream priority changes