tcp c++ class names



I am trying to name my tcp c++ classes. There
are three kinds:
(1) TcpClient
(2) TcpServerAcceptor
(3) TcpServerConnected or TcpServerTalker
I am satisfied with (1), but I am not satisfied
with (2), and (3) is awful. Suggestions for all
three would be appreciated.
Thanks,
Mike.

.