| Package | Description |
|---|---|
| com.github.restdriver.clientdriver |
| Modifier and Type | Method and Description |
|---|---|
SecureClientDriver |
SecureClientDriverFactory.build()
Create SecureClientDriver with the given configuration.
|
SecureClientDriver |
SecureClientDriverFactory.createClientDriver(int port,
KeyStore keyStore,
String password,
String certAlias)
Factory method to create and start a ClientDriver on a specific port.
|
SecureClientDriver |
SecureClientDriverFactory.createClientDriver(KeyStore keyStore,
String password,
String certAlias)
Factory method to create and start ClientDriver.
|
Copyright © 2016. All Rights Reserved.