Searched refs:sniMatchers (Results 1 – 7 of 7) sorted by relevance
100 Collection<SNIMatcher> sniMatchers = parameters.getSNIMatchers(); in serverNamePermitted() local101 if (sniMatchers == null || sniMatchers.isEmpty()) { in serverNamePermitted()105 for (SNIMatcher m : sniMatchers) { in serverNamePermitted()
101 Collection<SNIMatcher> sniMatchers = parameters.getSNIMatchers(); in serverNamePermitted() local102 if (sniMatchers == null || sniMatchers.isEmpty()) { in serverNamePermitted()106 for (SNIMatcher m : sniMatchers) { in serverNamePermitted()
93 private Collection<SNIMatcher> sniMatchers; field in SSLParametersImpl650 if (sniMatchers == null) { in getSNIMatchers()653 return new ArrayList<>(sniMatchers); in getSNIMatchers()656 void setSNIMatchers(Collection<SNIMatcher> sniMatchers) { in setSNIMatchers() argument657 this.sniMatchers = sniMatchers != null ? new ArrayList<>(sniMatchers) : null; in setSNIMatchers()
94 private Collection<SNIMatcher> sniMatchers; field in SSLParametersImpl654 if (sniMatchers == null) { in getSNIMatchers()657 return new ArrayList<>(sniMatchers); in getSNIMatchers()660 void setSNIMatchers(Collection<SNIMatcher> sniMatchers) { in setSNIMatchers() argument661 this.sniMatchers = sniMatchers != null ? new ArrayList<>(sniMatchers) : null; in setSNIMatchers()
529 Collection<SNIMatcher> sniMatchers = parameters.getSNIMatchers(); in serverNamePermitted() local530 if (sniMatchers == null || sniMatchers.isEmpty()) { in serverNamePermitted()535 for (SNIMatcher m : sniMatchers) { in serverNamePermitted()
530 Collection<SNIMatcher> sniMatchers = parameters.getSNIMatchers(); in serverNamePermitted() local531 if (sniMatchers == null || sniMatchers.isEmpty()) { in serverNamePermitted()536 for (SNIMatcher m : sniMatchers) { in serverNamePermitted()
1033 Collection<SNIMatcher> sniMatchers = parameters.getSNIMatchers(); in serverNamePermittedInternal() local1034 if (sniMatchers == null || sniMatchers.isEmpty()) { in serverNamePermittedInternal()1038 for (SNIMatcher m : sniMatchers) { in serverNamePermittedInternal()