Uses of Interface
org.simpleframework.http.core.BodyEncoder
Packages that use BodyEncoder
-
Uses of BodyEncoder in org.simpleframework.http.core
Classes in org.simpleframework.http.core that implement BodyEncoderModifier and TypeClassDescription(package private) classTheChunkedEncoderobject is used to encode data in the chunked encoding format.(package private) classTheCloseEncoderis used to close a connection once all of the content has been produced.(package private) classTheEmptyEncoderobject is a producer used if there is not response body to be delivered.(package private) classTheFixedLengthEncoderobject produces content without any encoding, but limited to a fixed number of bytes.Fields in org.simpleframework.http.core declared as BodyEncoderModifier and TypeFieldDescriptionprivate BodyEncoderResponseEncoder.encoderOnce the header is committed this is used to produce data.Methods in org.simpleframework.http.core that return BodyEncoderModifier and TypeMethodDescriptionBodyEncoderFactory.getInstance()This is used to create an aBodyEncoderobject that can be used to encode content according to the HTTP header.private BodyEncoderBodyEncoderFactory.getInstance(boolean chunkable) This is used to create an aBodyEncoderobject that can be used to encode content according to the HTTP header.