Searched defs:ResponseBody (Results 1 - 1 of 1) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DResponseBody.java30 public abstract class ResponseBody implements Closeable { class in inherits:Closeable
99 public static ResponseBody create(MediaType contentType, String content) {
113 public static ResponseBody create(final MediaType contentType, byte[] content) {
119 public static ResponseBody create(
122 return new ResponseBody() {

Completed in 92 milliseconds