Searched refs:protocols (Results 51 - 52 of 52) sorted by relevance

123

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSSLEngineImpl.java1369 * TLS protocols do not define a error alert for sequence
1898 * protocols haven't specifically been set by the user,
1922 * protocols haven't specifically been set by the user,
2005 * Returns the protocols that are supported by this implementation.
2006 * A subset of the supported protocols may be enabled for this connection
2014 * Controls which protocols are enabled for use on
2015 * this connection. The protocols must have been listed by
2018 * @param protocols protocols to enable.
2019 * @exception IllegalArgumentException when one of the protocols
2022 setEnabledProtocols(String[] protocols) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/
H A DWsgenTool.java362 System.out.println(WscompileMessages.WSGEN_HELP("WSGEN", options.protocols, options.nonstdProtocols.keySet()));

Completed in 35 milliseconds

123