We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77f88ae commit 8d1d341Copy full SHA for 8d1d341
rsocket-transports/netty-internal/api/rsocket-transport-netty-internal.api
@@ -7,6 +7,7 @@ public final class io/rsocket/kotlin/transport/netty/internal/CoroutinesKt {
7
public final class io/rsocket/kotlin/transport/netty/internal/IoKt {
8
public static final fun toBuffer (Lio/netty/buffer/ByteBuf;)Lkotlinx/io/Buffer;
9
public static final fun toByteBuf (Lkotlinx/io/Buffer;Lio/netty/buffer/ByteBufAllocator;)Lio/netty/buffer/ByteBuf;
10
+ public static final fun writeAndFlushBuffer (Lio/netty/channel/Channel;Lkotlinx/io/Buffer;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
11
public static final fun writeBuffer (Lio/netty/channel/Channel;Lkotlinx/io/Buffer;)V
12
}
13
0 commit comments