Uses of Class
org.jboss.resteasy.mock.MockHttpResponse
Packages that use MockHttpResponse
-
Uses of MockHttpResponse in org.jboss.resteasy.client.core.executors
Methods in org.jboss.resteasy.client.core.executors with parameters of type MockHttpResponseModifier and TypeMethodDescriptionprotected BaseClientResponseInMemoryClientExecutor.createResponse(ClientRequest request, MockHttpResponse mockResponse) InMemoryClientExecutor.createStreamFactory(MockHttpResponse mockResponse) protected voidInMemoryClientExecutor.setHeaders(MockHttpResponse mockResponse, BaseClientResponse response) -
Uses of MockHttpResponse in org.jboss.resteasy.core
Fields in org.jboss.resteasy.core with type parameters of type MockHttpResponseModifier and TypeFieldDescriptionprivate Map<String, Future<MockHttpResponse>> AsynchronousDispatcher.jobsMethod parameters in org.jboss.resteasy.core with type arguments of type MockHttpResponseModifier and TypeMethodDescriptionprotected booleanAsynchronousDispatcher.Cache.removeEldestEntry(Map.Entry<String, Future<MockHttpResponse>> stringFutureEntry)