Uses of Interface
org.glassfish.grizzly.http.TransferEncoding
Packages that use TransferEncoding
-
Uses of TransferEncoding in org.glassfish.grizzly.http
Classes in org.glassfish.grizzly.http that implement TransferEncodingModifier and TypeClassDescriptionfinal classChunked transfer encoding implementation.final classFixed length transfer encoding implementation.Methods in org.glassfish.grizzly.http that return TransferEncodingModifier and TypeMethodDescriptionHttpHeader.getTransferEncoding()Get theTransferEncoding, responsible for the parsing/serialization of the HTTP message contentHttpCodecFilter.getTransferEncodings()Gets registeredTransferEncodings.Methods in org.glassfish.grizzly.http with parameters of type TransferEncodingModifier and TypeMethodDescriptionvoidHttpCodecFilter.addTransferEncoding(TransferEncoding transferEncoding) Adds the specifiedTransferEncodingto theHttpCodecFilter.voidHttpProbe.Adapter.onTransferEncodingParseEvent(org.glassfish.grizzly.Connection connection, HttpHeader header, org.glassfish.grizzly.Buffer buffer, TransferEncoding transferEncoding) Method will be called, whenTransferEncodingwill be applied during the parsing/decoding of the certain HTTP message content chunk.voidHttpProbe.onTransferEncodingParseEvent(org.glassfish.grizzly.Connection connection, HttpHeader header, org.glassfish.grizzly.Buffer buffer, TransferEncoding transferEncoding) Method will be called, whenTransferEncodingwill be applied during the parsing/decoding of the certain HTTP message content chunk.voidHttpProbe.Adapter.onTransferEncodingSerializeEvent(org.glassfish.grizzly.Connection connection, HttpHeader header, org.glassfish.grizzly.Buffer buffer, TransferEncoding transferEncoding) Method will be called, whenTransferEncodingwill be applied during the serialization/encoding of the certain HTTP message content chunk.voidHttpProbe.onTransferEncodingSerializeEvent(org.glassfish.grizzly.Connection connection, HttpHeader header, org.glassfish.grizzly.Buffer buffer, TransferEncoding transferEncoding) Method will be called, whenTransferEncodingwill be applied during the serialization/encoding of the certain HTTP message content chunk.booleanHttpCodecFilter.removeTransferEncoding(TransferEncoding transferEncoding) Removes the specifiedTransferEncodingfrom theHttpCodecFilter.protected voidHttpHeader.setTransferEncoding(TransferEncoding transferEncoding) Set theTransferEncoding, responsible for the parsing/serialization of the HTTP message content.