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 TypeClassDescriptionclassBasic raw message implementation used internally for Message-->RawMessage conversions.Fields in com.biglybt.core.networkmanager.impl declared as RawMessageModifier and TypeFieldDescription(package private) RawMessageOutgoingMessageQueueImpl.NotificationItem.messageprivate RawMessageOutgoingMessageQueueImpl.urgent_messageFields in com.biglybt.core.networkmanager.impl with type parameters of type RawMessageModifier and TypeFieldDescriptionprivate final LinkedList<RawMessage> OutgoingMessageQueueImpl.prev_sentprivate 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 RawMessageprotected RawMessageHTTPNetworkConnection.encodeBitField()protected RawMessageHTTPNetworkConnection.encodeChoke()protected RawMessageHTTPNetworkConnection.encodeHandShake(Message message) HTTPMessageEncoder.encodeMessage(Message message) protected RawMessage[]HTTPNetworkConnection.encodePiece(Message message) protected RawMessageHTTPNetworkConnection.encodeUnchoke()protected RawMessageHTTPNetworkConnection.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 RawMessageAZMessageFactory.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 TypeClassDescriptionclassBitTorrent handshake message.classBitTorrent keep-alive message.classMethods in com.biglybt.core.peermanager.messaging.bittorrent that return RawMessageModifier and TypeMethodDescriptionstatic RawMessageBTMessageFactory.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