Uses of Interface
com.biglybt.core.networkmanager.OutgoingMessageQueue
Packages that use OutgoingMessageQueue
Package
Description
-
Uses of OutgoingMessageQueue in com.biglybt.core.networkmanager
Methods in com.biglybt.core.networkmanager that return OutgoingMessageQueueModifier and TypeMethodDescriptionNetworkConnectionBase.getOutgoingMessageQueue()
Get the connection's outgoing message queue. -
Uses of OutgoingMessageQueue in com.biglybt.core.networkmanager.impl
Classes in com.biglybt.core.networkmanager.impl that implement OutgoingMessageQueueModifier and TypeClassDescriptionclass
Priority-based outbound peer message queue.Methods in com.biglybt.core.networkmanager.impl that return OutgoingMessageQueue -
Uses of OutgoingMessageQueue in com.biglybt.core.peermanager.utils
Fields in com.biglybt.core.peermanager.utils declared as OutgoingMessageQueueModifier and TypeFieldDescriptionprivate final OutgoingMessageQueue
OutgoingBTHaveMessageAggregator.outgoing_message_q
private final OutgoingMessageQueue
OutgoingBTPieceMessageHandler.outgoing_message_queue
Constructors in com.biglybt.core.peermanager.utils with parameters of type OutgoingMessageQueueModifierConstructorDescriptionOutgoingBTHaveMessageAggregator
(OutgoingMessageQueue outgoing_message_q, byte _bt_have_version, byte _az_have_version) Create a new aggregator, which will send messages out the given queue.OutgoingBTPieceMessageHandler
(PEPeer _peer, OutgoingMessageQueue _outgoing_message_q, OutgoingBTPieceMessageHandlerAdapter _adapter, byte _piece_version) Create a new handler for outbound piece messages, reading piece data from the given disk manager and transmitting the messages out the given message queue. -
Uses of OutgoingMessageQueue in com.biglybt.pifimpl.local.network
Fields in com.biglybt.pifimpl.local.network declared as OutgoingMessageQueueModifier and TypeFieldDescriptionprivate final OutgoingMessageQueue
OutgoingMessageQueueImpl.core_queue
Constructors in com.biglybt.pifimpl.local.network with parameters of type OutgoingMessageQueueModifierConstructorDescriptionprotected
OutgoingMessageQueueImpl
(OutgoingMessageQueue core_queue) -
Uses of OutgoingMessageQueue in com.biglybt.pifimpl.local.peers
Classes in com.biglybt.pifimpl.local.peers that implement OutgoingMessageQueueFields in com.biglybt.pifimpl.local.peers declared as OutgoingMessageQueueModifier and TypeFieldDescriptionprivate OutgoingMessageQueue
PeerForeignNetworkConnection.outgoing_message_queue
Methods in com.biglybt.pifimpl.local.peers that return OutgoingMessageQueue