-
public class MockHttpsProviderConfig.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static MockHttpsProviderConfig.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final MockHttpsProviderConfighttpsConfig(String hostname, Integer port, PactSpecVersion pactVersion, MockServerImplementation implementation)final MockHttpsProviderConfighttpsConfig(String hostname, Integer port, PactSpecVersion pactVersion)final MockHttpsProviderConfighttpsConfig(String hostname, Integer port)final MockHttpsProviderConfighttpsConfig(String hostname)final MockHttpsProviderConfighttpsConfig()-
-
Method Detail
-
httpsConfig
@JvmOverloads() final MockHttpsProviderConfig httpsConfig(String hostname, Integer port, PactSpecVersion pactVersion, MockServerImplementation implementation)
-
httpsConfig
@JvmOverloads() final MockHttpsProviderConfig httpsConfig(String hostname, Integer port, PactSpecVersion pactVersion)
-
httpsConfig
@JvmOverloads() final MockHttpsProviderConfig httpsConfig(String hostname, Integer port)
-
httpsConfig
@JvmOverloads() final MockHttpsProviderConfig httpsConfig(String hostname)
-
httpsConfig
@JvmOverloads() final MockHttpsProviderConfig httpsConfig()
-
-
-
-