Searched defs:setUseSessionTickets (Results 1 – 2 of 2) sorted by relevance
159 Method setUseSessionTickets; in findPlatform() local217 private final Method setUseSessionTickets; field in Platform.Android224 private Android(Class<?> openSslSocketClass, Method setUseSessionTickets, Method setHostname, in Android()
845 public void setUseSessionTickets(boolean useSessionTickets) { in setUseSessionTickets() method in OpenSSLSocketImpl