Org.Apache.Http.Impl.Entity Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides implementations for serializing and deserializing HTTP message entities.
Classes
| Name | Description |
|---|---|
| EntityDeserializer |
Deserializes an HTTP message body into an HTTP entity by using a content-length strategy. |
| EntitySerializer |
Serializes an HTTP entity to an HTTP message by using a content-length strategy. |
| LaxContentLengthStrategy |
Determines an HTTP message body length while tolerating malformed content-length headers and unsupported transfer encodings. |
| LaxContentLengthStrategy.InterfaceConsts |
Defines content-length sentinel values used by this strategy. |
| StrictContentLengthStrategy |
Determines an HTTP message body length by strictly applying HTTP transfer rules. |
| StrictContentLengthStrategy.InterfaceConsts |
Defines content-length sentinel values used by this strategy. |
Remarks
Android Open Source Project source
Portions of this page are derived from Apache HttpCore source code made available by the Apache Software Foundation under the Apache License, Version 2.0.