Uses of Interface
com.biglybt.core.networkmanager.RawMessage
-
-
Uses of RawMessage in com.biglybt.core.networkmanager.impl
Classes in com.biglybt.core.networkmanager.impl that implement RawMessage Modifier and Type Class Description class
RawMessageImpl
Basic raw message implementation used internally for Message-->RawMessage conversions.Fields in com.biglybt.core.networkmanager.impl declared as RawMessage Modifier and Type Field Description (package private) RawMessage
OutgoingMessageQueueImpl.NotificationItem. message
private RawMessage
OutgoingMessageQueueImpl. urgent_message
Fields in com.biglybt.core.networkmanager.impl with type parameters of type RawMessage Modifier and Type Field Description private java.util.LinkedList<RawMessage>
OutgoingMessageQueueImpl. prev_sent
private java.util.LinkedList<RawMessage>
OutgoingMessageQueueImpl. queue
-
Uses of RawMessage in com.biglybt.core.networkmanager.impl.http
Methods in com.biglybt.core.networkmanager.impl.http that return RawMessage Modifier and Type Method Description protected RawMessage
HTTPMessage. encode(Message message)
protected RawMessage
HTTPNetworkConnection. encodeBitField()
protected RawMessage
HTTPNetworkConnection. encodeChoke()
protected RawMessage
HTTPNetworkConnection. encodeHandShake(Message message)
RawMessage[]
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 RawMessage Modifier and Type Method Description RawMessage[]
MessageStreamEncoder. 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 RawMessage Modifier and Type Method Description static RawMessage
AZMessageFactory. createAZRawMessage(Message base_message, int padding_mode)
Create the proper AZ raw message from the given base message.RawMessage[]
AZMessageEncoder. encodeMessage(Message message)
-
Uses of RawMessage in com.biglybt.core.peermanager.messaging.bittorrent
Classes in com.biglybt.core.peermanager.messaging.bittorrent that implement RawMessage Modifier and Type Class Description class
BTHandshake
BitTorrent handshake message.class
BTKeepAlive
BitTorrent keep-alive message.class
BTRawMessage
Methods in com.biglybt.core.peermanager.messaging.bittorrent that return RawMessage Modifier and Type Method Description static RawMessage
BTMessageFactory. createBTRawMessage(Message base_message)
Create the proper BT raw message from the given base message.RawMessage[]
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 Modifier and Type Method Description RawMessage[]
LTMessageEncoder. encodeMessage(Message message)
-
Uses of RawMessage in com.biglybt.pifimpl.local.messaging
Methods in com.biglybt.pifimpl.local.messaging that return RawMessage Modifier and Type Method Description RawMessage[]
GenericMessageEncoder. encodeMessage(Message _message)
RawMessage[]
MessageStreamEncoderAdapter. encodeMessage(Message message)
-
Uses of RawMessage in com.biglybt.pifimpl.local.network
Classes in com.biglybt.pifimpl.local.network that implement RawMessage Modifier and Type Class Description class
RawMessageAdapter
Fields in com.biglybt.pifimpl.local.network declared as RawMessage Modifier and Type Field Description private RawMessage
RawMessageAdapter. core_msg
Constructors in com.biglybt.pifimpl.local.network with parameters of type RawMessage Constructor Description RawMessageAdapter(RawMessage core_msg)
-