Uses of Interface
com.biglybt.net.udp.uc.PRUDPPrimordialHandler
-
Packages that use PRUDPPrimordialHandler Package Description com.biglybt.core.networkmanager.impl.udp com.biglybt.net.udp.uc com.biglybt.net.udp.uc.impl -
-
Uses of PRUDPPrimordialHandler in com.biglybt.core.networkmanager.impl.udp
Classes in com.biglybt.core.networkmanager.impl.udp that implement PRUDPPrimordialHandler Modifier and Type Class Description class
NetworkGlueUDP
-
Uses of PRUDPPrimordialHandler in com.biglybt.net.udp.uc
Methods in com.biglybt.net.udp.uc with parameters of type PRUDPPrimordialHandler Modifier and Type Method Description void
PRUDPPacketHandler. addPrimordialHandler(PRUDPPrimordialHandler handler)
void
PRUDPPacketHandler. removePrimordialHandler(PRUDPPrimordialHandler handler)
-
Uses of PRUDPPrimordialHandler in com.biglybt.net.udp.uc.impl
Fields in com.biglybt.net.udp.uc.impl with type parameters of type PRUDPPrimordialHandler Modifier and Type Field Description private CopyOnWriteList<PRUDPPrimordialHandler>
PRUDPPacketHandlerImpl. primordial_handlers
Methods in com.biglybt.net.udp.uc.impl with parameters of type PRUDPPrimordialHandler Modifier and Type Method Description void
PRUDPPacketHandlerImpl. addPrimordialHandler(PRUDPPrimordialHandler handler)
void
PRUDPPacketHandlerSocks. addPrimordialHandler(PRUDPPrimordialHandler handler)
void
PRUDPPacketHandlerImpl. removePrimordialHandler(PRUDPPrimordialHandler handler)
void
PRUDPPacketHandlerSocks. removePrimordialHandler(PRUDPPrimordialHandler handler)
-