Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,11 @@ public ProxyOptions getProxy() {
}

/**
* This will create the InetSocketAddress for proxy server,
* all the requests to cosmoDB will route from this address.
* Sets the proxy options.
*
* @param proxy The proxy server.
* Currently only support Http proxy type with just the routing address. Username and password will be ignored.
*
* @param proxy The proxy options.
* @return the {@link GatewayConnectionConfig}.
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -359,10 +359,11 @@ public ProxyOptions getProxy() {
}

/**
* This will create the InetSocketAddress for proxy server,
* all the requests to cosmoDB will route from this address.
* Sets the proxy options.
*
* @param proxy The proxy server.
* Currently only support Http proxy type with just the routing address. Username and password will be ignored.
*
* @param proxy The proxy options.
* @return the ConnectionPolicy.
*/

Expand Down