Package | Description |
---|---|
io.vertx.core.http | |
io.vertx.reactivex.core.http | |
io.vertx.rxjava.core.http |
Modifier and Type | Method and 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() |
Modifier and Type | Method and Description |
---|---|
default HttpServerResponse |
HttpServerResponse.setStreamPriority(StreamPriority streamPriority)
Sets the priority of the associated stream
This is not implemented for HTTP/1.x.
|
default HttpClientRequest |
HttpClientRequest.setStreamPriority(StreamPriority streamPriority)
Sets the priority of the associated stream.
|
Modifier and Type | Method and 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
|
Constructor and Description |
---|
StreamPriority(StreamPriority other) |
Modifier and Type | Method and Description |
---|---|
StreamPriority |
HttpClientRequest.getStreamPriority() |
StreamPriority |
HttpServerRequest.streamPriority() |
Modifier and Type | Method and Description |
---|---|
HttpServerResponse |
HttpServerResponse.setStreamPriority(StreamPriority streamPriority)
Sets the priority of the associated stream
This is not implemented for HTTP/1.x.
|
HttpClientRequest |
HttpClientRequest.setStreamPriority(StreamPriority streamPriority)
Sets the priority of the associated stream.
|
Modifier and Type | Method and 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
|
Modifier and Type | Method and Description |
---|---|
StreamPriority |
HttpClientRequest.getStreamPriority() |
StreamPriority |
HttpServerRequest.streamPriority() |
Modifier and Type | Method and Description |
---|---|
HttpServerResponse |
HttpServerResponse.setStreamPriority(StreamPriority streamPriority)
Sets the priority of the associated stream
This is not implemented for HTTP/1.x.
|
HttpClientRequest |
HttpClientRequest.setStreamPriority(StreamPriority streamPriority)
Sets the priority of the associated stream.
|
Modifier and Type | Method and 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
|
Copyright © 2021 Eclipse. All rights reserved.