Uses of Interface
org.jcsp.net2.Networked
-
Packages that use Networked Package Description org.jcsp.net2 org.jcsp.net2.mobile -
-
Uses of Networked in org.jcsp.net2
Subinterfaces of Networked in org.jcsp.net2 Modifier and Type Interface Description interface
NetChannelInput<T>
This interface defines a ChannelInput that is also networked.interface
NetChannelOutput<T>
An interface defining a ChannelOutput that is networked.interface
NetConnectionClient
interface
NetConnectionServer
interface
NetSharedChannelInput<T>
Defines a networked ChannelInput that is safe to be used by multiple concurrent processes.interface
NetSharedChannelOutput<T>
Defines a networked ChannelOutput that is safe to be used by multiple concurrent processes.Classes in org.jcsp.net2 that implement Networked Modifier and Type Class Description class
NetAltingChannelInput<T>
A NetChannelInput that may be used as a guard.class
NetAltingConnectionClient
class
NetAltingConnectionServer
class
NetBarrier
This class is a networked implementation of the standard JCSP Barrier. -
Uses of Networked in org.jcsp.net2.mobile
Classes in org.jcsp.net2.mobile that implement Networked Modifier and Type Class Description class
MobileChannelInput
class
MobileChannelOutput
-