Uses of Class
io.fabric8.mockwebserver.dsl.HttpMethod
-
Packages that use HttpMethod Package Description io.fabric8.mockwebserver.dsl io.fabric8.mockwebserver.http io.fabric8.mockwebserver.internal -
-
Uses of HttpMethod in io.fabric8.mockwebserver.dsl
Methods in io.fabric8.mockwebserver.dsl that return HttpMethod Modifier and Type Method Description static HttpMethodHttpMethod. fromVertx(io.vertx.core.http.HttpMethod method)static HttpMethodHttpMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpMethod[]HttpMethod. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of HttpMethod in io.fabric8.mockwebserver.http
Methods in io.fabric8.mockwebserver.http that return HttpMethod Modifier and Type Method Description HttpMethodRecordedRequest. method()Constructors in io.fabric8.mockwebserver.http with parameters of type HttpMethod Constructor Description RecordedRequest(String httpVersion, HttpMethod method, String path, Headers headers, Buffer body) -
Uses of HttpMethod in io.fabric8.mockwebserver.internal
Methods in io.fabric8.mockwebserver.internal that return HttpMethod Modifier and Type Method Description HttpMethodSimpleRequest. getMethod()Constructors in io.fabric8.mockwebserver.internal with parameters of type HttpMethod Constructor Description MockServerExpectationImpl(Context context, HttpMethod method, String path, int statusCode, String body, String[] chunks, long delay, TimeUnit delayUnit, int times, Map<ServerRequest,Queue<ServerResponse>> responses)MockServerExpectationImpl(Context context, HttpMethod method, String path, ResponseProvider<String> bodyProvider, ResponseProvider<List<String>> chunksProvider, long delay, TimeUnit delayUnit, int times, Map<ServerRequest,Queue<ServerResponse>> responses)SimpleRequest(HttpMethod method, String path)
-