Online demo
JavaDocPlus Demo | Show in full page mode
| Classic JavaDoc |
Class CacheResponse
java.lang.Object └ java.net.CacheResponse
Direct Known Subclasses:
public abstract class CacheResponse
Represent channels for retrieving resources from the
ResponseCache. Instances of such a class provide an
InputStream that returns the entity body, and also a
getHeaders() method which returns the associated response headers.
Version:1.1, 03/09/22
Author:Yingxian Wang
Since:1.5
Constructors
public | CacheResponse () | |
Methods
abstract InputStream | getBody () | |
Returns the response body as an InputStream. |
abstract Map | getHeaders () | |
Returns the response headers as a Map. |
Inherited methods
Community comments
Please do not ask questions. If you need help or support, contact support@moyosoft.com. Questions, bug reports and feature requests will be deleted. |
Powered by JavaDocPlus