|
| 1 | +public final class kotlinx/rpc/grpc/GrpcClient : kotlinx/rpc/RpcClient { |
| 2 | + public fun call (Lkotlinx/rpc/RpcCall;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; |
| 3 | + public fun callAsync (Lkotlinx/coroutines/CoroutineScope;Lkotlinx/rpc/RpcCall;)Lkotlinx/coroutines/Deferred; |
| 4 | + public fun getCoroutineContext ()Lkotlin/coroutines/CoroutineContext; |
| 5 | + public fun provideStubContext (J)Lkotlin/coroutines/CoroutineContext; |
| 6 | +} |
| 7 | + |
| 8 | +public final class kotlinx/rpc/grpc/GrpcClientKt { |
| 9 | + public static final fun GrpcClient (Ljava/lang/String;ILkotlin/jvm/functions/Function1;)Lkotlinx/rpc/grpc/GrpcClient; |
| 10 | + public static final fun GrpcClient (Ljava/lang/String;Lkotlin/jvm/functions/Function1;)Lkotlinx/rpc/grpc/GrpcClient; |
| 11 | + public static synthetic fun GrpcClient$default (Ljava/lang/String;ILkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lkotlinx/rpc/grpc/GrpcClient; |
| 12 | + public static synthetic fun GrpcClient$default (Ljava/lang/String;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lkotlinx/rpc/grpc/GrpcClient; |
| 13 | +} |
| 14 | + |
| 15 | +public final class kotlinx/rpc/grpc/GrpcServer : kotlinx/rpc/RpcServer, kotlinx/rpc/grpc/Server { |
| 16 | + public fun awaitTermination-VtjQ1oo (JLkotlin/coroutines/Continuation;)Ljava/lang/Object; |
| 17 | + public fun getCoroutineContext ()Lkotlin/coroutines/CoroutineContext; |
| 18 | + public fun getPort ()I |
| 19 | + public fun isShutdown ()Z |
| 20 | + public fun isTerminated ()Z |
| 21 | + public fun registerService (Lkotlin/reflect/KClass;Lkotlin/jvm/functions/Function1;)V |
| 22 | + public fun shutdown ()Lkotlinx/rpc/grpc/GrpcServer; |
| 23 | + public synthetic fun shutdown ()Lkotlinx/rpc/grpc/Server; |
| 24 | + public fun shutdownNow ()Lkotlinx/rpc/grpc/GrpcServer; |
| 25 | + public synthetic fun shutdownNow ()Lkotlinx/rpc/grpc/Server; |
| 26 | + public fun start ()Lkotlinx/rpc/grpc/GrpcServer; |
| 27 | + public synthetic fun start ()Lkotlinx/rpc/grpc/Server; |
| 28 | +} |
| 29 | + |
| 30 | +public final class kotlinx/rpc/grpc/GrpcServerKt { |
| 31 | + public static final fun GrpcServer (ILkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;)Lkotlinx/rpc/grpc/GrpcServer; |
| 32 | + public static synthetic fun GrpcServer$default (ILkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lkotlinx/rpc/grpc/GrpcServer; |
| 33 | +} |
| 34 | + |
| 35 | +public abstract interface class kotlinx/rpc/grpc/ManagedChannel { |
| 36 | + public abstract fun awaitTermination-VtjQ1oo (JLkotlin/coroutines/Continuation;)Ljava/lang/Object; |
| 37 | + public abstract fun getPlatformApi ()Lio/grpc/ManagedChannel; |
| 38 | + public abstract fun isShutdown ()Z |
| 39 | + public abstract fun isTerminated ()Z |
| 40 | + public abstract fun shutdown ()Lkotlinx/rpc/grpc/ManagedChannel; |
| 41 | + public abstract fun shutdownNow ()Lkotlinx/rpc/grpc/ManagedChannel; |
| 42 | +} |
| 43 | + |
| 44 | +public final class kotlinx/rpc/grpc/ManagedChannel_jvmKt { |
| 45 | + public static final fun ManagedChannelBuilder (Ljava/lang/String;)Lio/grpc/ManagedChannelBuilder; |
| 46 | + public static final fun ManagedChannelBuilder (Ljava/lang/String;I)Lio/grpc/ManagedChannelBuilder; |
| 47 | + public static final fun buildChannel (Lio/grpc/ManagedChannelBuilder;)Lkotlinx/rpc/grpc/ManagedChannel; |
| 48 | + public static final fun toKotlin (Lio/grpc/ManagedChannel;)Lkotlinx/rpc/grpc/ManagedChannel; |
| 49 | +} |
| 50 | + |
| 51 | +public abstract interface class kotlinx/rpc/grpc/Server { |
| 52 | + public abstract fun awaitTermination-VtjQ1oo (JLkotlin/coroutines/Continuation;)Ljava/lang/Object; |
| 53 | + public abstract fun getPort ()I |
| 54 | + public abstract fun isShutdown ()Z |
| 55 | + public abstract fun isTerminated ()Z |
| 56 | + public abstract fun shutdown ()Lkotlinx/rpc/grpc/Server; |
| 57 | + public abstract fun shutdownNow ()Lkotlinx/rpc/grpc/Server; |
| 58 | + public abstract fun start ()Lkotlinx/rpc/grpc/Server; |
| 59 | +} |
| 60 | + |
| 61 | +public final class kotlinx/rpc/grpc/Server$DefaultImpls { |
| 62 | + public static synthetic fun awaitTermination-VtjQ1oo$default (Lkotlinx/rpc/grpc/Server;JLkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object; |
| 63 | +} |
| 64 | + |
| 65 | +public abstract interface class kotlinx/rpc/grpc/Status { |
| 66 | + public abstract fun getCause ()Ljava/lang/Throwable; |
| 67 | + public abstract fun getCode ()Lkotlinx/rpc/grpc/Status$Code; |
| 68 | + public abstract fun getDescription ()Ljava/lang/String; |
| 69 | +} |
| 70 | + |
| 71 | +public final class kotlinx/rpc/grpc/Status$Code : java/lang/Enum { |
| 72 | + public static final field ABORTED Lkotlinx/rpc/grpc/Status$Code; |
| 73 | + public static final field ALREADY_EXISTS Lkotlinx/rpc/grpc/Status$Code; |
| 74 | + public static final field CANCELLED Lkotlinx/rpc/grpc/Status$Code; |
| 75 | + public static final field DATA_LOSS Lkotlinx/rpc/grpc/Status$Code; |
| 76 | + public static final field DEADLINE_EXCEEDED Lkotlinx/rpc/grpc/Status$Code; |
| 77 | + public static final field FAILED_PRECONDITION Lkotlinx/rpc/grpc/Status$Code; |
| 78 | + public static final field INTERNAL Lkotlinx/rpc/grpc/Status$Code; |
| 79 | + public static final field INVALID_ARGUMENT Lkotlinx/rpc/grpc/Status$Code; |
| 80 | + public static final field NOT_FOUND Lkotlinx/rpc/grpc/Status$Code; |
| 81 | + public static final field OK Lkotlinx/rpc/grpc/Status$Code; |
| 82 | + public static final field OUT_OF_RANGE Lkotlinx/rpc/grpc/Status$Code; |
| 83 | + public static final field PERMISSION_DENIED Lkotlinx/rpc/grpc/Status$Code; |
| 84 | + public static final field RESOURCE_EXHAUSTED Lkotlinx/rpc/grpc/Status$Code; |
| 85 | + public static final field UNAUTHENTICATED Lkotlinx/rpc/grpc/Status$Code; |
| 86 | + public static final field UNAVAILABLE Lkotlinx/rpc/grpc/Status$Code; |
| 87 | + public static final field UNIMPLEMENTED Lkotlinx/rpc/grpc/Status$Code; |
| 88 | + public static final field UNKNOWN Lkotlinx/rpc/grpc/Status$Code; |
| 89 | + public static fun getEntries ()Lkotlin/enums/EnumEntries; |
| 90 | + public final fun getValue ()I |
| 91 | + public final fun getValueAscii ()[B |
| 92 | + public static fun valueOf (Ljava/lang/String;)Lkotlinx/rpc/grpc/Status$Code; |
| 93 | + public static fun values ()[Lkotlinx/rpc/grpc/Status$Code; |
| 94 | +} |
| 95 | + |
| 96 | +public abstract interface class kotlinx/rpc/grpc/StatusRuntimeException { |
| 97 | + public abstract fun getStatus ()Lkotlinx/rpc/grpc/Status; |
| 98 | +} |
| 99 | + |
| 100 | +public final class kotlinx/rpc/grpc/StatusRuntimeException_jvmKt { |
| 101 | + public static final fun StatusRuntimeException (Lkotlinx/rpc/grpc/Status;)Lkotlinx/rpc/grpc/StatusRuntimeException; |
| 102 | + public static final fun toJvm (Lkotlinx/rpc/grpc/StatusRuntimeException;)Lio/grpc/StatusRuntimeException; |
| 103 | + public static final fun toKotlin (Lio/grpc/StatusRuntimeException;)Lkotlinx/rpc/grpc/StatusRuntimeException; |
| 104 | +} |
| 105 | + |
| 106 | +public abstract interface class kotlinx/rpc/grpc/descriptor/GrpcClientDelegate { |
| 107 | + public abstract fun call (Lkotlinx/rpc/RpcCall;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; |
| 108 | + public abstract fun callAsync (Lkotlinx/rpc/RpcCall;)Lkotlinx/coroutines/Deferred; |
| 109 | +} |
| 110 | + |
| 111 | +public abstract interface class kotlinx/rpc/grpc/descriptor/GrpcDelegate { |
| 112 | + public abstract fun clientProvider (Lkotlinx/rpc/grpc/ManagedChannel;)Lkotlinx/rpc/grpc/descriptor/GrpcClientDelegate; |
| 113 | + public abstract fun definitionFor (Ljava/lang/Object;)Lio/grpc/ServerServiceDefinition; |
| 114 | +} |
| 115 | + |
| 116 | +public abstract interface class kotlinx/rpc/grpc/descriptor/GrpcServiceDescriptor : kotlinx/rpc/descriptor/RpcServiceDescriptor { |
| 117 | + public abstract fun getDelegate ()Lkotlinx/rpc/grpc/descriptor/GrpcDelegate; |
| 118 | +} |
| 119 | + |
0 commit comments