@Deprecated public class HttpUtilClient extends Object
| 构造器和说明 |
|---|
HttpUtilClient()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static HttpUtilResponse |
send(HttpUtilRequest httpUtilRequest)
已过时。
发送请求
|
static byte[] |
toByteArray(InputStream input,
int bytesLength)
已过时。
|
static ByteArrayOutputStream |
toByteArrayOutputStream(InputStream input,
int bytesLength)
已过时。
|
public static HttpUtilResponse send(HttpUtilRequest httpUtilRequest) throws Exception
httpUtilRequest - Exceptionpublic static ByteArrayOutputStream toByteArrayOutputStream(InputStream input, int bytesLength) throws IOException
input - bytesLength - IOExceptionpublic static byte[] toByteArray(InputStream input, int bytesLength) throws IOException
input - IOExceptionCopyright © 2019. All rights reserved.