public class Proxy extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Proxy.Error |
Modifier and Type | Field and Description |
---|---|
String |
password |
int |
port |
String |
server |
boolean |
useProxy |
String |
username |
Constructor and Description |
---|
Proxy() |
Modifier and Type | Method and Description |
---|---|
EnumSet<Proxy.Error> |
getErrors() |
void |
onRestoreInstanceState(Parcelable state) |
Parcelable |
onSaveInstanceState() |
public boolean useProxy
public int port
public String server
public String username
public String password
public Parcelable onSaveInstanceState()
public void onRestoreInstanceState(Parcelable state)
public EnumSet<Proxy.Error> getErrors()