Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</Attribute>
</Attributes>
<Docs>
<summary>To be added.</summary>
<summary>Provides default behavior for a handler that parses, validates, and matches one cookie attribute.</summary>
<remarks>
<para>
<format type="text/html">
Expand Down Expand Up @@ -67,7 +67,7 @@
</Attributes>
<Parameters />
<Docs>
<summary>To be added.</summary>
<summary>Initializes a new instance of the AbstractCookieAttributeHandler class.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand All @@ -88,9 +88,9 @@
<Parameter Name="transfer" Type="Android.Runtime.JniHandleOwnership" />
</Parameters>
<Docs>
<param name="javaReference">To be added.</param>
<param name="transfer">To be added.</param>
<summary>To be added.</summary>
<param name="javaReference">A handle to the existing Java peer.</param>
<param name="transfer">Specifies whether this wrapper assumes ownership of the Java handle.</param>
<summary>Initializes a managed wrapper for an existing Java cookie implementation.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down Expand Up @@ -123,8 +123,8 @@
<ReturnType>Java.Interop.JniPeerMembers</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<summary>Gets the JNI metadata and member bindings for this Java peer type.</summary>
<value>JNI metadata used to invoke members of the corresponding Java type.</value>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down Expand Up @@ -157,10 +157,10 @@
<Parameter Name="origin" Type="Org.Apache.Http.Cookies.CookieOrigin" />
</Parameters>
<Docs>
<param name="cookie">To be added.</param>
<param name="origin">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<param name="cookie">The cookie being parsed, validated, or evaluated.</param>
<param name="origin">The host, port, path, and security context of the request.</param>
<summary>Returns true without applying attribute-specific matching; subclasses override this default.</summary>
<returns>true for every cookie and origin.</returns>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down Expand Up @@ -193,9 +193,9 @@
<Parameter Name="value" Type="System.String" />
</Parameters>
<Docs>
<param name="cookie">To be added.</param>
<param name="value">To be added.</param>
<summary>To be added.</summary>
<param name="cookie">The cookie being parsed, validated, or evaluated.</param>
<param name="value">The attribute or cookie value being supplied.</param>
<summary>Parses and applies this cookie attribute to the target cookie.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down Expand Up @@ -225,8 +225,8 @@
<ReturnType>System.IntPtr</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<summary>Gets the Java class reference used for threshold dispatch by this managed peer.</summary>
<value>The Java class handle used for threshold dispatch.</value>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down Expand Up @@ -256,8 +256,8 @@
<ReturnType>System.Type</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<summary>Gets the managed type used to decide whether JNI calls dispatch through the threshold class.</summary>
<value>The managed type that controls threshold dispatch.</value>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down Expand Up @@ -290,9 +290,9 @@
<Parameter Name="origin" Type="Org.Apache.Http.Cookies.CookieOrigin" />
</Parameters>
<Docs>
<param name="cookie">To be added.</param>
<param name="origin">To be added.</param>
<summary>To be added.</summary>
<param name="cookie">The cookie being parsed, validated, or evaluated.</param>
<param name="origin">The host, port, path, and security context of the request.</param>
<summary>Performs no validation; subclasses override this default for attribute-specific checks.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down
Loading