Package | Description |
---|---|
io.vertx.core.http |
== Writing HTTP servers and clients
Vert.x allows you to easily write non blocking HTTP clients and servers.
|
Modifier and Type | Field and Description |
---|---|
static HttpVersion |
HttpClientOptions.DEFAULT_PROTOCOL_VERSION
The default protocol version = HTTP/1.1
|
Modifier and Type | Method and Description |
---|---|
HttpVersion |
HttpClientOptions.getProtocolVersion()
Get the protocol version.
|
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 |
---|---|
HttpClientOptions |
HttpClientOptions.setProtocolVersion(HttpVersion protocolVersion)
Set the protocol version.
|
Copyright © 2015. All rights reserved.