Package | Description |
---|---|
org.apache.cxf.transport.common.gzip |
Modifier and Type | Method and Description |
---|---|
GZIPOutInterceptor.UseGzip |
GZIPOutInterceptor.gzipPermitted(Message message)
Checks whether we can, cannot or must use gzip compression on this output
message.
|
static GZIPOutInterceptor.UseGzip |
GZIPOutInterceptor.UseGzip.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GZIPOutInterceptor.UseGzip[] |
GZIPOutInterceptor.UseGzip.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Apache CXF