| Package | Description |
|---|---|
| io.vertx.core.http | |
| io.vertx.core.http.impl | |
| 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 |
|---|---|
HttpServerRequest |
HttpServerRequest.streamPriorityHandler(Handler<StreamPriority> handler)
Set an handler for stream priority changes
|
HttpClientResponse |
HttpClientResponse.streamPriorityHandler(Handler<StreamPriority> handler)
Set an handler for stream priority changes.
|
| Constructor and Description |
|---|
StreamPriority(StreamPriority other) |
| Modifier and Type | Method and Description |
|---|---|
StreamPriority |
HttpClientRequestImpl.getStreamPriority() |
StreamPriority |
HttpClientStream.priority() |
StreamPriority |
Http2ServerRequest.streamPriority() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Http2ServerConnection.onHeadersRead(int streamId,
io.netty.handler.codec.http2.Http2Headers headers,
StreamPriority streamPriority,
boolean endOfStream) |
HttpClientRequest |
HttpClientRequestImpl.setStreamPriority(StreamPriority priority) |
HttpServerResponse |
Http2ServerResponse.setStreamPriority(StreamPriority priority) |
void |
HttpClientStream.updatePriority(StreamPriority streamPriority) |
void |
HttpClientStream.writeHead(HttpRequestHead request,
boolean chunked,
io.netty.buffer.ByteBuf buf,
boolean end,
StreamPriority priority,
boolean connect,
Handler<AsyncResult<Void>> handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpClientStream.priorityHandler(Handler<StreamPriority> handler) |
HttpClientResponse |
HttpClientResponseImpl.streamPriorityHandler(Handler<StreamPriority> handler) |
HttpServerRequest |
Http1xServerRequest.streamPriorityHandler(Handler<StreamPriority> handler) |
HttpServerRequest |
Http2ServerRequest.streamPriorityHandler(Handler<StreamPriority> handler) |
| Modifier and Type | Method and Description |
|---|---|
StreamPriority |
HttpClientRequest.getStreamPriority() |
StreamPriority |
HttpServerRequest.streamPriority() |
| Modifier and Type | Method and Description |
|---|---|
HttpClientRequest |
HttpClientRequest.setStreamPriority(StreamPriority streamPriority)
Sets the priority of the associated stream.
|
HttpServerResponse |
HttpServerResponse.setStreamPriority(StreamPriority streamPriority)
Sets the priority of the associated stream
This is not implemented for HTTP/1.x.
|
| Modifier and Type | Method and Description |
|---|---|
HttpServerRequest |
HttpServerRequest.streamPriorityHandler(Handler<StreamPriority> handler)
Set an handler for stream priority changes
|
HttpClientResponse |
HttpClientResponse.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 |
|---|---|
HttpClientRequest |
HttpClientRequest.setStreamPriority(StreamPriority streamPriority)
Sets the priority of the associated stream.
|
HttpServerResponse |
HttpServerResponse.setStreamPriority(StreamPriority streamPriority)
Sets the priority of the associated stream
This is not implemented for HTTP/1.x.
|
| Modifier and Type | Method and Description |
|---|---|
HttpServerRequest |
HttpServerRequest.streamPriorityHandler(Handler<StreamPriority> handler)
Set an handler for stream priority changes
|
HttpClientResponse |
HttpClientResponse.streamPriorityHandler(Handler<StreamPriority> handler)
Set an handler for stream priority changes.
|
Copyright © 2021. All rights reserved.