Uses of Interface
com.biglybt.pif.network.IncomingMessageQueue
-
Packages that use IncomingMessageQueue Package Description com.biglybt.pif.network com.biglybt.pifimpl.local.network com.biglybt.plugin.extseed -
-
Uses of IncomingMessageQueue in com.biglybt.pif.network
Methods in com.biglybt.pif.network that return IncomingMessageQueue Modifier and Type Method Description IncomingMessageQueue
Connection. getIncomingMessageQueue()
Get the connection's incoming message queue. -
Uses of IncomingMessageQueue in com.biglybt.pifimpl.local.network
Classes in com.biglybt.pifimpl.local.network that implement IncomingMessageQueue Modifier and Type Class Description class
IncomingMessageQueueImpl
Methods in com.biglybt.pifimpl.local.network that return IncomingMessageQueue Modifier and Type Method Description IncomingMessageQueue
ConnectionImpl. getIncomingMessageQueue()
-
Uses of IncomingMessageQueue in com.biglybt.plugin.extseed
Fields in com.biglybt.plugin.extseed declared as IncomingMessageQueue Modifier and Type Field Description private IncomingMessageQueue
ExternalSeedPeer.ESConnection. in_q
Methods in com.biglybt.plugin.extseed that return IncomingMessageQueue Modifier and Type Method Description IncomingMessageQueue
ExternalSeedPeer.ESConnection. getIncomingMessageQueue()
-