Package | Description |
---|---|
org.jboss.resteasy.client.core.executors | |
org.jboss.resteasy.core |
Modifier and Type | Method and Description |
---|---|
protected BaseClientResponse |
InMemoryClientExecutor.createResponse(ClientRequest request,
MockHttpResponse mockResponse) |
static BaseClientResponse.BaseClientResponseStreamFactory |
InMemoryClientExecutor.createStreamFactory(MockHttpResponse mockResponse) |
protected void |
InMemoryClientExecutor.setHeaders(MockHttpResponse mockResponse,
BaseClientResponse response) |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,java.util.concurrent.Future<MockHttpResponse>> |
AsynchronousDispatcher.jobs |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AsynchronousDispatcher.Cache.removeEldestEntry(java.util.Map.Entry<java.lang.String,java.util.concurrent.Future<MockHttpResponse>> stringFutureEntry) |