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 BaseClientResponse
InMemoryClientExecutor.createResponse
(ClientRequest request, MockHttpResponse mockResponse) InMemoryClientExecutor.createStreamFactory
(MockHttpResponse mockResponse) protected void
InMemoryClientExecutor.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.jobs
Method parameters in org.jboss.resteasy.core with type arguments of type MockHttpResponseModifier and TypeMethodDescriptionprotected boolean
AsynchronousDispatcher.Cache.removeEldestEntry
(Map.Entry<String, Future<MockHttpResponse>> stringFutureEntry)