|
KIE Remote Services :: Common 6.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface KieRemoteHttpRequest.ConnectionFactory
Creates HTTP connections for urls.
| Field Summary | |
|---|---|
static KieRemoteHttpRequest.ConnectionFactory |
DEFAULT
A KieRemoteHttpRequest.ConnectionFactory which uses the built-in URL.openConnection() |
| Method Summary | |
|---|---|
HttpURLConnection |
create(URL url)
Open an HttpURLConnection for the specified URL. |
HttpURLConnection |
create(URL url,
Proxy proxy)
Open an HttpURLConnection for the specified URL and Proxy. |
| Field Detail |
|---|
static final KieRemoteHttpRequest.ConnectionFactory DEFAULT
KieRemoteHttpRequest.ConnectionFactory which uses the built-in URL.openConnection()
| Method Detail |
|---|
HttpURLConnection create(URL url)
throws IOException
HttpURLConnection for the specified URL.
IOException
HttpURLConnection create(URL url,
Proxy proxy)
throws IOException
HttpURLConnection for the specified URL and Proxy.
IOException
|
KIE Remote Services :: Common 6.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||