Class and Description |
---|
io.vertx.core.Starter
Use
Launcher instead |
Method and Description |
---|
io.vertx.core.http.HttpClient.delete(int, String, String, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.delete(RequestOptions, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.delete(String, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.delete(String, String, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.deleteAbs(String, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClientRequest.endHandler(Handler<Void>)
this method will be removed in Vert.x 4
|
io.vertx.core.http.HttpClientRequest.fetch(long)
this method will be removed in Vert.x 4
|
io.vertx.core.http.HttpClient.get(int, String, String, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.get(RequestOptions, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.get(String, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.get(String, String, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.getAbs(String, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.getNow(int, String, String, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.getNow(RequestOptions, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.getNow(String, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.getNow(String, String, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.cli.CommandLine.getRawValues(Option) |
io.vertx.core.http.HttpClientRequest.handler(Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.head(int, String, String, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.head(RequestOptions, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.head(String, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.head(String, String, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.headAbs(String, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.headNow(int, String, String, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.headNow(RequestOptions, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.headNow(String, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.headNow(String, String, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.net.NetServerOptions.isClientAuthRequired() |
io.vertx.core.spi.metrics.Metrics.isEnabled()
the SPI metrics should instead return a
null object to signal that metrics is not provided |
io.vertx.core.VertxOptions.isFileResolverCachingEnabled() |
io.vertx.core.net.TCPSSLOptions.isUsePooledBuffers()
this has no effect, just don't use it
|
io.vertx.core.http.HttpClient.options(int, String, String, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.options(RequestOptions, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.options(String, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.options(String, String, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.optionsAbs(String, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.optionsNow(int, String, String, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.optionsNow(RequestOptions, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.optionsNow(String, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.optionsNow(String, String, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClientRequest.pause()
this method will be removed in Vert.x 4
|
io.vertx.core.http.HttpClient.post(int, String, String, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.post(RequestOptions, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.post(String, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.post(String, String, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.postAbs(String, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.put(int, String, String, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.put(RequestOptions, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.put(String, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.put(String, String, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.putAbs(String, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.request(HttpMethod, int, String, String, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.request(HttpMethod, RequestOptions, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.request(HttpMethod, String, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.request(HttpMethod, String, String, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClient.requestAbs(HttpMethod, String, Handler<HttpClientResponse>)
this method will break in Vert.x 4, the handler will use an
Handler<AsyncResult<HttpClientResponse>> |
io.vertx.core.http.HttpClientRequest.resume()
this method will be removed in Vert.x 4
|
io.vertx.core.net.NetServerOptions.setClientAuthRequired(boolean) |
io.vertx.core.http.HttpServerOptions.setClientAuthRequired(boolean) |
io.vertx.core.VertxOptions.setFileResolverCachingEnabled(boolean) |
io.vertx.core.DeploymentOptions.setMultiThreaded(boolean)
as of 3.6.0
|
io.vertx.core.net.TCPSSLOptions.setUsePooledBuffers(boolean)
this has no effect, just don't use it
|
Copyright © 2019 Eclipse. All rights reserved.