Uses of Class
org.apache.tinkerpop.gremlin.driver.ProxyOptions
Packages that use ProxyOptions
-
Uses of ProxyOptions in org.apache.tinkerpop.gremlin.driver
Methods in org.apache.tinkerpop.gremlin.driver that return ProxyOptionsModifier and TypeMethodDescriptionstatic ProxyOptionsCreates a proxy configuration for the given host and port without authentication.static ProxyOptionsCreates a proxy configuration for the given host and port using basic proxy authentication.static ProxyOptionsProxyOptions.create(SocketAddress address) Creates a proxy configuration for the given address without authentication.static ProxyOptionsProxyOptions.create(SocketAddress address, String username, String password) Creates a proxy configuration for the given address using basic proxy authentication.Cluster.getProxy()Gets the configuredProxyOptionsornullif no proxy is configured.Methods in org.apache.tinkerpop.gremlin.driver with parameters of type ProxyOptionsModifier and TypeMethodDescriptionCluster.Builder.proxy(ProxyOptions proxyOptions) Routes connections through the supplied HTTP proxy.