Package | Description |
---|---|
org.eclipse.ecf.core.util |
Modifier and Type | Field and Description |
---|---|
static Proxy.Type |
Proxy.Type.DIRECT |
static Proxy.Type |
Proxy.Type.DIRECT |
static Proxy.Type |
Proxy.Type.HTTP |
static Proxy.Type |
Proxy.Type.HTTP |
static Proxy.Type |
Proxy.Type.SOCKS |
static Proxy.Type |
Proxy.Type.SOCKS |
Modifier and Type | Method and Description |
---|---|
static Proxy.Type |
Proxy.Type.fromString(String type) |
static Proxy.Type |
Proxy.Type.fromString(String type) |
Proxy.Type |
Proxy.getType() |
Proxy.Type |
Proxy.getType() |
Constructor and Description |
---|
Proxy(Proxy.Type type,
ProxyAddress address) |
Proxy(Proxy.Type type,
ProxyAddress address) |
Proxy(Proxy.Type type,
ProxyAddress address,
String username,
String password) |
Proxy(Proxy.Type type,
ProxyAddress address,
String username,
String password) |
Copyright © 2004–2020 Eclipse Foundation. All rights reserved.