Package org.jboss.resteasy.client.cache
Class CacheInterceptor.CachedStreamFactory
- java.lang.Object
-
- org.jboss.resteasy.client.cache.CacheInterceptor.CachedStreamFactory
-
- All Implemented Interfaces:
BaseClientResponse.BaseClientResponseStreamFactory
- Enclosing class:
- CacheInterceptor
static class CacheInterceptor.CachedStreamFactory extends java.lang.Object implements BaseClientResponse.BaseClientResponseStreamFactory
-
-
Field Summary
Fields Modifier and Type Field Description (package private) BrowserCache.Entry
entry
-
Constructor Summary
Constructors Constructor Description CachedStreamFactory(BrowserCache.Entry entry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.InputStream
getInputStream()
void
performReleaseConnection()
-
-
-
Field Detail
-
entry
BrowserCache.Entry entry
-
-
Constructor Detail
-
CachedStreamFactory
public CachedStreamFactory(BrowserCache.Entry entry)
-
-
Method Detail
-
getInputStream
public java.io.InputStream getInputStream() throws java.io.IOException
- Specified by:
getInputStream
in interfaceBaseClientResponse.BaseClientResponseStreamFactory
- Throws:
java.io.IOException
-
performReleaseConnection
public void performReleaseConnection()
- Specified by:
performReleaseConnection
in interfaceBaseClientResponse.BaseClientResponseStreamFactory
-
-