| Package | Description |
|---|---|
| org.glassfish.grizzly.http |
| Modifier and Type | Class and Description |
|---|---|
class |
GZipContentEncoding
GZip
ContentEncoding implementation, which compresses/decompresses
HTTP content using gzip algorithm. |
class |
LZMAContentEncoding |
| Modifier and Type | Field and Description |
|---|---|
protected ArraySet<ContentEncoding> |
HttpCodecFilter.contentEncodings |
| Modifier and Type | Method and Description |
|---|---|
ContentEncoding[] |
HttpCodecFilter.getContentEncodings()
Gets registered
ContentEncodings. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ContentEncoding> |
HttpHeader.getContentEncodings() |
protected java.util.List<ContentEncoding> |
HttpHeader.getContentEncodings(boolean isModifiable) |
| Modifier and Type | Method and Description |
|---|---|
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.Adapter.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.onContentEncodingParseResultEvent(Connection connection,
HttpHeader header,
Buffer result,
ContentEncoding contentEncoding)
This method will be called after the
ContentEncoding has been
applied. |
void |
HttpProbe.Adapter.onContentEncodingParseResultEvent(Connection connection,
HttpHeader header,
Buffer result,
ContentEncoding contentEncoding)
This method will be called after the
ContentEncoding has been
applied. |
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. |
void |
HttpProbe.Adapter.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. |
void |
HttpProbe.onContentEncodingSerializeResultEvent(Connection connection,
HttpHeader header,
Buffer result,
ContentEncoding contentEncoding)
Method will be called, when
ContentEncoding will be applied
during the serialization/encoding of the certain HTTP message content chunk. |
void |
HttpProbe.Adapter.onContentEncodingSerializeResultEvent(Connection connection,
HttpHeader header,
Buffer result,
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. |
Copyright © 2013 Oracle Corporation. All Rights Reserved.