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(Connection connection, HttpHeader header, Buffer buffer, TransferEncoding transferEncoding) Method will be called, whenTransferEncodingwill be applied during the parsing/decoding of the certain HTTP message content chunk.voidHttpProbe.onTransferEncodingParseEvent(Connection connection, HttpHeader header, 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(Connection connection, HttpHeader header, Buffer buffer, TransferEncoding transferEncoding) Method will be called, whenTransferEncodingwill be applied during the serialization/encoding of the certain HTTP message content chunk.voidHttpProbe.onTransferEncodingSerializeEvent(Connection connection, HttpHeader header, 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. -
Uses of TransferEncoding in org.glassfish.grizzly.http2
Fields in org.glassfish.grizzly.http2 declared as TransferEncodingModifier and TypeFieldDescriptionprotected static final TransferEncodingHttp2BaseFilter.FIXED_LENGTH_ENCODING