Example usage for Java android.net SSLSessionCache fields, constructors, methods, implement or subclass
The text is from its open source code.
SSLSessionCache(Object cache) NOTE: This needs to be Object (and not SSLClientSessionCache) because apps that build directly against the framework (and not the SDK) might not declare a dependency on conscrypt. | |
SSLSessionCache(File dir) Create a session cache using the specified directory. | |
SSLSessionCache(Context context) Create a session cache at the default location for this app. |