Java com.vaadin.shared.ui.ui Transport fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.shared.ui.ui Transport fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.shared.ui.ui Transport.

The text is from its open source code.

Field

TransportWEBSOCKET
Websockets.
TransportWEBSOCKET_XHR
Websockets for server to client, XHR for client to server.
TransportLONG_POLLING
HTTP long polling.

Method