Uses of Interface
org.zkoss.zkex.ui.comet.CometServerPush.AsyncInfo
-
Packages that use CometServerPush.AsyncInfo Package Description org.zkoss.zkex.ui.comet org.zkoss.zkmax.ui.comet -
-
Uses of CometServerPush.AsyncInfo in org.zkoss.zkex.ui.comet
Methods in org.zkoss.zkex.ui.comet with parameters of type CometServerPush.AsyncInfo Modifier and Type Method Description protected void
CometServerPush. processRequest(Execution exec, CometServerPush.AsyncInfo ai)
Called when receiving the comet request from the client. -
Uses of CometServerPush.AsyncInfo in org.zkoss.zkmax.ui.comet
Methods in org.zkoss.zkmax.ui.comet with parameters of type CometServerPush.AsyncInfo Modifier and Type Method Description protected void
CometServerPush. processRequest(Execution exec, CometServerPush.AsyncInfo ai)
Called when receiving the comet request from the client.
-