Uses of Interface
com.biglybt.core.networkmanager.RawMessage
Packages that use RawMessage
Package
Description
-
Uses of RawMessage in com.biglybt.core.networkmanager.impl
Classes in com.biglybt.core.networkmanager.impl that implement RawMessageModifier and TypeClassDescriptionclass
Basic raw message implementation used internally for Message-->RawMessage conversions.Fields in com.biglybt.core.networkmanager.impl declared as RawMessageModifier and TypeFieldDescription(package private) RawMessage
OutgoingMessageQueueImpl.NotificationItem.message
private RawMessage
OutgoingMessageQueueImpl.urgent_message
Fields in com.biglybt.core.networkmanager.impl with type parameters of type RawMessageModifier and TypeFieldDescriptionprivate final LinkedList
<RawMessage> OutgoingMessageQueueImpl.prev_sent
private final LinkedList
<RawMessage> OutgoingMessageQueueImpl.queue
-
Uses of RawMessage in com.biglybt.core.networkmanager.impl.http
Methods in com.biglybt.core.networkmanager.impl.http that return RawMessageModifier and TypeMethodDescriptionprotected RawMessage
protected RawMessage
HTTPNetworkConnection.encodeBitField()
protected RawMessage
HTTPNetworkConnection.encodeChoke()
protected RawMessage
HTTPNetworkConnection.encodeHandShake
(Message message) HTTPMessageEncoder.encodeMessage
(Message message) protected RawMessage[]
HTTPNetworkConnection.encodePiece
(Message message) protected RawMessage
HTTPNetworkConnection.encodeUnchoke()
protected RawMessage
HTTPNetworkConnection.getEmptyRawMessage
(Message message) -
Uses of RawMessage in com.biglybt.core.peermanager.messaging
Methods in com.biglybt.core.peermanager.messaging that return RawMessageModifier and TypeMethodDescriptionMessageStreamEncoder.encodeMessage
(Message message) Encode the given message into the raw message output stream format. -
Uses of RawMessage in com.biglybt.core.peermanager.messaging.azureus
Methods in com.biglybt.core.peermanager.messaging.azureus that return RawMessageModifier and TypeMethodDescriptionstatic RawMessage
AZMessageFactory.createAZRawMessage
(Message base_message, int padding_mode) Create the proper AZ raw message from the given base message.AZMessageEncoder.encodeMessage
(Message message) -
Uses of RawMessage in com.biglybt.core.peermanager.messaging.bittorrent
Classes in com.biglybt.core.peermanager.messaging.bittorrent that implement RawMessageModifier and TypeClassDescriptionclass
BitTorrent handshake message.class
BitTorrent keep-alive message.class
Methods in com.biglybt.core.peermanager.messaging.bittorrent that return RawMessageModifier and TypeMethodDescriptionstatic RawMessage
BTMessageFactory.createBTRawMessage
(Message base_message) Create the proper BT raw message from the given base message.BTMessageEncoder.encodeMessage
(Message message) -
Uses of RawMessage in com.biglybt.core.peermanager.messaging.bittorrent.ltep
Methods in com.biglybt.core.peermanager.messaging.bittorrent.ltep that return RawMessage -
Uses of RawMessage in com.biglybt.pifimpl.local.messaging
Methods in com.biglybt.pifimpl.local.messaging that return RawMessageModifier and TypeMethodDescriptionGenericMessageEncoder.encodeMessage
(Message _message) MessageStreamEncoderAdapter.encodeMessage
(Message message) -
Uses of RawMessage in com.biglybt.pifimpl.local.network
Classes in com.biglybt.pifimpl.local.network that implement RawMessageFields in com.biglybt.pifimpl.local.network declared as RawMessageConstructors in com.biglybt.pifimpl.local.network with parameters of type RawMessage