public abstract class AbstractHttpRequest extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected Authentication |
auth |
protected static int |
CONNECT_TIMEOUT |
static String |
DEFAULT_ENCODING |
protected Integer |
lastHttpStatusCode |
protected InputStream |
lastResponseStream |
protected static int |
READ_TIMEOUT |
protected String |
url |
static String |
USER_AGENT |
| 构造器和说明 |
|---|
AbstractHttpRequest() |
protected String url
protected static int READ_TIMEOUT
protected static int CONNECT_TIMEOUT
protected Integer lastHttpStatusCode
protected InputStream lastResponseStream
protected Authentication auth
public void doRequest()
throws SignitException
SignitExceptionpublic Integer getResponseCode()
public String getResponseBody()
Copyright © 2023. All rights reserved.