List of usage examples for javax.net.ssl SSLSession interface-usage
From source file android.core.SSLPerformanceTest.java
class FakeSession implements SSLSession { final String host; FakeSession(String host) { this.host = host; }