Package com.arangodb.http
Class HttpProtocolConfig.Builder
java.lang.Object
com.arangodb.http.HttpProtocolConfig.Builder
- Enclosing class:
- HttpProtocolConfig
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
proxyOptions
(io.vertx.core.net.ProxyOptions proxyOptions) vertx
(io.vertx.core.Vertx vertx) Set the Vert.x instance to use for creating HTTP connections.
-
Method Details
-
vertx
Set the Vert.x instance to use for creating HTTP connections.- Parameters:
vertx
- the Vert.x instance to use- Returns:
- this builder
-
proxyOptions
- Parameters:
proxyOptions
- proxy options for HTTP connections- Returns:
- this builder
-
build
-