Uses of Interface
top.focess.qq.api.net.Client
-
Packages that use Client Package Description top.focess.qq.api.net top.focess.qq.core.net -
-
Uses of Client in top.focess.qq.api.net
Methods in top.focess.qq.api.net that return Client Modifier and Type Method Description default @Nullable ClientServerMultiReceiver. getClient(String name)@Nullable ClientServerReceiver. getClient(String name)Get the client by given nameMethods in top.focess.qq.api.net that return types with arguments of type Client Modifier and Type Method Description List<Client>ServerMultiReceiver. getClients(String name)Get the list of the clients with given name -
Uses of Client in top.focess.qq.core.net
Classes in top.focess.qq.core.net that implement Client Modifier and Type Class Description classSimpleClientMethods in top.focess.qq.core.net that return Client Modifier and Type Method Description @Nullable ClientFocessReceiver. getClient(String name)@Nullable ClientFocessSidedReceiver. getClient(String name)@Nullable ClientFocessUDPReceiver. getClient(String name)Methods in top.focess.qq.core.net that return types with arguments of type Client Modifier and Type Method Description List<Client>FocessUDPMultiReceiver. getClients(String name)
-