Uses of Class
com.ngrok.TlsBuilder
-
Packages that use TlsBuilder Package Description com.ngrok -
-
Uses of TlsBuilder in com.ngrok
Methods in com.ngrok that return TlsBuilder Modifier and Type Method Description TlsBuilder
TlsBuilder. domain(String domain)
Sets the domain to request for this TLS endpoint.TlsBuilder
TlsBuilder. mutualTLSCA(byte[] mutualTLSCA)
Sets the certificates to use for client authentication for this TLS endpoint.TlsBuilder
TlsBuilder. termination(byte[] terminationCertPEM, byte[] terminationKeyPEM)
Sets the certificate and key to use for TLS termination for this TLS endpoint.default TlsBuilder
Session. tlsEndpoint()
Creates a newTlsBuilder
associated with this session.Methods in com.ngrok with parameters of type TlsBuilder Modifier and Type Method Description Forwarder.Endpoint
Session. forwardTls(TlsBuilder builder, URL url)
Configures and starts a TLSForwarder.Endpoint
Listener.Endpoint
Session. listenTls(TlsBuilder builder)
Configures and starts a TLSListener.Endpoint
-