public static class Proxy.Type extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static Proxy.Type |
DIRECT |
static Proxy.Type |
HTTP |
static Proxy.Type |
SOCKS |
Modifier and Type | Method and Description |
---|---|
static Proxy.Type |
fromString(String type) |
String |
toString() |
public static final Proxy.Type DIRECT
public static final Proxy.Type HTTP
public static final Proxy.Type SOCKS
protected Type(String name)
public static Proxy.Type fromString(String type)
Copyright © 2004–2020 Eclipse Foundation. All rights reserved.