Package org.brightify.hyperdrive.krpc.protocol
Types
DefaultRPCInterceptorRegistry
Link copied to clipboard
class DefaultRPCInterceptorRegistry(initialIncomingInterceptors: List<RPCIncomingInterceptor>, initialOutgoingInterceptors: List<RPCOutgoingInterceptor>) : MutableRPCInterceptorRegistry
Content copied to clipboard
MutableRPCInterceptorRegistry
Link copied to clipboard
RPCImplementationRegistry
Link copied to clipboard
interface RPCImplementationRegistry
Content copied to clipboard
RPCIncomingInterceptor
Link copied to clipboard
interface RPCIncomingInterceptor
Content copied to clipboard
RPCInterceptor
Link copied to clipboard
interface RPCInterceptor : RPCIncomingInterceptor, RPCOutgoingInterceptor
Content copied to clipboard
RPCInterceptorRegistry
Link copied to clipboard
interface RPCInterceptorRegistry
Content copied to clipboard
RPCOutgoingInterceptor
Link copied to clipboard
interface RPCOutgoingInterceptor
Content copied to clipboard
RPCProtocol
Link copied to clipboard
interface RPCProtocol
Content copied to clipboard
StreamTimeoutException
Link copied to clipboard
Functions
callImplementation
Link copied to clipboard
inline fun <T : RPC.Implementation> RPCImplementationRegistry.callImplementation(id: ServiceCallIdentifier): T
Content copied to clipboard