public static interface KieRemoteHttpRequest.ConnectionFactory
HTTP connections for urls.| Modifier and Type | Field and Description |
|---|---|
static KieRemoteHttpRequest.ConnectionFactory |
DEFAULT
A
KieRemoteHttpRequest.ConnectionFactory which uses the built-in URL.openConnection() |
| Modifier and Type | Method and Description |
|---|---|
HttpURLConnection |
create(URL url)
Open an
HttpURLConnection for the specified URL. |
HttpURLConnection |
create(URL url,
Proxy proxy)
|
static final KieRemoteHttpRequest.ConnectionFactory DEFAULT
KieRemoteHttpRequest.ConnectionFactory which uses the built-in URL.openConnection()HttpURLConnection create(URL url) throws IOException
HttpURLConnection for the specified URL.IOExceptionHttpURLConnection create(URL url, Proxy proxy) throws IOException
IOExceptionCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.