Skip to content
Merged
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
23 changes: 19 additions & 4 deletions docs/xml/Javax.Net.Ssl/ISSLSessionContext.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,14 @@
<ReturnType>Java.Util.IEnumeration</ReturnType>
</ReturnValue>
<Docs>
<summary>Returns an iterable of all session identifiers in this session context.</summary>
<value>To be added.</value>
<summary>Returns an enumeration of all session identifiers in this session context.</summary>
<value>An enumeration of all session identifiers in this session context.</value>
<remarks>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/javax/net/ssl/SSLSessionContext#getIds()" title="Reference documentation">Java documentation for <code>javax.net.ssl.SSLSessionContext.getIds()</code>.</a>
</format>
</para>
<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>
<since version="Added in API level 1" />
Expand Down Expand Up @@ -158,8 +163,13 @@
</ReturnValue>
<Docs>
<summary>Returns the size of the session cache for this session context.</summary>
<value>To be added.</value>
<value>The session cache size; zero indicates no size limit.</value>
<remarks>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/javax/net/ssl/SSLSessionContext#getSessionCacheSize()" title="Reference documentation">Java documentation for <code>javax.net.ssl.SSLSessionContext.getSessionCacheSize()</code>.</a>
</format>
</para>
<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>
<since version="Added in API level 1" />
Expand Down Expand Up @@ -192,8 +202,13 @@
</ReturnValue>
<Docs>
<summary>Returns the timeout for sessions in this session context.</summary>
<value>To be added.</value>
<value>The session timeout limit, in seconds; zero indicates no limit.</value>
<remarks>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/javax/net/ssl/SSLSessionContext#getSessionTimeout()" title="Reference documentation">Java documentation for <code>javax.net.ssl.SSLSessionContext.getSessionTimeout()</code>.</a>
</format>
</para>
<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>
<since version="Added in API level 1" />
Expand Down