public interface SettingsController
| Modifier and Type | Method and Description |
|---|---|
Channel |
getChannel()
Gets the current channel.
|
boolean |
getForceHttp() |
default java.net.Proxy |
getProxy()
Gets the proxy to use for http connections.
|
void |
setForceHttp(boolean force) |
boolean getForceHttp()
true, all connections should be made using HTTP rather than HTTPS.void setForceHttp(boolean force)
force - If true, all connections should be made using HTTP rather than HTTPS.@Nullable Channel getChannel()
@NonNull default java.net.Proxy getProxy()
Proxy.NO_PROXY.