|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContentEncoding | |
|---|---|
| org.glassfish.grizzly.http | |
| Uses of ContentEncoding in org.glassfish.grizzly.http |
|---|
| Classes in org.glassfish.grizzly.http that implement ContentEncoding | |
|---|---|
class |
GZipContentEncoding
GZip ContentEncoding implementation, which compresses/decompresses
HTTP content using gzip algorithm. |
class |
LZMAContentEncoding
|
| Fields in org.glassfish.grizzly.http with type parameters of type ContentEncoding | |
|---|---|
protected ArraySet<ContentEncoding> |
HttpCodecFilter.contentEncodings
|
| Methods in org.glassfish.grizzly.http that return ContentEncoding | |
|---|---|
ContentEncoding[] |
HttpCodecFilter.getContentEncodings()
Gets registered ContentEncodings. |
| Methods in org.glassfish.grizzly.http that return types with arguments of type ContentEncoding | |
|---|---|
java.util.List<ContentEncoding> |
HttpHeader.getContentEncodings()
|
protected java.util.List<ContentEncoding> |
HttpHeader.getContentEncodings(boolean isModifiable)
|
| Methods in org.glassfish.grizzly.http with parameters of type ContentEncoding | |
|---|---|
protected void |
HttpHeader.addContentEncoding(ContentEncoding contentEncoding)
|
void |
HttpCodecFilter.addContentEncoding(ContentEncoding contentEncoding)
Adds the specified ContentEncoding to the HttpCodecFilter. |
void |
HttpProbe.onContentEncodingParseEvent(Connection connection,
HttpHeader header,
Buffer buffer,
ContentEncoding contentEncoding)
Method will be called, when ContentEncoding will be applied
during the parsing/decoding of the certain HTTP message content chunk. |
void |
HttpProbe.onContentEncodingSerializeEvent(Connection connection,
HttpHeader header,
Buffer buffer,
ContentEncoding contentEncoding)
Method will be called, when ContentEncoding will be applied
during the serialization/encoding of the certain HTTP message content chunk. |
boolean |
HttpCodecFilter.removeContentEncoding(ContentEncoding contentEncoding)
Removes the specified ContentEncoding from the HttpCodecFilter. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||