//reikai-core/io.github.kerelape.reikai.io/Channel
Channel
[JVM]
interface Channel : Destination
Destination that can be closed.
Since
0.0.0
Functions
| Name | Summary |
|---|---|
| close | [JVM] abstract suspend fun close(): Source Close the channel. |
| dataize | [JVM] abstract suspend fun dataize(): ByteArray Representation of the object in bytes. |
| put | [JVM] abstract suspend fun put(data: Entity): Entity Put arbitrary data to the destination. |
Inheritors
| Name |
|---|
| TcpChannel |
| HttpChannel |