Package com.hellosign.sdk.http
Class HttpOptionsRequest
- java.lang.Object
-
- com.hellosign.sdk.http.AbstractHttpRequest
-
- com.hellosign.sdk.http.HttpOptionsRequest
-
public class HttpOptionsRequest extends AbstractHttpRequest
-
-
Field Summary
-
Fields inherited from class com.hellosign.sdk.http.AbstractHttpRequest
auth, DEFAULT_ENCODING, lastHttpStatusCode, lastResponseStream, url, USER_AGENT
-
-
Constructor Summary
Constructors Constructor Description HttpOptionsRequest(java.lang.String url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.net.HttpURLConnection
getConnection()
The method class will create the appropriate connection with an endpoint, parameters, etc.-
Methods inherited from class com.hellosign.sdk.http.AbstractHttpRequest
execute, getProxiedConnection, getResponseAsFile, getResponseBody, getResponseCode
-
-
-
-
Method Detail
-
getConnection
protected java.net.HttpURLConnection getConnection() throws HelloSignException
Description copied from class:AbstractHttpRequest
The method class will create the appropriate connection with an endpoint, parameters, etc.- Specified by:
getConnection
in classAbstractHttpRequest
- Returns:
- HttpURLConnection
- Throws:
HelloSignException
- Thrown if a connection cannot be created
-
-