Package | Description |
---|---|
io.vertx.core.http |
== Writing HTTP servers and clients
Vert.x allows you to easily write non blocking HTTP clients and servers.
|
io.vertx.core.http.impl |
Modifier and Type | Method and Description |
---|---|
static HttpVersion |
HttpVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpVersion[] |
HttpVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
HttpVersion |
HttpServerRequest.version() |
Modifier and Type | Method and Description |
---|---|
HttpVersion |
HttpServerRequestImpl.version() |
Copyright © 2015. All Rights Reserved.