Uses of Interface
com.biglybt.pif.messaging.Message
Packages that use Message
Package
Description
-
Uses of Message in com.biglybt.pif.messaging
Methods in com.biglybt.pif.messaging that return MessageModifier and TypeMethodDescriptionMessage.create(ByteBuffer data) Create a new instance of this message by decoding the given byte serialization.Message[]MessageStreamDecoder.removeDecodedMessages()Get the messages decoded from the transport, if any, from the last decode op.Methods in com.biglybt.pif.messaging with parameters of type MessageModifier and TypeMethodDescriptionvoidMessageManagerListener.compatiblePeerFound(Download download, Peer peer, Message message) Notify of new peer connection that supports the given message type.voidMessageManager.deregisterMessageType(Message message) Remove registration of given message type from manager.MessageStreamEncoder.encodeMessage(Message message) Encode the given message into the raw message output stream format.voidMessageManager.locateCompatiblePeers(PluginInterface plug_interface, Message message, MessageManagerListener listener) Globally register for notification of peers that support the given message type.voidMessageManager.registerMessageType(Message message) Register the given message type with the manager for processing. -
Uses of Message in com.biglybt.pif.messaging.bittorrent
Classes in com.biglybt.pif.messaging.bittorrent that implement MessageModifier and TypeClassDescriptionclassclassclassMethods in com.biglybt.pif.messaging.bittorrent that return MessageModifier and TypeMethodDescriptionstatic MessageBTMessageManager.createCoreBTCancel(int piece_number, int piece_offset, int length) Create a core BT Cancel message instance.static MessageBTMessageManager.createCoreBTPiece(int piece_number, int piece_offset, ByteBuffer data) Create a core BT Piece message instance.static MessageBTMessageManager.createCoreBTRequest(int piece_number, int piece_offset, int length) Create a core BT Request message instance.Methods in com.biglybt.pif.messaging.bittorrent with parameters of type MessageModifier and TypeMethodDescriptionstatic BTMessageCancelBTMessageManager.createCoreBTCancelAdaptation(Message core_made_message) Translate the given core-made BT Cancel message into a specific plugin message adaptation.static BTMessagePieceBTMessageManager.createCoreBTPieceAdaptation(Message core_made_message) Translate the given core-made BT Piece message into a specific plugin message adaptation.static BTMessageRequestBTMessageManager.createCoreBTRequestAdaptation(Message core_made_message) Translate the given core-made BT Request message into a specific plugin message adaptation. -
Uses of Message in com.biglybt.pif.network
Subinterfaces of Message in com.biglybt.pif.networkModifier and TypeInterfaceDescriptioninterfaceA raw data payload used for outbound messages.Methods in com.biglybt.pif.network that return MessageModifier and TypeMethodDescriptionRawMessage.getOriginalMessage()Get the message this raw message is based upon.Methods in com.biglybt.pif.network with parameters of type MessageModifier and TypeMethodDescriptionbooleanOutgoingMessageQueueListener.messageAdded(Message message) The given message has just been added to the queue.booleanIncomingMessageQueueListener.messageReceived(Message message) A message has been read from the connection.voidOutgoingMessageQueueListener.messageSent(Message message) The given message has just been completely sent.voidIncomingMessageQueue.notifyOfExternalReceive(Message message) Notifty the queue (and its listeners) of a message received externally on the queue's behalf.voidOutgoingMessageQueue.notifyOfExternalSend(Message message) Notifty the queue (and its listeners) of a message sent externally on the queue's behalf.voidOutgoingMessageQueue.sendMessage(Message message) Queue the given message for sending. -
Uses of Message in com.biglybt.pif.peers
Methods in com.biglybt.pif.peers that return MessageModifier and TypeMethodDescriptionMessage[]Peer.getSupportedMessages()Get the list of messages that this peer and us mutually understand. -
Uses of Message in com.biglybt.pifimpl.local.messaging
Classes in com.biglybt.pifimpl.local.messaging that implement MessageFields in com.biglybt.pifimpl.local.messaging declared as MessageMethods in com.biglybt.pifimpl.local.messaging that return MessageModifier and TypeMethodDescriptionMessageAdapter.create(ByteBuffer data) MessageAdapter.getPluginMessage()Methods in com.biglybt.pifimpl.local.messaging with parameters of type MessageModifier and TypeMethodDescriptionvoidMessageManagerImpl.deregisterMessageType(Message message) voidMessageManagerImpl.locateCompatiblePeers(PluginInterface plug_interface, Message message, MessageManagerListener listener) voidMessageManagerImpl.registerMessageType(Message message) Constructors in com.biglybt.pifimpl.local.messaging with parameters of type Message -
Uses of Message in com.biglybt.pifimpl.local.network
Classes in com.biglybt.pifimpl.local.network that implement MessageMethods in com.biglybt.pifimpl.local.network that return MessageMethods in com.biglybt.pifimpl.local.network with parameters of type MessageModifier and TypeMethodDescriptionvoidIncomingMessageQueueImpl.notifyOfExternalReceive(Message message) voidOutgoingMessageQueueImpl.notifyOfExternalSend(Message message) voidOutgoingMessageQueueImpl.sendMessage(Message message) -
Uses of Message in com.biglybt.pifimpl.local.peers
Methods in com.biglybt.pifimpl.local.peers that return Message -
Uses of Message in com.biglybt.plugin.extseed
Methods in com.biglybt.plugin.extseed that return Message