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 BaseClientResponse
InMemoryClientExecutor. createResponse(ClientRequest request, MockHttpResponse mockResponse)
static BaseClientResponse.BaseClientResponseStreamFactory
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 MockHttpResponse Modifier and Type Field Description private java.util.Map<java.lang.String,java.util.concurrent.Future<MockHttpResponse>>
AsynchronousDispatcher. jobs
Method parameters in org.jboss.resteasy.core with type arguments of type MockHttpResponse Modifier and Type Method Description protected boolean
AsynchronousDispatcher.Cache. removeEldestEntry(java.util.Map.Entry<java.lang.String,java.util.concurrent.Future<MockHttpResponse>> stringFutureEntry)
-