Uses of Package
peer2me.message

Packages that use peer2me.message
peer2me.framework   
peer2me.message   
peer2me.network   
peer2me.network.bluetooth   
peer2me.session   
 

Classes in peer2me.message used by peer2me.framework
Message
          This class is used by the framework to exchange messages between nodes in the network.
 

Classes in peer2me.message used by peer2me.message
FileInfo
          A class that contains information about a received file.
FileObject
          Parent class of the two childclasses SendFileObject and ReceivedFileObject A FileObject can be attached to a Message
Message
          This class is used by the framework to exchange messages between nodes in the network.
MessagePart
          There are three main types of information that can be stored in a MessagePart: serialized objectBytes, fileObject and primitive variables such as int, double, String etc...
SendableNodeInfo
          This class implements the interface Serializable and is used by the framework to send information about all the nodes in the network.
Serializable
          This interface must be implemented by all Java objects that are going to be sent over the network as serializable objects.
 

Classes in peer2me.message used by peer2me.network
Message
          This class is used by the framework to exchange messages between nodes in the network.
 

Classes in peer2me.message used by peer2me.network.bluetooth
LinkedMessageList
          This class is a dynamically linked list that is used by the framework to store messages that are ready to be sent.
LinkedPingRecipientsList
          This class is a dynamically linked list that is used by the framework to store pings that are ready to be sent.
Message
          This class is used by the framework to exchange messages between nodes in the network.
 

Classes in peer2me.message used by peer2me.session
Message
          This class is used by the framework to exchange messages between nodes in the network.