Package io.vertx.up.uca.rs.hunt.adaptor
Interface Wings
-
- All Known Implementing Classes:
AbstractWings,BufferWings,JsonWings
public interface Wings「Co」Zero Framework Here I added new configuration `freedom` to zero framework as critical data specification here for old system integration here. This configuration is new released after `0.5.3` ```yaml //
``` * The default value of `freedom` is false, it means that you must be under zero data specification. * You Also can use your own setting to set `freedom` to true, it means original raw data. Here are two features 1. Build response by `Accept` and `Content-Type`, set the media type 2. Convert media type to actual response data.zero: freedom: true //- Author:
- Lang
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidoutput(io.vertx.core.http.HttpServerResponse response, Envelop envelop)Pre-Condition 1) Response is not ended 2) The request method is not HEAD
-
-
-
Method Detail
-
output
void output(io.vertx.core.http.HttpServerResponse response, Envelop envelop)Pre-Condition 1) Response is not ended 2) The request method is not HEAD- Parameters:
response- ServerResponse referenceenvelop- The response uniform model
-
-