Home | History | Annotate | Download | only in sip

Lines Matching defs:protocols

400  *  Comma-separated list of protocols to use when creating outgoing TLS connections.
480 // Supported protocols for TLS client: can be overridden by application
981 String[] protocols = new String[st.countTokens()];
985 protocols[i++] = st.nextToken();
987 this.enabledProtocols = protocols;
1424 * Set the list of protocols supported by the stack for outgoing TLS connections.
1425 * A stack can have only one set of protocols.
1427 * protocols of the java runtime, so specifying a protocol here does not
1439 * [] The new set of protocols to use for outgoing TLS connections.
1448 * Return the currently enabled protocols to use when creating TLS connection.
1450 * @return The currently enabled protocols.