Apache CXF API

org.apache.cxf.annotations
Annotation Type GZIP


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface GZIP

Enables GZIP compression negotiation


Optional Element Summary
 boolean force
           
 int threshold
           
 

threshold

public abstract int threshold
Default:
-1

force

public abstract boolean force
Default:
false

Apache CXF API

Apache CXF