Home | History | Annotate | Download | only in stack

Lines Matching refs:TLS

662      * @param protocol -- protocol (udp/tcp/tls)
1828 * Returns true if this Dialog is secure i.e. if the request arrived over TLS, and the
1831 * @return <code>true</code> if this dialogue was established using a sips URI over TLS, and
2432 // JvB fix: also support TLS
2433 transport = uri4transport.isSecure() ? ListeningPoint.TLS : ListeningPoint.UDP;