public class LocalHoverflyConfig extends HoverflyConfig
Hoverfly managed internallyadminPort, captureHeaders, destination, proxyCaCert, proxyLocalHost, proxyPort| Constructor and Description |
|---|
LocalHoverflyConfig() |
| Modifier and Type | Method and Description |
|---|---|
HoverflyConfiguration |
build()
Validate and build
HoverflyConfiguration |
LocalHoverflyConfig |
sslCertificatePath(java.lang.String sslCertificatePath)
Sets the SSL certificate file for overriding default Hoverfly self-signed certificate
The file can be in any PEM encoded certificate, in .crt or .pem extensions
|
LocalHoverflyConfig |
sslKeyPath(java.lang.String sslKeyPath)
Sets the SSL key file for overriding default Hoverfly SSL key
The file can be in any PEM encoded key, in .key or .pem extensions
|
adminPort, captureAllHeaders, captureHeaders, configs, destination, proxyCaCert, proxyLocalHost, proxyLocalHost, proxyPort, remotepublic LocalHoverflyConfig sslCertificatePath(java.lang.String sslCertificatePath)
sslCertificatePath - certificate file in classpathLocalHoverflyConfig for further customizationspublic LocalHoverflyConfig sslKeyPath(java.lang.String sslKeyPath)
sslKeyPath - key file in classpathLocalHoverflyConfig for further customizationspublic HoverflyConfiguration build()
HoverflyConfigHoverflyConfigurationbuild in class HoverflyConfig