Uses of Interface
org.atmosphere.gwt20.client.AtmosphereResponse
-
Packages that use AtmosphereResponse Package Description org.atmosphere.gwt20.client -
-
Uses of AtmosphereResponse in org.atmosphere.gwt20.client
Classes in org.atmosphere.gwt20.client that implement AtmosphereResponse Modifier and Type Class Description classAtmosphereResponseImplMethods in org.atmosphere.gwt20.client with parameters of type AtmosphereResponse Modifier and Type Method Description voidAtmosphereCloseHandler. onClose(AtmosphereResponse response)voidAtmosphereErrorHandler. onError(AtmosphereResponse response)voidAtmosphereFailureToReconnectHandler. onFailureToReconnect(RequestConfig request, AtmosphereResponse response)voidAtmosphereMessageHandler. onMessage(AtmosphereResponse response)voidAtmosphereMessagePublishedHandler. onMessagePublished(RequestConfig request, AtmosphereResponse response)voidAtmosphereOpenHandler. onOpen(AtmosphereResponse response)voidAtmosphereReconnectHandler. onReconnect(RequestConfig request, AtmosphereResponse response)voidAtmosphereReopenHandler. onReopen(AtmosphereResponse response)
-