A service will generally have some sort of socket it uses to talk to the outside world, and a threading scheme to handle reading in messages from clients and sending messages back out to clients Each service will also implement its own Connection interface.
|
|
|
|
|
|
|
|