Uses of Class
io.github.lunasaw.zlm.entity.TcpLink
Packages that use TcpLink
-
Uses of TcpLink in io.github.lunasaw.zlm.api
Methods in io.github.lunasaw.zlm.api that return types with arguments of type TcpLinkModifier and TypeMethodDescriptionstatic ServerResponse<List<TcpLink>>
ZlmRestService.getAllSession
(String host, String secret, String localPort, String peerIp) 获取所有TcpSession列表(获取所有tcp客户端相关信息)static ServerResponse<List<TcpLink>>
获取Session列表 -
Uses of TcpLink in io.github.lunasaw.zlm.api.controller
Methods in io.github.lunasaw.zlm.api.controller that return types with arguments of type TcpLinkModifier and TypeMethodDescriptionZlmApiController.getAllSession
(String localPort, String peerIp) 获取所有TcpSession列表