public static interface HttpRequest.ConnectionFactory
URL。| Modifier and Type | Field and Description |
|---|---|
static HttpRequest.ConnectionFactory |
DEFAULT
使用内置的
URL.openConnection() |
| Modifier and Type | Method and Description |
|---|---|
java.net.HttpURLConnection |
create(java.net.URL url)
为指定的打开。
|
java.net.HttpURLConnection |
create(java.net.URL url,
java.net.Proxy proxy)
为指定的打开
和。
|
static final HttpRequest.ConnectionFactory DEFAULT
URL.openConnection()