Не подтверждена Коммит d4e1a7ca создал по автору Sergey Mashkov's avatar Sergey Mashkov
Просмотр файлов

Strengthen deprecations (update binary compatibility dump)

владелец 09145098
......@@ -33,7 +33,7 @@ public final class io/ktor/client/engine/android/AndroidHttpResponse : io/ktor/c
public fun getCall ()Lio/ktor/client/call/HttpClientCall;
public fun getContent ()Lkotlinx/coroutines/io/ByteReadChannel;
public fun getCoroutineContext ()Lkotlin/coroutines/CoroutineContext;
public fun getExecutionContext ()Lkotlinx/coroutines/Job;
public synthetic fun getExecutionContext ()Lkotlinx/coroutines/Job;
public fun getHeaders ()Lio/ktor/http/Headers;
public fun getRequestTime ()Lio/ktor/util/date/GMTDate;
public fun getResponseTime ()Lio/ktor/util/date/GMTDate;
......
......@@ -143,11 +143,11 @@ public abstract interface class io/ktor/client/engine/HttpClientEngine : java/io
public class io/ktor/client/engine/HttpClientEngineConfig {
public fun <init> ()V
public final fun getDispatcher ()Lkotlinx/coroutines/CoroutineDispatcher;
public final synthetic fun getDispatcher ()Lkotlinx/coroutines/CoroutineDispatcher;
public final fun getPipelining ()Z
public final fun getResponse ()Lio/ktor/client/response/HttpResponseConfig;
public final fun getThreadsCount ()I
public final fun setDispatcher (Lkotlinx/coroutines/CoroutineDispatcher;)V
public final synthetic fun setDispatcher (Lkotlinx/coroutines/CoroutineDispatcher;)V
public final fun setPipelining (Z)V
public final fun setThreadsCount (I)V
}
......@@ -455,7 +455,7 @@ public class io/ktor/client/request/DefaultHttpRequest : io/ktor/client/request/
public fun getCall ()Lio/ktor/client/call/HttpClientCall;
public fun getContent ()Lio/ktor/http/content/OutgoingContent;
public fun getCoroutineContext ()Lkotlin/coroutines/CoroutineContext;
public fun getExecutionContext ()Lkotlinx/coroutines/Job;
public synthetic fun getExecutionContext ()Lkotlinx/coroutines/Job;
public fun getHeaders ()Lio/ktor/http/Headers;
public fun getMethod ()Lio/ktor/http/HttpMethod;
public fun getUrl ()Lio/ktor/http/Url;
......@@ -466,14 +466,14 @@ public abstract interface class io/ktor/client/request/HttpRequest : io/ktor/htt
public abstract fun getCall ()Lio/ktor/client/call/HttpClientCall;
public abstract fun getContent ()Lio/ktor/http/content/OutgoingContent;
public abstract fun getCoroutineContext ()Lkotlin/coroutines/CoroutineContext;
public abstract fun getExecutionContext ()Lkotlinx/coroutines/Job;
public abstract synthetic fun getExecutionContext ()Lkotlinx/coroutines/Job;
public abstract fun getMethod ()Lio/ktor/http/HttpMethod;
public abstract fun getUrl ()Lio/ktor/http/Url;
}
public final class io/ktor/client/request/HttpRequest$DefaultImpls {
public static fun getCoroutineContext (Lio/ktor/client/request/HttpRequest;)Lkotlin/coroutines/CoroutineContext;
public static fun getExecutionContext (Lio/ktor/client/request/HttpRequest;)Lkotlinx/coroutines/Job;
public static synthetic fun getExecutionContext (Lio/ktor/client/request/HttpRequest;)Lkotlinx/coroutines/Job;
}
public final class io/ktor/client/request/HttpRequestBuilder : io/ktor/http/HttpMessageBuilder {
......@@ -616,7 +616,7 @@ public abstract interface class io/ktor/client/response/HttpResponse : io/ktor/h
public abstract fun close ()V
public abstract fun getCall ()Lio/ktor/client/call/HttpClientCall;
public abstract fun getContent ()Lkotlinx/coroutines/io/ByteReadChannel;
public abstract fun getExecutionContext ()Lkotlinx/coroutines/Job;
public abstract synthetic fun getExecutionContext ()Lkotlinx/coroutines/Job;
public abstract fun getRequestTime ()Lio/ktor/util/date/GMTDate;
public abstract fun getResponseTime ()Lio/ktor/util/date/GMTDate;
public abstract fun getStatus ()Lio/ktor/http/HttpStatusCode;
......@@ -625,7 +625,7 @@ public abstract interface class io/ktor/client/response/HttpResponse : io/ktor/h
public final class io/ktor/client/response/HttpResponse$DefaultImpls {
public static fun close (Lio/ktor/client/response/HttpResponse;)V
public static fun getExecutionContext (Lio/ktor/client/response/HttpResponse;)Lkotlinx/coroutines/Job;
public static synthetic fun getExecutionContext (Lio/ktor/client/response/HttpResponse;)Lkotlinx/coroutines/Job;
}
public class io/ktor/client/response/HttpResponseConfig {
......
......@@ -30,7 +30,7 @@ public final class io/ktor/client/engine/mock/MockHttpRequest : io/ktor/client/r
public fun getCall ()Lio/ktor/client/call/HttpClientCall;
public fun getContent ()Lio/ktor/http/content/OutgoingContent;
public fun getCoroutineContext ()Lkotlin/coroutines/CoroutineContext;
public fun getExecutionContext ()Lkotlinx/coroutines/Job;
public synthetic fun getExecutionContext ()Lkotlinx/coroutines/Job;
public fun getHeaders ()Lio/ktor/http/Headers;
public fun getMethod ()Lio/ktor/http/HttpMethod;
public fun getUrl ()Lio/ktor/http/Url;
......@@ -57,7 +57,7 @@ public final class io/ktor/client/engine/mock/MockHttpResponse : io/ktor/client/
public fun getCall ()Lio/ktor/client/call/HttpClientCall;
public fun getContent ()Lkotlinx/coroutines/io/ByteReadChannel;
public fun getCoroutineContext ()Lkotlin/coroutines/CoroutineContext;
public fun getExecutionContext ()Lkotlinx/coroutines/Job;
public synthetic fun getExecutionContext ()Lkotlinx/coroutines/Job;
public fun getHeaders ()Lio/ktor/http/Headers;
public fun getRequestTime ()Lio/ktor/util/date/GMTDate;
public fun getResponseTime ()Lio/ktor/util/date/GMTDate;
......
......@@ -53,7 +53,7 @@ public final class io/ktor/client/features/websocket/WebSocketResponse : io/ktor
public fun getCall ()Lio/ktor/client/call/HttpClientCall;
public fun getContent ()Lkotlinx/coroutines/io/ByteReadChannel;
public fun getCoroutineContext ()Lkotlin/coroutines/CoroutineContext;
public fun getExecutionContext ()Lkotlinx/coroutines/Job;
public synthetic fun getExecutionContext ()Lkotlinx/coroutines/Job;
public fun getHeaders ()Lio/ktor/http/Headers;
public fun getRequestTime ()Lio/ktor/util/date/GMTDate;
public fun getResponseTime ()Lio/ktor/util/date/GMTDate;
......
......@@ -137,7 +137,6 @@ public final class io/ktor/http/cio/PipelineKt {
public static final fun getRequestHandlerCoroutine ()Lkotlinx/coroutines/CoroutineName;
public static final fun lastHttpRequest (ZLio/ktor/http/cio/ConnectionOptions;)Z
public static final fun startConnectionPipeline (Lkotlinx/coroutines/CoroutineScope;Lkotlinx/coroutines/io/ByteReadChannel;Lkotlinx/coroutines/io/ByteWriteChannel;Lio/ktor/http/cio/internals/WeakTimeoutQueue;Lkotlin/jvm/functions/Function6;)Lkotlinx/coroutines/Job;
public static final fun startConnectionPipeline (Lkotlinx/coroutines/io/ByteReadChannel;Lkotlinx/coroutines/io/ByteWriteChannel;Lkotlin/coroutines/CoroutineContext;Lkotlin/coroutines/CoroutineContext;Lkotlin/coroutines/CoroutineContext;Lio/ktor/http/cio/internals/WeakTimeoutQueue;Lkotlin/jvm/functions/Function6;)Lkotlinx/coroutines/Job;
}
public final class io/ktor/http/cio/Request : io/ktor/http/cio/HttpMessage {
......@@ -383,7 +382,7 @@ public final class io/ktor/http/cio/websocket/FrameType$Companion {
public final class io/ktor/http/cio/websocket/PingPongKt {
public static final fun pinger (Lkotlinx/coroutines/CoroutineScope;Lkotlinx/coroutines/channels/SendChannel;JJLkotlinx/io/pool/ObjectPool;)Lkotlinx/coroutines/channels/SendChannel;
public static synthetic fun pinger$default (Lkotlinx/coroutines/CoroutineScope;Lkotlinx/coroutines/channels/SendChannel;JJLkotlinx/io/pool/ObjectPool;ILjava/lang/Object;)Lkotlinx/coroutines/channels/SendChannel;
public static final fun ponger (Lio/ktor/http/cio/websocket/WebSocketSession;Lkotlinx/io/pool/ObjectPool;)Lkotlinx/coroutines/channels/SendChannel;
public static final synthetic fun ponger (Lio/ktor/http/cio/websocket/WebSocketSession;Lkotlinx/io/pool/ObjectPool;)Lkotlinx/coroutines/channels/SendChannel;
public static final fun ponger (Lkotlinx/coroutines/CoroutineScope;Lkotlinx/coroutines/channels/SendChannel;Lkotlinx/io/pool/ObjectPool;)Lkotlinx/coroutines/channels/SendChannel;
public static synthetic fun ponger$default (Lio/ktor/http/cio/websocket/WebSocketSession;Lkotlinx/io/pool/ObjectPool;ILjava/lang/Object;)Lkotlinx/coroutines/channels/SendChannel;
public static synthetic fun ponger$default (Lkotlinx/coroutines/CoroutineScope;Lkotlinx/coroutines/channels/SendChannel;Lkotlinx/io/pool/ObjectPool;ILjava/lang/Object;)Lkotlinx/coroutines/channels/SendChannel;
......
......@@ -4,8 +4,6 @@ public final class io/ktor/http/ApplicationResponsePropertiesJvmKt {
}
public final class io/ktor/http/ApplicationResponsePropertiesKt {
public static final fun contentLength (Lio/ktor/http/HeadersBuilder;J)V
public static final fun contentType (Lio/ktor/http/HeadersBuilder;Lio/ktor/http/ContentType;)V
public static final fun etag (Lio/ktor/http/HeadersBuilder;Ljava/lang/String;)V
}
......
public final class io/ktor/pipeline/CompatibilityKt {
public static final fun execute (Lio/ktor/util/pipeline/Pipeline;Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class io/ktor/util/AlwaysFailNonceManager : io/ktor/util/NonceManager {
public static final field INSTANCE Lio/ktor/util/AlwaysFailNonceManager;
public fun newNonce (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
......
Поддерживает Markdown
0% или .
You are about to add 0 people to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Пожалуйста, зарегистрируйтесь или чтобы прокомментировать