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 TlsBuilderTlsBuilder. domain(String domain)Sets the domain to request for this TLS endpoint.TlsBuilderTlsBuilder. mutualTLSCA(byte[] mutualTLSCA)Sets the certificates to use for client authentication for this TLS endpoint.TlsBuilderTlsBuilder. termination(byte[] terminationCertPEM, byte[] terminationKeyPEM)Sets the certificate and key to use for TLS termination for this TLS endpoint.default TlsBuilderSession. tlsEndpoint()Creates a newTlsBuilderassociated with this session.Methods in com.ngrok with parameters of type TlsBuilder Modifier and Type Method Description Forwarder.EndpointSession. forwardTls(TlsBuilder builder, URL url)Configures and starts a TLSForwarder.EndpointListener.EndpointSession. listenTls(TlsBuilder builder)Configures and starts a TLSListener.Endpoint 
 -