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