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 | Method and Description |
---|---|
GoAway |
GoAway.setDebugData(Buffer debugData)
Set the additional debug data
|
GoAway |
GoAway.setErrorCode(long errorCode) |
GoAway |
GoAway.setLastStreamId(int lastStreamId)
Set the last stream id.
|
Modifier and Type | Method and Description |
---|---|
static void |
GoAwayConverter.fromJson(JsonObject json,
GoAway obj) |
static void |
GoAwayConverter.toJson(GoAway obj,
JsonObject json) |
Constructor and Description |
---|
GoAway(GoAway that) |
Copyright © 2018. All rights reserved.