Class | Description |
---|---|
GZIPFeature |
This class is used to control GZIP compression of messages.
|
GZIPFeature.Portable | |
GZIPInInterceptor |
CXF interceptor that uncompresses those incoming messages that have "gzip"
content-encoding.
|
GZIPOutInterceptor |
CXF interceptor that compresses outgoing messages using gzip and sets the
HTTP Content-Encoding header appropriately.
|
Enum | Description |
---|---|
GZIPOutInterceptor.UseGzip |
Enum giving the possible values for whether we should gzip a particular
message.
|
Apache CXF