public class HttpClientUtil extends Object
| 构造器和说明 |
|---|
HttpClientUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static byte[] |
postRequest(String reqURL,
byte[] date)
post request
|
static byte[] |
readBytes(javax.servlet.http.HttpServletRequest request)
read bytes from http request
|
public static byte[] postRequest(String reqURL, byte[] date) throws Exception
Exceptionpublic static final byte[] readBytes(javax.servlet.http.HttpServletRequest request)
throws IOException
request - IOExceptionCopyright © 2018. All rights reserved.