Package io.github.lunasaw.zlm.entity
Class TcpLink
java.lang.Object
io.github.lunasaw.zlm.entity.TcpLink
Class representing the input structure.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
该tcp链接唯一id -
localIp
本机网卡ip -
localPort
public int localPort本机端口号 (这是个rtmp播放器或推流器) -
peerIp
客户端ip -
peerPort
public int peerPort客户端端口号 -
typeId
客户端TCPSession typeid
-
-
Constructor Details
-
TcpLink
public TcpLink()
-