Package-level declarations

Types

Link copied to clipboard
@Singleton
class BootstrapFactory @Inject constructor(alloc: ByteBufAllocator)
Link copied to clipboard
object NetworkModule : AbstractModule
Link copied to clipboard
data class Transport(val ioHandlerFactory: IoHandlerFactory, val socketChannel: KClass<out Channel>, val serverSocketChannel: KClass<out ServerChannel>)
Link copied to clipboard
class TransportProvider : Provider<Transport>

Functions

Link copied to clipboard
Link copied to clipboard
suspend fun <V> Future<V>.awaitSuspend(): V