Package | Description |
---|---|
vodserver.util |
Modifier and Type | Method and Description |
---|---|
static HttpUtil.HttpResponse |
HttpUtil.executeGet(String url,
Map<String,String> headers)
Execute an HTTP GET request to the given url, using the request headers as specified
by the headers parameter.
|
static HttpUtil.HttpResponse |
HttpUtil.executeGet(String url,
String headerPrefix,
Map<String,String> params)
Execute an HTTP GET request to the given url.
|
static HttpUtil.HttpResponse |
HttpUtil.executePost(String url,
Map<String,String> headers,
Map<String,String> formData,
String charset)
Execute an HTTP POST request to the given url, using the request headers as specified
by the headers parameter.
|
static HttpUtil.HttpResponse |
HttpUtil.executePost(String url,
Map<String,String> headers,
String postData,
String mimeType,
String charset)
Execute an HTTP POST request to the given url, using the request headers as specified
by the headers parameter.
|
static HttpUtil.HttpResponse |
HttpUtil.executePost(String url,
String headerPrefix,
Map<String,String> params,
Map<String,String> formData,
String charset)
Execute an HTTP POST request to the given url.
|
static HttpUtil.HttpResponse |
HttpUtil.executePost(String url,
String headerPrefix,
Map<String,String> params,
String postData,
String mimeType,
String charset)
Execute an HTTP POST request to the given url.
|
Copyright © 2013. All rights reserved.