|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Any2OneConnection<T>
Defines an interface for a connection that can be shared
by multiple concurrent clients but used by
a single server. The server end of the connection can be
used as a guard in an Alternative
.
Method Summary | |
---|---|
SharedAltingConnectionClient<T> |
client()
Returns a client end of the connection. |
AltingConnectionServer<T> |
server()
Returns the server end of the connection. |
Method Detail |
---|
SharedAltingConnectionClient<T> client()
SharedAltingConnectionClient
object.AltingConnectionServer<T> server()
AltingConnectionServer
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |