Class Url
java.lang.Object
com.technia.dsx.threedspace.doc.file.Url
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddParameter(String name, String value) voidaddParameter(String name, String[] values) com.technia.dsx.app.NameValueTuplegetParamValue(String name) String[]getParamValues(String name) getUrl()static UrlvoidsetContentType(String contentType) voidsetCSRFToken(com.technia.dsx.app.NameValueTuple csrfToken) voidvoidvoid
-
Field Details
-
POST
- See Also:
-
GET
- See Also:
-
MULTIPART
- See Also:
-
FORM_URLENCODED
- See Also:
-
-
Constructor Details
-
Url
public Url()
-
-
Method Details
-
of
-
addParameter
-
addParameter
-
getParamValue
-
getParamValues
-
getParameterNames
-
getParamMap
-
getMethod
-
setMethod
-
getUrl
-
setUrl
-
getContentType
-
setContentType
-
getParams
-
setParams
-
getCSRFToken
public com.technia.dsx.app.NameValueTuple getCSRFToken() -
setCSRFToken
public void setCSRFToken(com.technia.dsx.app.NameValueTuple csrfToken)
-