-
Fields Field Description io.vertx.core.http.HttpHeaders.DISABLE_HTTP_HEADERS_VALIDATION io.vertx.core.http.HttpHeaders.DISABLE_HTTP_HEADERS_VALIDATION_PROP_NAME
-
Methods Method Description io.vertx.core.AbstractVerticle.processArgs() As of version 5, Vert.x is no longer tightly coupled to the CLIio.vertx.core.Context.processArgs() As of version 5, Vert.x is no longer tightly coupled to the CLIio.vertx.core.http.HttpServerRequest.cookieMap() the implementation made a wrong assumption that cookies could be identified only by their name. The RFC states that the tuple of<name, domain, path>
is the unique identifier. When more than one cookie has the same name, the map will hold that lost one to be parsed and any previously parsed value will be silently overwritten.io.vertx.core.http.HttpServerResponse.push(HttpMethod, String, String, MultiMap) io.vertx.core.spi.VerticleFactory.createVerticle(String, ClassLoader, Promise<Callable<Verticle>>) deprecated, instead implementVerticleFactory.createVerticle2(String, ClassLoader, Promise)