Uses of Interface
io.vertx.rxjava3.core.http.HttpResponseHead
Packages that use HttpResponseHead
-
Uses of HttpResponseHead in io.vertx.rxjava3.core.http
Classes in io.vertx.rxjava3.core.http that implement HttpResponseHeadModifier and TypeClassDescriptionclassRepresents a client-side HTTP response.Methods in io.vertx.rxjava3.core.http with type parameters of type HttpResponseHeadModifier and TypeMethodDescriptionstatic <H extends HttpResponseHead>
SingleTransformer<H, H> HttpResponseExpectation.contentType(String mimeType) Creates an expectation validating the response has acontent-typeheader matching themimeType.static <H extends HttpResponseHead>
SingleTransformer<H, H> HttpResponseExpectation.contentType(String... mimeTypes) Creates an expectation validating the response has acontent-typeheader matching one of themimeTypes.static <H extends HttpResponseHead>
SingleTransformer<H, H> HttpResponseExpectation.contentType(List<String> mimeTypes) Creates an expectation validating the response has acontent-typeheader matching one of themimeTypes.static <H extends HttpResponseHead>
SingleTransformer<H, H> HttpResponseExpectation.status(int statusCode) Creates an expectation asserting that the status response code is equal tostatusCode.static <H extends HttpResponseHead>
SingleTransformer<H, H> HttpResponseExpectation.status(int min, int max) Creates an expectation asserting that the status response code is between tomin(inclusive) andmax(exclusive).Methods in io.vertx.rxjava3.core.http that return HttpResponseHeadModifier and TypeMethodDescriptionstatic HttpResponseHeadHttpResponseHead.newInstance(HttpResponseHead arg) -
Uses of HttpResponseHead in io.vertx.rxjava3.ext.web.client
Classes in io.vertx.rxjava3.ext.web.client that implement HttpResponseHead