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:
parent
0da75d31b9
commit
71fb5585fe
@ -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].
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user