Re: Client/Server Sequence Diagrams
Posted By:
Christopher_Koenigsberg
Posted On:
Saturday, March 12, 2005 07:11 AM
I would think (?) it depends on "whose" sequence of interactions you are modelling.
If you are modelling the classes implementing TCP protocol itself, then yes you would show the Socket class, sending to the receiving Socket class, and so on.
My guess is that you are modelling the higher level, the client which simply uses a Socket internally, etc....