Module com.logicommerce.sdktest
Class ClientAttributes
java.lang.Object
com.logicommerce.sdktest.resources.connection.ClientAttributes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBody()getPath()protected booleanprotected booleanhasBody()booleanprotected booleanvoidsetAcceptType(String acceptType) voidsetAuthorization(String authorization) voidvoidsetCharset(Charset charset) voidsetContentType(String contentType) voidvoidsetEndPoint(String endPoint) voidvoidvoidvoidvoidsetQueryParam(String name, String value) voidsetTimeout(Integer timeout)
-
Constructor Details
-
ClientAttributes
public ClientAttributes()
-
-
Method Details
-
hasAuthorization
protected boolean hasAuthorization() -
isSSLConnection
protected boolean isSSLConnection() -
hasBody
protected boolean hasBody() -
getAuthorization
-
setAuthorization
-
getPath
-
setPath
-
getContentType
-
setContentType
-
getAcceptType
-
setAcceptType
-
getHeaders
-
setHeader
-
getCookies
-
setCookie
-
setQueryParam
-
getEndPoint
-
setEndPoint
-
getMethod
-
setMethod
-
getParams
-
setParams
-
getBody
-
setBody
-
getTimeout
-
setTimeout
-
hasTimeout
public boolean hasTimeout() -
getCharset
-
setCharset
-