All Packages Class Hierarchy This Package Previous Next Index
Class AcmeNet.Assn3.PrivateService
AcmeNet.Assn2.Service
|
+----AcmeNet.Assn3.PrivateService
- abstract class PrivateService
- extends Service
A Service that uses private (encrypted) communication to talk to its clients. To create your
own Service that uses private communication, just extend this class and implement the
serviceConnection method.
- See Also:
- PrivateConnection
This class is not public and therefore cannot be used outside this package.
All Packages Class Hierarchy This Package Previous Next Index