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 interfaceNetChannelInput<T>This interface defines a ChannelInput that is also networked.interfaceNetChannelOutput<T>An interface defining a ChannelOutput that is networked.interfaceNetConnectionClientinterfaceNetConnectionServerinterfaceNetSharedChannelInput<T>Defines a networked ChannelInput that is safe to be used by multiple concurrent processes.interfaceNetSharedChannelOutput<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 (package private) classAny2NetChannel<T>An outputting network channel (TX) that can be safely shared amongst multiple writers (Any2Net).(package private) classNet2AnyChannel<T>This class is a concrete implementation of a NetSharedChannelInput, and acts as a wrapper to a Net2OneChannel, allowing safe shared access.(package private) classNet2OneChannel<T>A concrete implementation of a NetAltingChannelInput.classNetAltingChannelInput<T>A NetChannelInput that may be used as a guard.classNetAltingConnectionClientclassNetAltingConnectionServerclassNetBarrierThis class is a networked implementation of the standard JCSP Barrier.(package private) classOne2NetChannel<T>An outputting end of a networked channel (TX). -
Uses of Networked in org.jcsp.net2.mobile
Classes in org.jcsp.net2.mobile that implement Networked Modifier and Type Class Description classMobileChannelInputclassMobileChannelOutput
-