Uses of Interface
com.biglybt.pif.network.RawMessage
-
Packages that use RawMessage Package Description com.biglybt.pif.messaging com.biglybt.pifimpl.local.network -
-
Uses of RawMessage in com.biglybt.pif.messaging
Methods in com.biglybt.pif.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.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. plug_msg
Constructors in com.biglybt.pifimpl.local.network with parameters of type RawMessage Constructor Description RawMessageAdapter(RawMessage plug_msg)
-