Package org.jcsp.net
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 TypeMethodDescriptionvoid
Destroys theNetConnectionClient
object and frees any resources created within the JCSP.NET infrastructure.Methods inherited from interface org.jcsp.lang.ConnectionClient
isOpen, reply, request
Methods inherited from interface org.jcsp.net.Networked
getChannelLocation
-
Method Details
-
destroyClient
void destroyClient()Destroys theNetConnectionClient
object and frees any resources created within the JCSP.NET infrastructure.
-