Package ch.nolix.common.endpoint4
The
ch.nolix.common.endpoint4
package defines an end point and a server for it.- Author:
- Silvan Wyss
-
Interface Summary Interface Description IEndPointTaker<M,R> A alpha end point taker takes alpha end points. -
Class Summary Class Description EndPoint<M,R> An end point can send messages to an other end point of the same type.LocalEndPoint<M,R> A local end point can send messages to an other local end point.NetEndPoint<M,R> ANetEndPoint
can send messages to anotherNetEndPoint
.NetServer<M,R> A net server is a server that listens to net end points on a specific port.Server<M,R> A server manages end point taker. -
Enum Summary Enum Description MessageRole