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
.IOException
HttpURLConnection create(URL url, Proxy proxy) throws IOException
IOException
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.