Java javax.naming.ldap StartTlsResponse fields, constructors, methods, implement or subclass

Example usage for Java javax.naming.ldap StartTlsResponse fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.naming.ldap StartTlsResponse.

The text is from its open source code.

Method

voidclose()
Closes the TLS connection gracefully and reverts back to the underlying connection.
SSLSessionnegotiate()
Negotiates a TLS session using the default SSL socket factory.
SSLSessionnegotiate(SSLSocketFactory factory)
Negotiates a TLS session using an SSL socket factory.
voidsetHostnameVerifier(HostnameVerifier verifier)
Sets the hostname verifier used by negotiate() after the TLS handshake has completed and the default hostname verification has failed.