Uses of Interface
org.glassfish.grizzly.http.ContentEncoding
Packages that use ContentEncoding
-
Uses of ContentEncoding in org.glassfish.grizzly.http
Classes in org.glassfish.grizzly.http that implement ContentEncodingModifier and TypeClassDescriptionclassGZipContentEncodingimplementation, which compresses/decompresses HTTP content using gzip algorithm.classFields in org.glassfish.grizzly.http with type parameters of type ContentEncodingModifier and TypeFieldDescriptionprotected final org.glassfish.grizzly.utils.ArraySet<ContentEncoding>HttpCodecFilter.contentEncodingsMethods in org.glassfish.grizzly.http that return ContentEncodingModifier and TypeMethodDescriptionHttpCodecFilter.getContentEncodings()Gets registeredContentEncodings.Methods in org.glassfish.grizzly.http that return types with arguments of type ContentEncodingModifier and TypeMethodDescriptionHttpHeader.getContentEncodings()protected List<ContentEncoding>HttpHeader.getContentEncodings(boolean isModifiable) Methods in org.glassfish.grizzly.http with parameters of type ContentEncodingModifier and TypeMethodDescriptionvoidHttpCodecFilter.addContentEncoding(ContentEncoding contentEncoding) Adds the specifiedContentEncodingto theHttpCodecFilter.protected voidHttpHeader.addContentEncoding(ContentEncoding contentEncoding) voidHttpProbe.Adapter.onContentEncodingParseEvent(org.glassfish.grizzly.Connection connection, HttpHeader header, org.glassfish.grizzly.Buffer buffer, ContentEncoding contentEncoding) Method will be called, whenContentEncodingwill be applied during the parsing/decoding of the certain HTTP message content chunk.voidHttpProbe.onContentEncodingParseEvent(org.glassfish.grizzly.Connection connection, HttpHeader header, org.glassfish.grizzly.Buffer buffer, ContentEncoding contentEncoding) Method will be called, whenContentEncodingwill be applied during the parsing/decoding of the certain HTTP message content chunk.voidHttpProbe.Adapter.onContentEncodingParseResultEvent(org.glassfish.grizzly.Connection connection, HttpHeader header, org.glassfish.grizzly.Buffer result, ContentEncoding contentEncoding) This method will be called after theContentEncodinghas been applied.voidHttpProbe.onContentEncodingParseResultEvent(org.glassfish.grizzly.Connection connection, HttpHeader header, org.glassfish.grizzly.Buffer result, ContentEncoding contentEncoding) This method will be called after theContentEncodinghas been applied.voidHttpProbe.Adapter.onContentEncodingSerializeEvent(org.glassfish.grizzly.Connection connection, HttpHeader header, org.glassfish.grizzly.Buffer buffer, ContentEncoding contentEncoding) /** Method will be called, whenContentEncodingwill be applied during the serialization/encoding of the certain HTTP message content chunk.voidHttpProbe.onContentEncodingSerializeEvent(org.glassfish.grizzly.Connection connection, HttpHeader header, org.glassfish.grizzly.Buffer buffer, ContentEncoding contentEncoding) /** Method will be called, whenContentEncodingwill be applied during the serialization/encoding of the certain HTTP message content chunk.voidHttpProbe.Adapter.onContentEncodingSerializeResultEvent(org.glassfish.grizzly.Connection connection, HttpHeader header, org.glassfish.grizzly.Buffer result, ContentEncoding contentEncoding) Method will be called, whenContentEncodingwill be applied during the serialization/encoding of the certain HTTP message content chunk.voidHttpProbe.onContentEncodingSerializeResultEvent(org.glassfish.grizzly.Connection connection, HttpHeader header, org.glassfish.grizzly.Buffer result, ContentEncoding contentEncoding) Method will be called, whenContentEncodingwill be applied during the serialization/encoding of the certain HTTP message content chunk.booleanHttpCodecFilter.removeContentEncoding(ContentEncoding contentEncoding) Removes the specifiedContentEncodingfrom theHttpCodecFilter.