Package | Description |
---|---|
org.glassfish.grizzly.http | |
org.glassfish.grizzly.http.server |
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
ContentEncoding s. |
Modifier and Type | Method and Description |
---|---|
List<ContentEncoding> |
HttpHeader.getContentEncodings() |
protected List<ContentEncoding> |
HttpHeader.getContentEncodings(boolean isModifiable) |
Modifier and Type | Method and Description |
---|---|
void |
HttpCodecFilter.addContentEncoding(ContentEncoding contentEncoding)
Adds the specified
ContentEncoding to the HttpCodecFilter . |
protected void |
HttpHeader.addContentEncoding(ContentEncoding contentEncoding) |
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 . |
Modifier and Type | Method and Description |
---|---|
protected Set<ContentEncoding> |
HttpServer.configureCompressionEncodings(NetworkListener listener) |
Copyright © 2015 Oracle Corporation. All rights reserved.