//reikai-core/io.github.kerelape.reikai.io.network/Endpoint
Endpoint
[JVM]
interface Endpoint : Source
Endpoint.
Since
0.0.0
Functions
| Name | Summary |
|---|---|
| close | [JVM] abstract suspend fun close(): Entity Close the source. |
| dataize | [JVM] abstract suspend fun dataize(): ByteArray Representation of the object in bytes. |
| listen | [JVM] abstract suspend fun listen(): Source Listen for incoming connections. |
| open | [JVM] abstract suspend fun open(): Channel Open a channel on this source. |
Inheritors
| Name |
|---|
| TcpEndpoint |