Uses of Interface
com.biglybt.core.peermanager.utils.OutgoingBTPieceMessageHandlerAdapter
-
Packages that use OutgoingBTPieceMessageHandlerAdapter Package Description com.biglybt.core.peermanager.utils -
-
Uses of OutgoingBTPieceMessageHandlerAdapter in com.biglybt.core.peermanager.utils
Fields in com.biglybt.core.peermanager.utils declared as OutgoingBTPieceMessageHandlerAdapter Modifier and Type Field Description (package private) OutgoingBTPieceMessageHandlerAdapter
OutgoingBTPieceMessageHandler. adapter
Constructors in com.biglybt.core.peermanager.utils with parameters of type OutgoingBTPieceMessageHandlerAdapter Constructor Description 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.
-