Java com.vaadin.server ClientConnector fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.server ClientConnector fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.server ClientConnector.

The text is from its open source code.

Implementation

com.vaadin.server.ClientConnector has the following implementations.
Click this link to see all its implementation.

Method

StringgetConnectorId()
Returns the id for this connector.
ServerRpcManagergetRpcManager(String rpcInterfaceName)
Returns the RPC manager instance to use when receiving calls for an RPC interface.
UIgetUI()
Returns the UI this connector is attached to.
booleanisConnectorEnabled()
Checks if the communicator is enabled.