| Package | Description |
|---|---|
| com.github.restdriver.clientdriver | |
| com.github.restdriver.clientdriver.jetty |
| Modifier and Type | Field and Description |
|---|---|
protected ClientDriverJettyHandler |
ClientDriver.handler |
| Constructor and Description |
|---|
ClientDriver(ClientDriverJettyHandler handler)
Constructor.
|
ClientDriver(ClientDriverJettyHandler handler,
int port)
Constructor.
|
SecureClientDriver(ClientDriverJettyHandler handler,
int port,
KeyStore keyStore,
String password,
String certificateAlias)
Constructor which uses the given port to bind to.
|
SecureClientDriver(ClientDriverJettyHandler handler,
KeyStore keyStore,
String password,
String certificateAlias)
Constructor which uses a free port to bind to.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultClientDriverJettyHandler
Class which acts as a Jetty Handler to see if the actual incoming HTTP
request matches any expectation and to act accordingly.
|
Copyright © 2016. All Rights Reserved.