public class PacketSlicer implements MulticastListener
数据包分片协议
| 限定符和类型 | 字段和说明 |
|---|---|
static org.mechdancer.remote.modules.multicast.PacketSlicer.Companion |
Companion
已过时。
|
static byte |
LAST |
| 构造器和说明 |
|---|
PacketSlicer()
数据包分片协议
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.Set<org.mechdancer.remote.resources.UdpCmd> |
getInterest() |
void |
process(RemotePacket remotePacket) |
void |
refresh(int timeout)
清理缓冲中最后活跃时间超过 timeoutms 的数据包
|
boolean |
sync(org.mechdancer.dependency.Component dependency) |
getInterest, processpublic static byte LAST
public static org.mechdancer.remote.modules.multicast.PacketSlicer.Companion Companion
public boolean sync(org.mechdancer.dependency.Component dependency)
public java.util.Set<org.mechdancer.remote.resources.UdpCmd> getInterest()
public void process(RemotePacket remotePacket)
public void refresh(int timeout)
清理缓冲中最后活跃时间超过 timeoutms 的数据包