Interface NetConnectionClient
- All Superinterfaces:
ConnectionClient, Networked
- All Known Implementing Classes:
NetAltingConnectionClient
This interface should be implemented by classes that wish to act
as Networked
ConnectionClient objects.-
Method Summary
Modifier and TypeMethodDescriptionvoidDestroys theNetConnectionClientobject and frees any resources created within the JCSP.NET infrastructure.Methods inherited from interface ConnectionClient
isOpen, reply, requestMethods inherited from interface Networked
getChannelLocation
-
Method Details
-
destroyClient
void destroyClient()Destroys theNetConnectionClientobject and frees any resources created within the JCSP.NET infrastructure.
-