Uses of Interface
org.cometd.bayeux.server.ServerChannel

Packages that use ServerChannel
org.cometd.bayeux.server   
 

Uses of ServerChannel in org.cometd.bayeux.server
 

Methods in org.cometd.bayeux.server that return ServerChannel
 ServerChannel BayeuxServer.getChannel(String channelId)
           
 

Methods in org.cometd.bayeux.server that return types with arguments of type ServerChannel
 List<ServerChannel> BayeuxServer.getChannels()
           
 

Methods in org.cometd.bayeux.server with parameters of type ServerChannel
 boolean SecurityPolicy.canPublish(BayeuxServer server, ServerSession session, ServerChannel channel, ServerMessage message)
          Checks if a client can publish a message to a channel.
 boolean SecurityPolicy.canSubscribe(BayeuxServer server, ServerSession session, ServerChannel channel, ServerMessage message)
          Checks if a client is allowed to subscribe to a channel.
 void BayeuxServer.ChannelListener.channelAdded(ServerChannel channel)
          Callback invoked when a ServerChannel has been added to a BayeuxServer object.
 boolean ServerChannel.MessageListener.onMessage(ServerSession from, ServerChannel channel, ServerMessage.Mutable message)
          Callback invoked when a message is being published.
 void ServerChannel.SubscriptionListener.subscribed(ServerSession session, ServerChannel channel)
          Callback invoked when the given ServerSession subscribes to the given ServerChannel.
 void BayeuxServer.SubscriptionListener.subscribed(ServerSession session, ServerChannel channel)
          Callback invoked when a ServerSession subscribes to a ServerChannel.
 void ServerChannel.SubscriptionListener.unsubscribed(ServerSession session, ServerChannel channel)
          Callback invoked when the given ServerSession unsubscribes from the given ServerChannel.
 void BayeuxServer.SubscriptionListener.unsubscribed(ServerSession session, ServerChannel channel)
          Callback invoked when a ServerSession unsubscribes from a ServerChannel.
 



Copyright © 2008-2010 Dojo Foundation. All Rights Reserved.