Closeable
expect interface Closeable
Functions
abstract fun close(): Unit |
Inheritors
interface CookiesStorage : Closeable Storage for Cookie. |
|
class HttpClient : CoroutineScope, Closeable Asynchronous client to perform HTTP requests. |
|
interface HttpClientEngine : CoroutineScope, Closeable Base interface use to define engines for HttpClient. |
|
class HttpCookies : Closeable HttpClient feature that handles sent |
|
abstract class HttpMessage : Closeable Represents a base HTTP message type for request and response |
|
class Default ktor fixed size dispatcher for doing non-blocking I/O operations and selection |
|
expect interface Input : Closeable Usually shouldn’t be implemented directly. Inherit AbstractInput instead. |
|
expect interface Output : Appendable, Closeable This shouldn’t be implemented directly. Inherit AbstractOutput instead. |