Moyosoft Products | Services | Download | Contact us    
JavaDocPlus
Products  >  JavaDocPlus  >  Online demo    


Latest release




Get a FREE license !
(Special offer, time limited)

Review JavaDocPlus on your blog and we'll give you a free license.

Open source projects licenced under LGPL, EPL, ASL, BSD or MIT can also obtain a free license.

Contact us to check if your project/blog is eligible.

Online demo
JavaDocPlus Demo  |  Show in full page mode
   
Overview  |  
Classic JavaDoc

Class CacheResponse

java.lang.Objectjava.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



Powered by JavaDocPlus