diff --git a/docs/xml/Org.Apache.Http.Impl.Entity/EntityDeserializer.xml b/docs/xml/Org.Apache.Http.Impl.Entity/EntityDeserializer.xml index 08937f7e9..6c0f5e201 100644 --- a/docs/xml/Org.Apache.Http.Impl.Entity/EntityDeserializer.xml +++ b/docs/xml/Org.Apache.Http.Impl.Entity/EntityDeserializer.xml @@ -26,7 +26,7 @@ - To be added. + Deserializes an HTTP message body into an HTTP entity by using a content-length strategy. @@ -57,8 +57,8 @@ - To be added. - To be added. + The strategy used to determine the message body length. + Initializes an entity deserializer that uses the specified content-length strategy. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -111,10 +111,10 @@ - To be added. - To be added. - To be added. - To be added. + The buffer from which to read the entity data. + The HTTP message that contains the entity headers. + Deserializes the entity in an HTTP message from an input buffer. + The entity deserialized from the message and input buffer. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -144,10 +144,10 @@ - To be added. - To be added. - To be added. - To be added. + The buffer from which to read the entity data. + The HTTP message that contains the entity headers. + Creates a basic HTTP entity from an HTTP message and its input buffer. + The basic HTTP entity deserialized from the message and input buffer. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/xml/Org.Apache.Http.Impl.Entity/EntitySerializer.xml b/docs/xml/Org.Apache.Http.Impl.Entity/EntitySerializer.xml index 615c61ad5..fc0fe446f 100644 --- a/docs/xml/Org.Apache.Http.Impl.Entity/EntitySerializer.xml +++ b/docs/xml/Org.Apache.Http.Impl.Entity/EntitySerializer.xml @@ -26,7 +26,7 @@ - To be added. + Serializes an HTTP entity to an HTTP message by using a content-length strategy. @@ -57,8 +57,8 @@ - To be added. - To be added. + The strategy used to determine the message body length. + Initializes an entity serializer that uses the specified content-length strategy. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -111,10 +111,10 @@ - To be added. - To be added. - To be added. - To be added. + The buffer to which entity data is written. + The HTTP message that contains the entity headers. + Creates the output stream used to serialize an HTTP entity. + The output stream to which the entity data is written. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -176,10 +176,10 @@ - To be added. - To be added. - To be added. - To be added. + The buffer to which entity data is written. + The HTTP message that contains the entity headers. + The HTTP entity to serialize. + Serializes an HTTP entity to an output buffer. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/xml/Org.Apache.Http.Impl.Entity/LaxContentLengthStrategy+InterfaceConsts.xml b/docs/xml/Org.Apache.Http.Impl.Entity/LaxContentLengthStrategy+InterfaceConsts.xml index 6f450a647..15dbea575 100644 --- a/docs/xml/Org.Apache.Http.Impl.Entity/LaxContentLengthStrategy+InterfaceConsts.xml +++ b/docs/xml/Org.Apache.Http.Impl.Entity/LaxContentLengthStrategy+InterfaceConsts.xml @@ -12,7 +12,7 @@ - To be added. + Defines content-length sentinel values used by this strategy. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -39,7 +39,7 @@ -2 - To be added. + Indicates that the message uses chunked transfer encoding. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -66,7 +66,7 @@ -1 - To be added. + Indicates that the message uses identity transfer encoding. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/xml/Org.Apache.Http.Impl.Entity/LaxContentLengthStrategy.xml b/docs/xml/Org.Apache.Http.Impl.Entity/LaxContentLengthStrategy.xml index 5acced710..716eaa091 100644 --- a/docs/xml/Org.Apache.Http.Impl.Entity/LaxContentLengthStrategy.xml +++ b/docs/xml/Org.Apache.Http.Impl.Entity/LaxContentLengthStrategy.xml @@ -35,7 +35,7 @@ - To be added. + Determines an HTTP message body length while tolerating malformed content-length headers and unsupported transfer encodings. @@ -63,7 +63,7 @@ - To be added. + Initializes a new instance of the class. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -118,9 +118,9 @@ - To be added. - To be added. - To be added. + The HTTP message whose body length is determined. + Determines the body length of an HTTP message using lax transfer rules. + The body length, or a sentinel value that indicates chunked or identity transfer encoding. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/xml/Org.Apache.Http.Impl.Entity/StrictContentLengthStrategy+InterfaceConsts.xml b/docs/xml/Org.Apache.Http.Impl.Entity/StrictContentLengthStrategy+InterfaceConsts.xml index 6a8e79c0d..b607a461e 100644 --- a/docs/xml/Org.Apache.Http.Impl.Entity/StrictContentLengthStrategy+InterfaceConsts.xml +++ b/docs/xml/Org.Apache.Http.Impl.Entity/StrictContentLengthStrategy+InterfaceConsts.xml @@ -12,7 +12,7 @@ - To be added. + Defines content-length sentinel values used by this strategy. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -39,7 +39,7 @@ -2 - To be added. + Indicates that the message uses chunked transfer encoding. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -66,7 +66,7 @@ -1 - To be added. + Indicates that the message uses identity transfer encoding. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/xml/Org.Apache.Http.Impl.Entity/StrictContentLengthStrategy.xml b/docs/xml/Org.Apache.Http.Impl.Entity/StrictContentLengthStrategy.xml index b9439a390..e8acdd055 100644 --- a/docs/xml/Org.Apache.Http.Impl.Entity/StrictContentLengthStrategy.xml +++ b/docs/xml/Org.Apache.Http.Impl.Entity/StrictContentLengthStrategy.xml @@ -35,7 +35,7 @@ - To be added. + Determines an HTTP message body length by strictly applying HTTP transfer rules. @@ -63,7 +63,7 @@ - To be added. + Initializes a new instance of the class. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -118,9 +118,9 @@ - To be added. - To be added. - To be added. + The HTTP message whose body length is determined. + Determines the body length of an HTTP message using strict transfer rules. + The body length, or a sentinel value that indicates chunked or identity transfer encoding. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/xml/ns-Org.Apache.Http.Impl.Entity.xml b/docs/xml/ns-Org.Apache.Http.Impl.Entity.xml index 483ef33df..5dd5155a0 100644 --- a/docs/xml/ns-Org.Apache.Http.Impl.Entity.xml +++ b/docs/xml/ns-Org.Apache.Http.Impl.Entity.xml @@ -1,6 +1,6 @@ - To be added. + Provides implementations for serializing and deserializing HTTP message entities.