Objects implementing this interface are the server-side representation of remote Bayeux clients.
{@link ServerSession} contains the queue of messages to be delivered to the client; messages arenormally queued on a {@link ServerSession} by publishing them to a channel to which the session issubscribed (via {@link ServerChannel#publish(Session,ServerMessage.Mutable)}.
The {@link #deliver(Session,ServerMessage.Mutable)} and {@link #deliver(Session,String,Object)}methods may be used to directly queue messages to a session without publishing them to all subscribers of a channel.
|
|
|
|
|
|