public class ValidatedResponse extends Object
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<ValidatedResponse> |
__TYPE_ARG |
Constructor and Description |
---|
ValidatedResponse(Object delegate) |
ValidatedResponse(ValidatedResponse delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ResponseParameter |
getBody() |
ValidatedResponse |
getDelegate() |
Map<String,ResponseParameter> |
getHeaders() |
int |
hashCode() |
static ValidatedResponse |
newInstance(ValidatedResponse arg) |
Completable |
rxSend(HttpServerResponse serverResponse)
Add all parameters from the validated response to the passed and send it.
|
Completable |
send(HttpServerResponse serverResponse)
Add all parameters from the validated response to the passed and send it.
|
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<ValidatedResponse> __TYPE_ARG
public ValidatedResponse(ValidatedResponse delegate)
public ValidatedResponse(Object delegate)
public ValidatedResponse getDelegate()
public Map<String,ResponseParameter> getHeaders()
public ResponseParameter getBody()
public Completable send(HttpServerResponse serverResponse)
serverResponse
- The related responsepublic Completable rxSend(HttpServerResponse serverResponse)
serverResponse
- The related responsepublic static ValidatedResponse newInstance(ValidatedResponse arg)
Copyright © 2024 Eclipse. All rights reserved.