Uses of Class
com.vaadin.client.ApplicationConnection
-
Packages that use ApplicationConnection Package Description com.vaadin.client com.vaadin.client.communication -
-
Uses of ApplicationConnection in com.vaadin.client
Methods in com.vaadin.client that return ApplicationConnection Modifier and Type Method Description ApplicationConnectionApplicationConnection.ApplicationConnectionEvent. getConnection()Methods in com.vaadin.client that return types with arguments of type ApplicationConnection Modifier and Type Method Description static List<ApplicationConnection>ApplicationConfiguration. getRunningApplications()Constructors in com.vaadin.client with parameters of type ApplicationConnection Constructor Description ApplicationConnectionEvent(ApplicationConnection connection)RequestStartingEvent(ApplicationConnection connection)ResponseHandlingEndedEvent(ApplicationConnection connection)ResponseHandlingStartedEvent(ApplicationConnection connection) -
Uses of ApplicationConnection in com.vaadin.client.communication
Methods in com.vaadin.client.communication that return ApplicationConnection Modifier and Type Method Description protected ApplicationConnectionDefaultConnectionStateHandler. getConnection()Returns the connection this handler is connected to.Methods in com.vaadin.client.communication with parameters of type ApplicationConnection Modifier and Type Method Description voidDefaultConnectionStateHandler. setConnection(ApplicationConnection connection)
-