public class CompressionFeature
extends org.apache.cxf.feature.AbstractFeature
]]>
Attaching this feature to a client will cause outgoing request messages to be
compressed and incoming compressed responses to be uncompressed.enabled| Constructor and Description |
|---|
CompressionFeature() |
| Modifier and Type | Method and Description |
|---|---|
int |
getThreshold() |
void |
initialize(org.apache.cxf.endpoint.Client client,
org.apache.cxf.Bus bus) |
void |
initialize(org.apache.cxf.endpoint.Server server,
org.apache.cxf.Bus bus) |
protected void |
initializeProvider(org.apache.cxf.interceptor.InterceptorProvider provider,
org.apache.cxf.Bus bus) |
void |
setThreshold(int threshold) |
doInitializeProvider, getActive, getID, isEnabledpublic void initialize(org.apache.cxf.endpoint.Client client,
org.apache.cxf.Bus bus)
public void initialize(org.apache.cxf.endpoint.Server server,
org.apache.cxf.Bus bus)
protected void initializeProvider(org.apache.cxf.interceptor.InterceptorProvider provider,
org.apache.cxf.Bus bus)
initializeProvider in class org.apache.cxf.feature.AbstractFeaturepublic void setThreshold(int threshold)
public int getThreshold()
Copyright © 2011–2021 Talend Inc.. All rights reserved.