@Deprecated public class AdapterResponse extends Object
| Constructor and Description |
|---|
AdapterResponse()
Deprecated.
|
AdapterResponse(io.vertx.core.json.JsonObject json)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Deprecated.
|
ClientResponse |
getResponse()
Deprecated.
|
String |
getSignal()
Deprecated.
|
int |
hashCode()
Deprecated.
|
AdapterResponse |
setResponse(ClientResponse response)
Deprecated.
|
AdapterResponse |
setSignal(String signal)
Deprecated.
|
io.vertx.core.json.JsonObject |
toJson()
Deprecated.
|
String |
toString()
Deprecated.
|
public AdapterResponse()
public AdapterResponse(io.vertx.core.json.JsonObject json)
public io.vertx.core.json.JsonObject toJson()
public ClientResponse getResponse()
public AdapterResponse setResponse(ClientResponse response)
public String getSignal()
public AdapterResponse setSignal(String signal)
Copyright © 2016–2020. All rights reserved.