Searched defs:sniMatchers (Results 1 - 5 of 5) sorted by relevance

/openjdk9/jdk/src/java.base/share/classes/javax/net/ssl/
H A DSSLParameters.java86 private Map<Integer, SNIMatcher> sniMatchers = null; field in class:SSLParameters
/openjdk9/jdk/src/java.base/share/classes/sun/security/ssl/
H A DSSLServerSocketImpl.java92 Collection<SNIMatcher> sniMatchers = field in class:SSLServerSocketImpl
H A DHandshaker.java118 Collection<SNIMatcher> sniMatchers = Collections.<SNIMatcher>emptyList(); field in class:Handshaker
486 void setSNIMatchers(Collection<SNIMatcher> sniMatchers) { argument
H A DSSLSocketImpl.java210 Collection<SNIMatcher> sniMatchers = field in class:SSLSocketImpl
499 SSLSocketImpl(SSLContextImpl context, boolean serverMode, CipherSuiteList suites, ClientAuthType clientAuth, boolean sessionCreation, ProtocolList protocols, String identificationProtocol, AlgorithmConstraints algorithmConstraints, Collection<SNIMatcher> sniMatchers, boolean preferLocalCipherSuites, String[] applicationProtocols) argument
[all...]
H A DSSLEngineImpl.java199 Collection<SNIMatcher> sniMatchers = field in class:SSLEngineImpl

Completed in 114 milliseconds