Uses of Class
org.cometd.server.ServerChannelImpl
-
Packages that use ServerChannelImpl Package Description org.cometd.server -
-
Uses of ServerChannelImpl in org.cometd.server
Methods in org.cometd.server with parameters of type ServerChannelImpl Modifier and Type Method Description protected void
BayeuxServerImpl. publish(ServerSessionImpl session, ServerChannelImpl channel, ServerMessage.Mutable message, boolean receiving, Promise<java.lang.Boolean> promise)
protected boolean
BayeuxServerImpl. removeServerChannel(ServerChannelImpl channel)
protected boolean
ServerSessionImpl. subscribe(ServerChannelImpl channel)
protected void
ServerSessionImpl. unsubscribedFrom(ServerChannelImpl channel)
-