public abstract class AbstractStreamAwareProxy extends Object
Constructor and Description |
---|
AbstractStreamAwareProxy() |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
canBeClosed() |
protected abstract Closeable |
getStream() |
void |
release()
Encapsulates the logic of releasing the captured stream or channel.
|
protected abstract Closeable getStream()
Closeable
instance which represents channel or stream which uses channelprotected abstract boolean canBeClosed()
Boolean
value which determines whether stream can (true
) or cannot ((false
)) be closedpublic void release()
Copyright © 2005–2017 Alfresco Software. All rights reserved.