Package org.brightify.hyperdrive.krpc.protocol

Types

DefaultRPCInterceptorRegistry
Link copied to clipboard
common
class DefaultRPCInterceptorRegistry(initialIncomingInterceptors: List<RPCIncomingInterceptor>, initialOutgoingInterceptors: List<RPCOutgoingInterceptor>) : MutableRPCInterceptorRegistry
MutableRPCInterceptorRegistry
Link copied to clipboard
common
interface MutableRPCInterceptorRegistry : RPCInterceptorRegistry
RPC
Link copied to clipboard
common
interface RPC
RPCImplementationRegistry
Link copied to clipboard
common
interface RPCImplementationRegistry
RPCIncomingInterceptor
Link copied to clipboard
common
interface RPCIncomingInterceptor
RPCInterceptor
Link copied to clipboard
common
interface RPCInterceptor : RPCIncomingInterceptor, RPCOutgoingInterceptor
RPCInterceptorRegistry
Link copied to clipboard
common
interface RPCInterceptorRegistry
RPCOutgoingInterceptor
Link copied to clipboard
common
interface RPCOutgoingInterceptor
RPCProtocol
Link copied to clipboard
common
interface RPCProtocol
StreamTimeoutException
Link copied to clipboard
common
class StreamTimeoutException(timeoutMillis: Long) : Exception

Functions

callImplementation
Link copied to clipboard
common