cn.signit.sdk.http
类 HttpPostRequest
java.lang.Object
cn.signit.sdk.http.AbstractHttpRequest
cn.signit.sdk.http.HttpPostRequest
public class HttpPostRequest
- extends AbstractHttpRequest
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
method
protected String method
HttpPostRequest
public HttpPostRequest(String url)
throws SignitException
- 抛出:
SignitException
HttpPostRequest
public HttpPostRequest(String url,
Authentication auth)
throws SignitException
- 抛出:
SignitException
HttpPostRequest
public HttpPostRequest(String url,
Map<String,Serializable> fields)
throws SignitException
- 抛出:
SignitException
HttpPostRequest
public HttpPostRequest(String url,
Map<String,Serializable> fields,
Authentication auth)
throws SignitException
- 抛出:
SignitException
HttpPostRequest
public HttpPostRequest(String url,
Object object,
Authentication auth)
throws SignitException
- 抛出:
SignitException
getConnection
protected HttpURLConnection getConnection()
throws SignitException,
IOException
- 抛出:
SignitException
IOException
Copyright © 2019. All rights reserved.