MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / getFtpProxy

Method getFtpProxy

java/src/org/openqa/selenium/Proxy.java:227–230  ·  view source on GitHub ↗

Gets the FTP proxy. @return the FTP proxy hostname if present, or null if not set @deprecated getFtpProxy is deprecated and will be removed in a future release.

()

Source from the content-addressed store, hash-verified

225 * @deprecated getFtpProxy is deprecated and will be removed in a future release.
226 */
227 @Deprecated
228 public @Nullable String getFtpProxy() {
229 return ftpProxy;
230 }
231
232 /**
233 * Specify which proxy to use for FTP connections.

Callers 13

testManualProxyMethod · 0.95
testPACProxyMethod · 0.95
testAutodetectProxyMethod · 0.95
manualProxyFromMapMethod · 0.95
pacProxyFromMapMethod · 0.95
systemProxyFromMapMethod · 0.95
directProxyFromMapMethod · 0.95
toStringMethod · 0.95
equalsMethod · 0.95

Calls

no outgoing calls

Tested by 10

testManualProxyMethod · 0.76
testPACProxyMethod · 0.76
testAutodetectProxyMethod · 0.76
manualProxyFromMapMethod · 0.76
pacProxyFromMapMethod · 0.76
systemProxyFromMapMethod · 0.76
directProxyFromMapMethod · 0.76