Uses of Class
communication.TCPElement

Packages that use TCPElement
communication   
 

Uses of TCPElement in communication
 

Fields in communication declared as TCPElement
protected  TCPElement CommunicationElement.tcp
          TCP element for physically sending and receiving messages
protected  TCPElement CommunicationElement.Receiver.tcp
          TCP element managing the socket for receiving messages
protected  TCPElement UnreliableCommElt.Sender.tcp
          TCP element used for sending the message
 

Constructors in communication with parameters of type TCPElement
CommunicationElement.Receiver(SynchronizedBuffer msgBuffer, TCPElement tcp)
           
UnreliableCommElt.Sender(TCPElement tcp, Message msg, int delay, ProcessIdentifier senderId)