CogRPCClient

open class CogRPCClient

Types

Link copied to clipboard
object Builder
Link copied to clipboard
class CCARefusedException : CogRPCClient.CogRPCException
Link copied to clipboard
open class CogRPCException(throwable: Throwable? = null, message: String? = null) : Exception
Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun close()
Link copied to clipboard
fun collectCargo(cca: () -> InputStream): Flow<InputStream>
Link copied to clipboard
fun deliverCargo(cargoes: Iterable<CargoDeliveryRequest>): Flow<String>

Properties

Link copied to clipboard
val channelBuilderProvider: ChannelBuilderProvider<*>
Link copied to clipboard
val requireTls: Boolean