Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
E
G
H
I
O
S
U
V
Z
E
ENCODINGS
- Static variable in class org.apache.cxf.transport.common.gzip.
GZIPOutInterceptor
regular expression which can split encodings
G
getThreshold()
- Method in class org.apache.cxf.transport.common.gzip.
GZIPFeature
getThreshold()
- Method in class org.apache.cxf.transport.common.gzip.
GZIPOutInterceptor
GZIP_ENCODING_KEY
- Static variable in class org.apache.cxf.transport.common.gzip.
GZIPOutInterceptor
Key under which we store the name which should be used for the content-encoding of the outgoing message.
GZIPFeature
- Class in
org.apache.cxf.transport.common.gzip
This class is used to control GZIP compression of messages.
GZIPFeature()
- Constructor for class org.apache.cxf.transport.common.gzip.
GZIPFeature
GZIPInInterceptor
- Class in
org.apache.cxf.transport.common.gzip
CXF interceptor that uncompresses those incoming messages that have "gzip" content-encoding.
GZIPInInterceptor()
- Constructor for class org.apache.cxf.transport.common.gzip.
GZIPInInterceptor
GZIPOutInterceptor
- Class in
org.apache.cxf.transport.common.gzip
CXF interceptor that compresses outgoing messages using gzip and sets the HTTP Content-Encoding header appropriately.
GZIPOutInterceptor()
- Constructor for class org.apache.cxf.transport.common.gzip.
GZIPOutInterceptor
GZIPOutInterceptor(int)
- Constructor for class org.apache.cxf.transport.common.gzip.
GZIPOutInterceptor
GZIPOutInterceptor.UseGzip
- Enum in
org.apache.cxf.transport.common.gzip
Enum giving the possible values for whether we should gzip a particular message.
H
handleMessage(Message)
- Method in class org.apache.cxf.transport.common.gzip.
GZIPInInterceptor
handleMessage(Message)
- Method in class org.apache.cxf.transport.common.gzip.
GZIPOutInterceptor
I
initializeProvider(InterceptorProvider, Bus)
- Method in class org.apache.cxf.transport.common.gzip.
GZIPFeature
O
org.apache.cxf.transport.common.gzip
- package org.apache.cxf.transport.common.gzip
ORIGINAL_OUTPUT_STREAM_KEY
- Static variable in class org.apache.cxf.transport.common.gzip.
GZIPOutInterceptor
Key under which we store the original output stream on the message, for use by the ending interceptor.
S
setThreshold(int)
- Method in class org.apache.cxf.transport.common.gzip.
GZIPFeature
setThreshold(int)
- Method in class org.apache.cxf.transport.common.gzip.
GZIPOutInterceptor
SOAP_JMS_CONTENTENCODING
- Static variable in class org.apache.cxf.transport.common.gzip.
GZIPOutInterceptor
U
USE_GZIP_KEY
- Static variable in class org.apache.cxf.transport.common.gzip.
GZIPOutInterceptor
Key under which we store an indication of whether compression is permitted or required, for use by the ending interceptor.
V
valueOf(String)
- Static method in enum org.apache.cxf.transport.common.gzip.
GZIPOutInterceptor.UseGzip
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.apache.cxf.transport.common.gzip.
GZIPOutInterceptor.UseGzip
Returns an array containing the constants of this enum type, in the order they are declared.
Z
ZERO_Q
- Static variable in class org.apache.cxf.transport.common.gzip.
GZIPOutInterceptor
regular expression that matches any encoding with a q-value of 0 (or 0.0, 0.00, etc.).
E
G
H
I
O
S
U
V
Z
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Apache CXF