OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:supportedProtocols
(Results
1 - 6
of
6
) sorted by null
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLContext1Test.java
475
String[]
supportedProtocols
= sslSocket.getSupportedProtocols();
480
for (int k = 0; k <
supportedProtocols
.length; k++)
482
supportedProtocols
[k]);