public class HttpURLConnectionUtil extends Object
| 修飾子とタイプ | クラスと説明 |
|---|---|
static interface |
HttpURLConnectionUtil.WriteProcess |
| コンストラクタと説明 |
|---|
HttpURLConnectionUtil() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static String |
createDigestAuthValue(Map<String,String> wwwAuthElements,
String method,
String uri,
String userName,
String password,
int nc) |
static InputStream |
openResponseStream(HttpURLConnection con)
Creates and returns the content stream.
|
static Map<String,String> |
parseWwwAuthenticateHeader(String header) |
static OutputStream |
processWriteRequest(HttpURLConnection con,
boolean compressContent,
int compressThreashold,
String compressAlgorithm,
HttpURLConnectionUtil.WriteProcess proc) |
public static Map<String,String> parseWwwAuthenticateHeader(String header)
public static String createDigestAuthValue(Map<String,String> wwwAuthElements, String method, String uri, String userName, String password, int nc)
public static InputStream openResponseStream(HttpURLConnection con) throws IOException
con - IOExceptionpublic static OutputStream processWriteRequest(HttpURLConnection con, boolean compressContent, int compressThreashold, String compressAlgorithm, HttpURLConnectionUtil.WriteProcess proc) throws IOException
IOExceptionCopyright © 2018. All rights reserved.