| Package | Description | 
|---|---|
| io.vertx.core.http | |
| io.vertx.reactivex.core.http | |
| io.vertx.rxjava.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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
HttpFrame | 
HttpFrame.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static HttpFrame | 
HttpFrame.newInstance(HttpFrame arg)  | 
| Constructor and Description | 
|---|
HttpFrame(HttpFrame delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
HttpFrame | 
HttpFrame.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static HttpFrame | 
HttpFrame.newInstance(HttpFrame arg)  | 
| Constructor and Description | 
|---|
HttpFrame(HttpFrame delegate)  | 
Copyright © 2020 Eclipse. All rights reserved.