Searched refs:getBodyContentType (Results 1 – 4 of 4) sorted by relevance
76 return getBodyContentType(); in getPostBodyContentType()88 public String getBodyContentType() { in getBodyContentType() method in JsonRequest
115 postRequest.addHeader(HEADER_CONTENT_TYPE, request.getBodyContentType()); in createHttpRequest()121 putRequest.addHeader(HEADER_CONTENT_TYPE, request.getBodyContentType()); in createHttpRequest()
226 connection.addRequestProperty(HEADER_CONTENT_TYPE, request.getBodyContentType()); in addBodyIfExists()
330 return getBodyContentType(); in getPostBodyContentType()380 public String getBodyContentType() { in getBodyContentType() method in Request