OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_includeProtocols
(Results
1 - 2
of
2
) sorted by null
/external/jetty/src/java/org/eclipse/jetty/util/ssl/
SslContextFactory.java
114
private Set<String>
_includeProtocols
= null;
348
return
_includeProtocols
.toArray(new String[
_includeProtocols
.size()]);
361
_includeProtocols
= new LinkedHashSet<String>(Arrays.asList(protocols));
[
all
...]
/prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar
Completed in 32 milliseconds