Searched refs:activeProtocols (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DHandshaker.java105 private ProtocolList activeProtocols; field in class:Handshaker
378 activeProtocols = null;
390 activeProtocols = null;
401 activeProtocols = null;
443 if (activeProtocols == null) {
444 activeProtocols = getActiveProtocols();
447 if (activeProtocols.collection().isEmpty() ||
448 activeProtocols.max.v == ProtocolVersion.NONE.v) {
466 protocolVersion = activeProtocols.max;
470 helloVersion = activeProtocols
[all...]

Completed in 29 milliseconds