ProxyOptions Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. service. ProxyOptions
- com.
public class ProxyOptions
The settings supported by this SDK when communicating to IoT Hub through a proxy. HTTP proxies are supported by this SDK, but only if the proxy does not require authentication.
Constructor | Description |
---|---|
Proxy |
Create the proxy options for connecting to a proxy |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
get |
int |
get |
java.lang.Object.clone
java.lang.Object.equals
java.lang.Object.finalize
java.lang.Object.getClass
java.lang.Object.hashCode
java.lang.Object.notify
java.lang.Object.notifyAll
java.lang.Object.toString
java.lang.Object.wait
java.lang.Object.wait
java.lang.Object.wait
ProxyOptions
public ProxyOptions(Proxy proxy)
Create the proxy options for connecting to a proxy
Parameters:
proxy
- the proxy to communicate through
getHostName
public String getHostName()
Returns:
the saved proxy hostname
getPort
public int getPort()
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java feedback
Azure SDK for Java is an open source project. Select a link to provide feedback: