Package org.jcsp.lang
Interface ConnectionWithSharedAltingServer<T>
-
- All Known Subinterfaces:
Any2AnyConnection<T>
,One2AnyConnection<T>
- All Known Implementing Classes:
Any2AnyConnectionImpl
,One2AnyConnectionImpl
interface ConnectionWithSharedAltingServer<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SharedConnectionServer<T>
server()
-
-
-
Method Detail
-
server
SharedConnectionServer<T> server()
-
-