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