Package | Description |
---|---|
org.jboss.resteasy.client.cache |
The client cache facility in Resteasy 2.x is deprecated in favor of the client cache
facility in the resteasy-client module.
|
org.jboss.resteasy.client.core | |
org.jboss.resteasy.client.core.executors |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
CacheInterceptor.CachedStreamFactory
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected BaseClientResponse.BaseClientResponseStreamFactory |
BaseClientResponse.streamFactory |
Modifier and Type | Method and Description |
---|---|
BaseClientResponse.BaseClientResponseStreamFactory |
BaseClientResponse.getStreamFactory() |
Modifier and Type | Method and Description |
---|---|
void |
BaseClientResponse.setStreamFactory(BaseClientResponse.BaseClientResponseStreamFactory streamFactory) |
Constructor and Description |
---|
BaseClientResponse(BaseClientResponse.BaseClientResponseStreamFactory streamFactory) |
BaseClientResponse(BaseClientResponse.BaseClientResponseStreamFactory streamFactory,
ClientExecutor executor) |
Modifier and Type | Method and Description |
---|---|
static BaseClientResponse.BaseClientResponseStreamFactory |
InMemoryClientExecutor.createStreamFactory(MockHttpResponse mockResponse) |