Uses of Interface
io.fabric8.mockwebserver.utils.BodyProvider
-
Packages that use BodyProvider Package Description io.fabric8.mockwebserver.dsl io.fabric8.mockwebserver.internal io.fabric8.mockwebserver.utils -
-
Uses of BodyProvider in io.fabric8.mockwebserver.dsl
Methods in io.fabric8.mockwebserver.dsl with parameters of type BodyProvider Modifier and Type Method Description TReplyable. andReply(int statusCode, BodyProvider<Object> contentSupplier)TReplyable. andReplyChunked(int statusCode, BodyProvider<List<Object>> content) -
Uses of BodyProvider in io.fabric8.mockwebserver.internal
Methods in io.fabric8.mockwebserver.internal with parameters of type BodyProvider Modifier and Type Method Description TimesOnceableOrHttpHeaderable<Void>MockServerExpectationImpl. andReply(int statusCode, BodyProvider<Object> content)TimesOnceableOrHttpHeaderable<Void>MockServerExpectationImpl. andReplyChunked(int statusCode, BodyProvider<List<Object>> contents) -
Uses of BodyProvider in io.fabric8.mockwebserver.utils
Subinterfaces of BodyProvider in io.fabric8.mockwebserver.utils Modifier and Type Interface Description interfaceResponseProvider<T>A class that allows returning a response given a certain request.Methods in io.fabric8.mockwebserver.utils with parameters of type BodyProvider Modifier and Type Method Description static <R> ResponseProvider<R>ResponseProviders. of(int statusCode, BodyProvider<R> bodyProvider)
-