Uses of Interface
com.biglybt.core.peermanager.utils.OutgoingBTPieceMessageHandlerAdapter
Packages that use OutgoingBTPieceMessageHandlerAdapter
-
Uses of OutgoingBTPieceMessageHandlerAdapter in com.biglybt.core.peermanager.utils
Fields in com.biglybt.core.peermanager.utils declared as OutgoingBTPieceMessageHandlerAdapterModifier and TypeFieldDescription(package private) final OutgoingBTPieceMessageHandlerAdapter
OutgoingBTPieceMessageHandler.adapter
Constructors in com.biglybt.core.peermanager.utils with parameters of type OutgoingBTPieceMessageHandlerAdapterModifierConstructorDescriptionOutgoingBTPieceMessageHandler
(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.