Server side representation of a Bayeux channel.
{@link ServerChannel} is the entity that holds a set of{@link ServerSession}s that are subscribed to the channel itself.
A message published to a {@link ServerChannel} will be delivered toall the {@link ServerSession}'s subscribed to the channel.
Contrary to their client side counterpart ( {@link ClientSessionChannel}) a {@link ServerChannel} is not scoped with a session.
|
|