Uses of Class
org.jboss.resteasy.mock.MockHttpResponse
-
Packages that use MockHttpResponse Package Description org.jboss.resteasy.client.core.executors org.jboss.resteasy.core -
-
Uses of MockHttpResponse in org.jboss.resteasy.client.core.executors
Methods in org.jboss.resteasy.client.core.executors with parameters of type MockHttpResponse Modifier and Type Method Description protected BaseClientResponseInMemoryClientExecutor. createResponse(ClientRequest request, MockHttpResponse mockResponse)static BaseClientResponse.BaseClientResponseStreamFactoryInMemoryClientExecutor. 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 MockHttpResponse Modifier and Type Field Description private java.util.Map<java.lang.String,java.util.concurrent.Future<MockHttpResponse>>AsynchronousDispatcher. jobsMethod parameters in org.jboss.resteasy.core with type arguments of type MockHttpResponse Modifier and Type Method Description protected booleanAsynchronousDispatcher.Cache. removeEldestEntry(java.util.Map.Entry<java.lang.String,java.util.concurrent.Future<MockHttpResponse>> stringFutureEntry)
-