|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.util.Base
com.tangosol.net.CompressionFilter
Deprecated. As of Coherence 3.7
@Deprecated
public class CompressionFilter
Provides a compression wrapper for an InputStream and OutputStream.
| Nested Class Summary | |
|---|---|
static class |
CompressionFilter.DeflaterOutputShellDeprecated. DeflaterOutputShell enforces the "end" call for the corresponding Deflater object. |
static class |
CompressionFilter.InflaterInputShellDeprecated. InflaterInputShell enforces the "end" call for the corresponding Inflater object. |
| Constructor Summary | |
|---|---|
CompressionFilter()Deprecated. |
|
| Method Summary | |
|---|---|
XmlElement |
getConfig()Deprecated. Determine the current configuration of the object. |
java.io.InputStream |
getInputStream(java.io.InputStream stream)Deprecated. Requests an InputStream that wraps the passed InputStream. |
java.io.OutputStream |
getOutputStream(java.io.OutputStream stream)Deprecated. Requests an OutputStream that wraps the passed OutputStream. |
void |
setConfig(XmlElement xml)Deprecated. Specify the configuration for the object. |
| Constructor Detail |
|---|
public CompressionFilter()
| Method Detail |
|---|
public java.io.InputStream getInputStream(java.io.InputStream stream)
getInputStream in interface WrapperStreamFactorystream - the java.io.InputStream to be wrappedpublic java.io.OutputStream getOutputStream(java.io.OutputStream stream)
getOutputStream in interface WrapperStreamFactorystream - the java.io.OutputStream to be wrappedpublic XmlElement getConfig()
getConfig in interface XmlConfigurablepublic void setConfig(XmlElement xml)
setConfig in interface XmlConfigurablexml - the XML configuration for the objectjava.lang.IllegalStateException - if the object is not in a state that allows the configuration to be set; for example, if the object has already been configured and cannot be reconfigured
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||