You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rsocket-transports/ktor-tcp/api/rsocket-transport-ktor-tcp.api
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,7 @@ public final class io/rsocket/kotlin/transport/ktor/tcp/KtorTcpClientTransport$F
8
8
}
9
9
10
10
public abstract interface class io/rsocket/kotlin/transport/ktor/tcp/KtorTcpClientTransportBuilder : io/rsocket/kotlin/transport/RSocketTransportBuilder {
11
-
public abstract fun dispatcher (Lkotlin/coroutines/CoroutineContext;)V
12
-
public fun inheritDispatcher ()V
13
11
public abstract fun selectorManager (Lio/ktor/network/selector/SelectorManager;Z)V
14
-
public abstract fun selectorManagerDispatcher (Lkotlin/coroutines/CoroutineContext;)V
15
12
public abstract fun socketOptions (Lkotlin/jvm/functions/Function1;)V
16
13
}
17
14
@@ -31,10 +28,7 @@ public final class io/rsocket/kotlin/transport/ktor/tcp/KtorTcpServerTransport$F
31
28
}
32
29
33
30
public abstract interface class io/rsocket/kotlin/transport/ktor/tcp/KtorTcpServerTransportBuilder : io/rsocket/kotlin/transport/RSocketTransportBuilder {
34
-
public abstract fun dispatcher (Lkotlin/coroutines/CoroutineContext;)V
35
-
public fun inheritDispatcher ()V
36
31
public abstract fun selectorManager (Lio/ktor/network/selector/SelectorManager;Z)V
37
-
public abstract fun selectorManagerDispatcher (Lkotlin/coroutines/CoroutineContext;)V
38
32
public abstract fun socketOptions (Lkotlin/jvm/functions/Function1;)V
Copy file name to clipboardExpand all lines: rsocket-transports/ktor-tcp/src/commonMain/kotlin/io/rsocket/kotlin/transport/ktor/tcp/KtorTcpClientTransport.kt
0 commit comments