Package | Description |
---|---|
io.vertx.reactivex.core.http |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<HttpFrame> |
HttpFrame.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static HttpFrame |
HttpFrame.newInstance(HttpFrame arg) |
Modifier and Type | Method and Description |
---|---|
HttpServerResponse |
HttpServerResponse.writeCustomFrame(HttpFrame frame)
|
HttpClientRequest |
HttpClientRequest.writeCustomFrame(HttpFrame frame)
|
Modifier and Type | Method and Description |
---|---|
HttpClientResponse |
HttpClientResponse.customFrameHandler(Handler<HttpFrame> handler)
Set an custom frame handler.
|
HttpServerRequest |
HttpServerRequest.customFrameHandler(Handler<HttpFrame> handler)
Set a custom frame handler.
|
Copyright © 2021 Eclipse. All rights reserved.