Uses of Class
org.mockserver.model.StreamingBody
-
Packages that use StreamingBody Package Description org.mockserver.model -
-
Uses of StreamingBody in org.mockserver.model
Methods in org.mockserver.model that return StreamingBody Modifier and Type Method Description StreamingBodyHttpResponse. getStreamingBody()Methods in org.mockserver.model with parameters of type StreamingBody Modifier and Type Method Description HttpResponseHttpResponse. withStreamingBody(StreamingBody streamingBody)Attach a streaming body to this response.
-