public static class CompressionOutInterceptor.CompressionCachedOutputStreamCallback extends Object implements org.apache.cxf.io.CachedOutputStreamCallback
| Constructor and Description |
|---|
CompressionCachedOutputStreamCallback(OutputStream os,
int threshold,
org.apache.cxf.message.Message message) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgoritm() |
String |
getEncoding() |
void |
onClose(org.apache.cxf.io.CachedOutputStream wrapper) |
void |
onFlush(org.apache.cxf.io.CachedOutputStream wrapper) |
public CompressionCachedOutputStreamCallback(OutputStream os, int threshold, org.apache.cxf.message.Message message)
public void onFlush(org.apache.cxf.io.CachedOutputStream wrapper)
onFlush in interface org.apache.cxf.io.CachedOutputStreamCallbackpublic String getEncoding()
public String getAlgoritm()
public void onClose(org.apache.cxf.io.CachedOutputStream wrapper)
onClose in interface org.apache.cxf.io.CachedOutputStreamCallbackCopyright © 2011–2021 Talend Inc.. All rights reserved.