diff --git a/docs/xml/Javax.Net.Ssl/ISSLSessionContext.xml b/docs/xml/Javax.Net.Ssl/ISSLSessionContext.xml index 60a58cd6c..ac2ab0d1e 100644 --- a/docs/xml/Javax.Net.Ssl/ISSLSessionContext.xml +++ b/docs/xml/Javax.Net.Ssl/ISSLSessionContext.xml @@ -125,9 +125,14 @@ Java.Util.IEnumeration - Returns an iterable of all session identifiers in this session context. - To be added. + Returns an enumeration of all session identifiers in this session context. + An enumeration of all session identifiers in this session context. + + + Java documentation for javax.net.ssl.SSLSessionContext.getIds(). + + 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. @@ -158,8 +163,13 @@ Returns the size of the session cache for this session context. - To be added. + The session cache size; zero indicates no size limit. + + + Java documentation for javax.net.ssl.SSLSessionContext.getSessionCacheSize(). + + 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. @@ -192,8 +202,13 @@ Returns the timeout for sessions in this session context. - To be added. + The session timeout limit, in seconds; zero indicates no limit. + + + Java documentation for javax.net.ssl.SSLSessionContext.getSessionTimeout(). + + 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.