1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-04-25 13:03:35 +08:00

Update docs for NetworkHandler

This commit is contained in:
Him188 2022-05-08 09:56:27 +01:00
parent 0da75d31b9
commit 71fb5585fe

View File

@ -26,9 +26,9 @@ import net.mamoe.mirai.internal.network.protocol.packet.OutgoingPacketWithRespTy
import net.mamoe.mirai.utils.MiraiLogger
/**
* Basic interface available to application. Usually wrapped with [SelectorNetworkHandler].
* Coroutine-based network framework. Usually wrapped with [SelectorNetworkHandler] to enable retrying.
*
* Implementation is usually subclass of [NetworkHandlerSupport].
* Implementation is typically subclass of [NetworkHandlerSupport].
*
* Instances are often created by [NetworkHandlerFactory].
*