Package org.brightify.hyperdrive.krpc.protocol
Types
DefaultRPCImplementationRegistry
Link copied to clipboard
class DefaultRPCImplementationRegistry(payloadSerializer: PayloadSerializer, serviceRegistry: ServiceRegistry) : RPCImplementationRegistry
Content copied to clipboard
InterceptorEnabledRPCTransport
Link copied to clipboard
class InterceptorEnabledRPCTransport(transport: RPCTransport, interceptor: RPCOutgoingInterceptor) : RPCTransport
Content copied to clipboard
InterceptorEnabledServiceRegistry
Link copied to clipboard
class InterceptorEnabledServiceRegistry(serviceRegistry: ServiceRegistry, interceptor: RPCIncomingInterceptor) : ServiceRegistry
Content copied to clipboard
ProtocolUpgradeService
Link copied to clipboard
interface ProtocolUpgradeService
Content copied to clipboard