class HttpUrlTransport : Transport
Provides HTTP/HTTPS network layer for server api.
User: Kirill, Date: 13.09.13 13:35
HttpUrlTransport() HttpUrlTransport(isConnectionClose: Boolean) |
fun closeConnection(): Unit |
|
fun getConnectTimeout(): Int |
|
fun getReadTimeout(): Int |
|
fun invoke(httpMethod: HttpMethod, uri: String, authentication: String?, eTag: String?, mimeType: String, body: Any?, acceptLanguage: Locale?): Response |
|
fun setConnectTimeout(connectTimeout: Int): Unit |
|
fun setReadTimeout(readTimeout: Int): Unit |