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 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(Connection connection, HttpHeader header, Buffer buffer, ContentEncoding contentEncoding) Method will be called, whenContentEncodingwill be applied during the parsing/decoding of the certain HTTP message content chunk.voidHttpProbe.onContentEncodingParseEvent(Connection connection, HttpHeader header, 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(Connection connection, HttpHeader header, Buffer result, ContentEncoding contentEncoding) This method will be called after theContentEncodinghas been applied.voidHttpProbe.onContentEncodingParseResultEvent(Connection connection, HttpHeader header, Buffer result, ContentEncoding contentEncoding) This method will be called after theContentEncodinghas been applied.voidHttpProbe.Adapter.onContentEncodingSerializeEvent(Connection connection, HttpHeader header, Buffer buffer, ContentEncoding contentEncoding) /** Method will be called, whenContentEncodingwill be applied during the serialization/encoding of the certain HTTP message content chunk.voidHttpProbe.onContentEncodingSerializeEvent(Connection connection, HttpHeader header, 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(Connection connection, HttpHeader header, Buffer result, ContentEncoding contentEncoding) Method will be called, whenContentEncodingwill be applied during the serialization/encoding of the certain HTTP message content chunk.voidHttpProbe.onContentEncodingSerializeResultEvent(Connection connection, HttpHeader header, 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. -
Uses of ContentEncoding in org.glassfish.grizzly.http.server
Methods in org.glassfish.grizzly.http.server that return types with arguments of type ContentEncodingModifier and TypeMethodDescriptionprotected Set<ContentEncoding>HttpServer.configureCompressionEncodings(NetworkListener listener)