Package org.brightify.hyperdrive.krpc.protocol

Types

DefaultRPCImplementationRegistry
Link copied to clipboard
class DefaultRPCImplementationRegistry(payloadSerializer: PayloadSerializer, serviceRegistry: ServiceRegistry) : RPCImplementationRegistry
InterceptorEnabledRPCTransport
Link copied to clipboard
class InterceptorEnabledRPCTransport(transport: RPCTransport, interceptor: RPCOutgoingInterceptor) : RPCTransport
InterceptorEnabledServiceRegistry
Link copied to clipboard
class InterceptorEnabledServiceRegistry(serviceRegistry: ServiceRegistry, interceptor: RPCIncomingInterceptor) : ServiceRegistry
ProtocolUpgradeService
Link copied to clipboard
interface ProtocolUpgradeService