-
- All Implemented Interfaces:
-
java.io.Closeable,java.lang.AutoCloseable
public abstract class TdsHttp.ResponseBody implements Closeable
-
-
Method Summary
Modifier and Type Method Description abstract StringcontentType()longcontentLength()abstract InputStreambyteStream()final Stringstring()voidclose()static TdsHttp.ResponseBodycreate(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)
-
-
-
-