public class Response extends Object
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<Response> |
__TYPE_ARG |
Constructor and Description |
---|
Response(Object delegate) |
Response(Response delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Map<String,MediaType> |
getContent() |
Response |
getDelegate() |
List<Parameter> |
getHeaders() |
int |
hashCode() |
static Response |
newInstance(Response arg) |
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<Response> __TYPE_ARG
public Response(Response delegate)
public Response(Object delegate)
Copyright © 2024 Eclipse. All rights reserved.