public static class ConnectionSync.Builder extends Object
Constructor and Description |
---|
Builder(HostHandler hostHandler,
MessageStore messageStore) |
Modifier and Type | Method and Description |
---|---|
ConnectionSync |
build() |
ConnectionSync.Builder |
sslContext(SSLContext sslContext) |
ConnectionSync.Builder |
timeout(Integer timeout) |
ConnectionSync.Builder |
useSsl(Boolean useSsl) |
public Builder(HostHandler hostHandler, MessageStore messageStore)
public ConnectionSync.Builder timeout(Integer timeout)
public ConnectionSync.Builder useSsl(Boolean useSsl)
public ConnectionSync.Builder sslContext(SSLContext sslContext)
public ConnectionSync build()
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.