public final class HttpDriver extends AbstractConfigurableDriver
driverConfig, transactionManager| Constructor and Description |
|---|
HttpDriver() |
HttpDriver(DriverConfiguration configuration)
Create a new driver and configure via the specified DriverConfiguration
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.apache.http.client.methods.CloseableHttpResponse |
executeHttpRequest(org.apache.http.client.methods.HttpRequestBase request) |
Transaction |
newTransaction() |
Request |
request() |
configure, getConfiguration, setTransactionManagerpublic HttpDriver()
public HttpDriver(DriverConfiguration configuration)
configuration - public void close()
public Request request()
public Transaction newTransaction()
public org.apache.http.client.methods.CloseableHttpResponse executeHttpRequest(org.apache.http.client.methods.HttpRequestBase request)
Copyright © 2016 Neo Technology, Inc.. All rights reserved.