Uses of Interface
org.glassfish.grizzly.http.TransferEncoding
-
Packages that use TransferEncoding Package Description org.glassfish.grizzly.http -
-
Uses of TransferEncoding in org.glassfish.grizzly.http
Classes in org.glassfish.grizzly.http that implement TransferEncoding Modifier and Type Class Description classChunkedTransferEncodingChunked transfer encoding implementation.classFixedLengthTransferEncodingFixed length transfer encoding implementation.Methods in org.glassfish.grizzly.http that return TransferEncoding Modifier and Type Method Description TransferEncodingHttpHeader. getTransferEncoding()Get theTransferEncoding, responsible for the parsing/serialization of the HTTP message contentTransferEncoding[]HttpCodecFilter. getTransferEncodings()Gets registeredTransferEncodings.Methods in org.glassfish.grizzly.http with parameters of type TransferEncoding Modifier and Type Method Description voidHttpCodecFilter. 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.
-