apidocs / com.srv4pos.server.api.infrastructure.http / Response

Response

open class Response

Http response.

User: Kirill, Date: 23.08.13 15:20

Constructors

<init>

Response(stream: InputStream!, responseCode: Int, contentEncoding: String!, contentType: String!)

Functions

getContentEncoding

open fun getContentEncoding(): String!

getContentType

open fun getContentType(): String!

getResponseCode

open fun getResponseCode(): Int

getStream

open fun getStream(): InputStream!

toBytes

open fun toBytes(): ByteArray!

toText

open fun toText(): String!