- serveDevModeRequest(HttpServletRequest, HttpServletResponse) - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
-
Serve a file by proxying to the dev server.
- ServerInfo - Class in com.vaadin.base.devserver
-
Data for a info message to the debug window.
- ServerInfo() - Constructor for class com.vaadin.base.devserver.ServerInfo
-
Creates a new instance.
- set(String, String) - Method in class com.vaadin.base.devserver.stats.DevModeUsageStatistics
-
Set value of string value in current project statistics data.
- setBackend(BrowserLiveReload.Backend) - Method in class com.vaadin.base.devserver.DebugWindowConnection
-
- setDevModeHandler(DevModeHandler) - Method in class com.vaadin.base.devserver.DevModeHandlerManagerImpl
-
- setGlobal(String, String) - Method in class com.vaadin.base.devserver.stats.DevModeUsageStatistics
-
Set value of string field in current statistics data.
- setValue(String, String) - Method in class com.vaadin.base.devserver.stats.StatisticsContainer
-
Stores a string using the given field name.
- setValue(String, long) - Method in class com.vaadin.base.devserver.stats.StatisticsContainer
-
Stores a long using the given field name.
- setValue(String, JsonNode) - Method in class com.vaadin.base.devserver.stats.StatisticsContainer
-
Stores a JSON object using the given field name.
- StatisticsConstants - Class in com.vaadin.base.devserver.stats
-
Constants for development mode statistics.
- StatisticsContainer - Class in com.vaadin.base.devserver.stats
-
Wraps a JSON data structure and provides a slightly easier API for it.
- StatisticsContainer(ObjectNode) - Constructor for class com.vaadin.base.devserver.stats.StatisticsContainer
-
Wraps the given json with this API.
- StatisticsSender - Class in com.vaadin.base.devserver.stats
-
Handles sending of telemetry data.
- StatisticsSender(StatisticsStorage) - Constructor for class com.vaadin.base.devserver.stats.StatisticsSender
-
Creates a new instance connected to the given storage.
- StatisticsStorage - Class in com.vaadin.base.devserver.stats
-
Development more usage statistic storage and methods for updating the data.
- StatisticsStorage() - Constructor for class com.vaadin.base.devserver.stats.StatisticsStorage
-
Creates an instance.
- stop() - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
-