@return the outgoing content type
()
| 162 | |
| 163 | /** @return the outgoing content type */ |
| 164 | public String responseContentType() { |
| 165 | return this.response_content_type; |
| 166 | } |
| 167 | |
| 168 | /** |
| 169 | * Parses one or more data points for storage |
no outgoing calls
no test coverage detected