-
- All Implemented Interfaces:
-
java.io.Closeable
,java.lang.AutoCloseable
public abstract class TdsHttp.ResponseBody implements Closeable
-
-
Method Summary
Modifier and Type Method Description abstract String
contentType()
long
contentLength()
abstract InputStream
byteStream()
final String
string()
void
close()
static TdsHttp.ResponseBody
create(HttpURLConnection connection)
-
-
Method Detail
-
contentType
abstract String contentType()
-
contentLength
long contentLength()
-
byteStream
abstract InputStream byteStream()
-
close
void close()
-
create
static TdsHttp.ResponseBody create(HttpURLConnection connection)
-
-
-
-