Uses of Class
io.fabric8.mockwebserver.http.RecordedRequest
-
-
Uses of RecordedRequest in io.fabric8.mockwebserver
Methods in io.fabric8.mockwebserver that return RecordedRequest Modifier and Type Method Description RecordedRequestDefaultMockServer. getLastRequest()Returns the last (most recent) HTTP request processed by theMockWebServer.RecordedRequestMockServer. getLastRequest()Returns the last (most recent) HTTP request processed by theMockWebServer.RecordedRequestDefaultMockServer. takeRequest()Awaits the next HTTP request, removes it, and returns it.RecordedRequestDefaultMockServer. takeRequest(long timeout, TimeUnit unit)Awaits the next HTTP request (waiting up to the specified wait time if necessary), removes it, and returns it.RecordedRequestMockServer. takeRequest()Awaits the next HTTP request, removes it, and returns it.RecordedRequestMockServer. takeRequest(long timeout, TimeUnit unit)Awaits the next HTTP request (waiting up to the specified wait time if necessary), removes it, and returns it.RecordedRequestMockWebServer. takeRequest()RecordedRequestMockWebServer. takeRequest(long timeout, TimeUnit unit)Methods in io.fabric8.mockwebserver with parameters of type RecordedRequest Modifier and Type Method Description MockResponseServerResponse. toMockResponse(RecordedRequest recordedRequest) -
Uses of RecordedRequest in io.fabric8.mockwebserver.crud
Methods in io.fabric8.mockwebserver.crud with parameters of type RecordedRequest Modifier and Type Method Description MockResponseCrudDispatcher. dispatch(RecordedRequest request)MockResponseCrudDispatcher. handleCreate(RecordedRequest request)MockResponseCrudDispatcher. handlePatch(RecordedRequest request)MockResponseCrudDispatcher. handleUpdate(RecordedRequest request) -
Uses of RecordedRequest in io.fabric8.mockwebserver.http
Methods in io.fabric8.mockwebserver.http that return RecordedRequest Modifier and Type Method Description RecordedRequestWebSocket. request()Returns the original request that initiated this web socket.Methods in io.fabric8.mockwebserver.http with parameters of type RecordedRequest Modifier and Type Method Description abstract MockResponseDispatcher. dispatch(RecordedRequest request)Returns a response to satisfyrequest.MockResponseQueueDispatcher. dispatch(RecordedRequest request)Returns a response to satisfyrequest. -
Uses of RecordedRequest in io.fabric8.mockwebserver.internal
Methods in io.fabric8.mockwebserver.internal with parameters of type RecordedRequest Modifier and Type Method Description MockResponseMockDispatcher. dispatch(RecordedRequest request)voidWebSocketSession. dispatch(RecordedRequest request)MockResponseChunkedResponse. toMockResponse(RecordedRequest request)MockResponseSimpleResponse. toMockResponse(RecordedRequest request) -
Uses of RecordedRequest in io.fabric8.mockwebserver.utils
Methods in io.fabric8.mockwebserver.utils with parameters of type RecordedRequest Modifier and Type Method Description TBodyProvider. getBody(RecordedRequest request)intResponseProvider. getStatusCode(RecordedRequest request) -
Uses of RecordedRequest in io.fabric8.mockwebserver.vertx
Methods in io.fabric8.mockwebserver.vertx that return RecordedRequest Modifier and Type Method Description RecordedRequestVertxMockWebSocket. request()Methods in io.fabric8.mockwebserver.vertx with parameters of type RecordedRequest Modifier and Type Method Description protected abstract MockResponseHttpServerRequestHandler. onHttpRequest(RecordedRequest request)Constructors in io.fabric8.mockwebserver.vertx with parameters of type RecordedRequest Constructor Description ServerWebSocketHandler(RecordedRequest request, Response response)VertxMockWebSocket(RecordedRequest request, io.vertx.core.http.ServerWebSocket webSocket)
-