open class Response
Http response.
User: Kirill, Date: 23.08.13 15:20
Response(stream: InputStream!, responseCode: Int, contentEncoding: String!, contentType: String!) |
open fun getContentEncoding(): String! |
|
open fun getContentType(): String! |
|
open fun getResponseCode(): Int |
|
open fun getStream(): InputStream! |
|
open fun toBytes(): ByteArray! |
|
open fun toText(): String! |