Package | Description |
---|---|
io.vertx.core.http |
Modifier and Type | Method and Description |
---|---|
default HttpServerResponse |
HttpServerResponse.writeCustomFrame(HttpFrame frame)
Like
HttpServerResponse.writeCustomFrame(int, int, Buffer) but with an HttpFrame . |
default HttpClientRequest |
HttpClientRequest.writeCustomFrame(HttpFrame frame)
Like
HttpClientRequest.writeCustomFrame(int, int, Buffer) but with an HttpFrame . |
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.