Index

A B C D E F G H I J L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values

A

AbstractNavigationStateRendererInstrumentation - Class in com.vaadin.extension.instrumentation
This instrumentation captures all navigation operations, and updates the root span to contain the new route, rather than the route where the request initiated from.
AbstractNavigationStateRendererInstrumentation() - Constructor for class com.vaadin.extension.instrumentation.AbstractNavigationStateRendererInstrumentation
 
AbstractNavigationStateRendererInstrumentation.HandleAdvice - Class in com.vaadin.extension.instrumentation
 
accept(String, Map<String, Object>) - Method in class com.vaadin.extension.instrumentation.client.ObjectMapExporter
Accepts an observability trace and exports the spans found within it.
ACCEPTED - Enum constant in enum class com.vaadin.extension.HttpStatusCode
Status code (202) indicating that a request was accepted for processing, but was not completed.
AddUiAdvice() - Constructor for class com.vaadin.extension.instrumentation.server.VaadinSessionInstrumentation.AddUiAdvice
 
apply(DynamicType.Builder<?>, TypeDescription, ClassFileLocator) - Method in class com.vaadin.extension.ClasspathByteBuddyPlugin
 
AttachElementAdvice() - Constructor for class com.vaadin.extension.instrumentation.communication.rpc.AttachExistingElementRpcHandlerInstrumentation.AttachElementAdvice
 
AttachElementAdvice() - Constructor for class com.vaadin.extension.instrumentation.communication.rpc.AttachTemplateChildRpcHandlerInstrumentation.AttachElementAdvice
 
AttachExistingElementRpcHandlerInstrumentation - Class in com.vaadin.extension.instrumentation.communication.rpc
Instruments AttachExistingElementRpcHandler to add information about existing client-side elements being attached to the UI on the server.
AttachExistingElementRpcHandlerInstrumentation() - Constructor for class com.vaadin.extension.instrumentation.communication.rpc.AttachExistingElementRpcHandlerInstrumentation
 
AttachExistingElementRpcHandlerInstrumentation.AttachElementAdvice - Class in com.vaadin.extension.instrumentation.communication.rpc
 
AttachTemplateChildRpcHandlerInstrumentation - Class in com.vaadin.extension.instrumentation.communication.rpc
Instruments AttachTemplateChildRpcHandler to add information about client-side response on attach existing element by id request.
AttachTemplateChildRpcHandlerInstrumentation() - Constructor for class com.vaadin.extension.instrumentation.communication.rpc.AttachTemplateChildRpcHandlerInstrumentation
 
AttachTemplateChildRpcHandlerInstrumentation.AttachElementAdvice - Class in com.vaadin.extension.instrumentation.communication.rpc
 

B

BAD_GATEWAY - Enum constant in enum class com.vaadin.extension.HttpStatusCode
Status code (502) indicating that the HTTP server received an invalid response from a server it consulted when acting as a proxy or gateway.
BAD_REQUEST - Enum constant in enum class com.vaadin.extension.HttpStatusCode
Status code (400) indicating the request sent by the client was syntactically incorrect.

C

checkRootSpan() - Static method in class com.vaadin.extension.InstrumentationHelper
Determines whether a higher-level instrumentation, for example a servlet or application server instrumentation, has already created a root server span.
classLoaderMatcher() - Method in class com.vaadin.extension.VaadinObservabilityInstrumentationModule
 
classLoaderOptimization() - Method in class com.vaadin.extension.instrumentation.client.ClientInstrumentation
Returns an element matcher for the ObservabilityHandler class.
classLoaderOptimization() - Method in class com.vaadin.extension.instrumentation.client.HillaClientInstrumentation
 
classLoaderOptimization() - Method in class com.vaadin.extension.instrumentation.communication.HeartbeatHandlerInstrumentation
 
classLoaderOptimization() - Method in class com.vaadin.extension.instrumentation.communication.JavaScriptBootstrapHandlerInstrumentation
 
classLoaderOptimization() - Method in class com.vaadin.extension.instrumentation.communication.PwaHandlerInstrumentation
 
classLoaderOptimization() - Method in class com.vaadin.extension.instrumentation.communication.rpc.AttachExistingElementRpcHandlerInstrumentation
 
classLoaderOptimization() - Method in class com.vaadin.extension.instrumentation.communication.rpc.AttachTemplateChildRpcHandlerInstrumentation
 
classLoaderOptimization() - Method in class com.vaadin.extension.instrumentation.communication.rpc.EventRpcHandlerInstrumentation
 
classLoaderOptimization() - Method in class com.vaadin.extension.instrumentation.communication.rpc.MapSyncRpcHandlerInstrumentation
 
classLoaderOptimization() - Method in class com.vaadin.extension.instrumentation.communication.rpc.NavigationRpcHandlerInstrumentation
 
classLoaderOptimization() - Method in class com.vaadin.extension.instrumentation.communication.rpc.PublishedServerEventHandlerRpcHandlerInstrumentation
 
classLoaderOptimization() - Method in class com.vaadin.extension.instrumentation.communication.rpc.ReturnChannelHandlerInstrumentation
 
classLoaderOptimization() - Method in class com.vaadin.extension.instrumentation.communication.SessionRequestHandlerInstrumentation
 
classLoaderOptimization() - Method in class com.vaadin.extension.instrumentation.communication.StreamRequestHandlerInstrumentation
 
classLoaderOptimization() - Method in class com.vaadin.extension.instrumentation.communication.UidlRequestHandlerInstrumentation
 
classLoaderOptimization() - Method in class com.vaadin.extension.instrumentation.communication.UnsupportedBrowserHandlerInstrumentation
 
classLoaderOptimization() - Method in class com.vaadin.extension.instrumentation.communication.WebcomponentBootstrapHandlerInstrumentation
 
classLoaderOptimization() - Method in class com.vaadin.extension.instrumentation.communication.WebComponentProviderInstrumentation
 
classLoaderOptimization() - Method in class com.vaadin.extension.instrumentation.data.renderer.ComponentRendererInstrumentation
 
classLoaderOptimization() - Method in class com.vaadin.extension.instrumentation.hilla.EndpointInvokerInstrumentation
 
classLoaderOptimization() - Method in class com.vaadin.extension.instrumentation.hilla.EndpointRegistryInstrumentation
 
classLoaderOptimization() - Method in class com.vaadin.extension.instrumentation.hilla.PushMessageHandlerInstrumentation
 
classLoaderOptimization() - Method in class com.vaadin.extension.instrumentation.server.ErrorHandlerInstrumentation
 
classLoaderOptimization() - Method in class com.vaadin.extension.instrumentation.server.StaticFileServerInstrumentation
 
classLoaderOptimization() - Method in class com.vaadin.extension.instrumentation.server.VaadinServletInstrumentation
 
classLoaderOptimization() - Method in class com.vaadin.extension.instrumentation.server.VaadinSessionInstrumentation
 
ClasspathByteBuddyPlugin - Class in com.vaadin.extension
Wrapper for OpenTelemetry MuzzleCodeGenerationPlugin to provide the current URLClassLoader and instrument the instrumentation module.
ClasspathByteBuddyPlugin() - Constructor for class com.vaadin.extension.ClasspathByteBuddyPlugin
Creates the plugin instance.
ClientInstrumentation - Class in com.vaadin.extension.instrumentation.client
This instrumentation is applied to the ObservabilityHandler constructor.
ClientInstrumentation() - Constructor for class com.vaadin.extension.instrumentation.client.ClientInstrumentation
 
ClientInstrumentation.ConstructorAdvice - Class in com.vaadin.extension.instrumentation.client
Class representing the code injected into the ObservabilityHandler constructor.
close() - Method in class com.vaadin.extension.ClasspathByteBuddyPlugin
 
CloseSessionAdvice() - Constructor for class com.vaadin.extension.instrumentation.server.VaadinSessionInstrumentation.CloseSessionAdvice
 
com.vaadin.extension - package com.vaadin.extension
 
com.vaadin.extension.conf - package com.vaadin.extension.conf
 
com.vaadin.extension.instrumentation - package com.vaadin.extension.instrumentation
 
com.vaadin.extension.instrumentation.client - package com.vaadin.extension.instrumentation.client
 
com.vaadin.extension.instrumentation.communication - package com.vaadin.extension.instrumentation.communication
 
com.vaadin.extension.instrumentation.communication.rpc - package com.vaadin.extension.instrumentation.communication.rpc
 
com.vaadin.extension.instrumentation.data - package com.vaadin.extension.instrumentation.data
 
com.vaadin.extension.instrumentation.data.renderer - package com.vaadin.extension.instrumentation.data.renderer
 
com.vaadin.extension.instrumentation.hilla - package com.vaadin.extension.instrumentation.hilla
 
com.vaadin.extension.instrumentation.server - package com.vaadin.extension.instrumentation.server
 
com.vaadin.extension.metrics - package com.vaadin.extension.metrics
 
ComponentRendererInstrumentation - Class in com.vaadin.extension.instrumentation.data.renderer
Instruments the ErrorHandler that is executed for unhandled exceptions from request handlers.
ComponentRendererInstrumentation() - Constructor for class com.vaadin.extension.instrumentation.data.renderer.ComponentRendererInstrumentation
 
ComponentRendererInstrumentation.CreateComponentAdvice - Class in com.vaadin.extension.instrumentation.data.renderer
 
CONFIG_TRACE_LEVEL - Static variable in class com.vaadin.extension.Constants
 
configHolder - Static variable in class com.vaadin.extension.instrumentation.client.ClientInstrumentation.ConstructorAdvice
 
configProperties - Static variable in class com.vaadin.extension.conf.ConfigurationDefaults
 
Configuration - Class in com.vaadin.extension.conf
Provides the effective configuration for the Vaadin observability extension.
Configuration() - Constructor for class com.vaadin.extension.conf.Configuration
 
ConfigurationDefaults - Class in com.vaadin.extension.conf
Provides default values for global and extension-specific OpenTelemetry configuration.
ConfigurationDefaults() - Constructor for class com.vaadin.extension.conf.ConfigurationDefaults
 
CONFLICT - Enum constant in enum class com.vaadin.extension.HttpStatusCode
Status code (409) indicating that the request could not be completed due to a conflict with the current state of the resource.
Constants - Class in com.vaadin.extension
Constants used by the Vaadin observability extension, for example for configuration options
Constants() - Constructor for class com.vaadin.extension.Constants
 
ConstructorAdvice() - Constructor for class com.vaadin.extension.instrumentation.client.ClientInstrumentation.ConstructorAdvice
 
ContextKeys - Class in com.vaadin.extension
 
ContextKeys() - Constructor for class com.vaadin.extension.ContextKeys
 
CONTINUE - Enum constant in enum class com.vaadin.extension.HttpStatusCode
Status code (100) indicating the client can continue.
CreateComponentAdvice() - Constructor for class com.vaadin.extension.instrumentation.data.renderer.ComponentRendererInstrumentation.CreateComponentAdvice
 
CREATED - Enum constant in enum class com.vaadin.extension.HttpStatusCode
Status code (201) indicating the request succeeded and created a new resource on the server.
CreateSessionAdvice() - Constructor for class com.vaadin.extension.instrumentation.server.VaadinSessionInstrumentation.CreateSessionAdvice
 
customize(AutoConfigurationCustomizer) - Method in class com.vaadin.extension.conf.ConfigurationDefaults
 

D

DataCommunicatorInstrumentation - Class in com.vaadin.extension.instrumentation.data
Instruments DataCommunicator to add a span for the duration of data provider fetches
DataCommunicatorInstrumentation() - Constructor for class com.vaadin.extension.instrumentation.data.DataCommunicatorInstrumentation
 
DataCommunicatorInstrumentation.FetchAdvice - Class in com.vaadin.extension.instrumentation.data
 
decrementUiCount() - Static method in class com.vaadin.extension.metrics.Metrics
 
DEFAULT - Enum constant in enum class com.vaadin.extension.conf.TraceLevel
 

E

ElementInstrumentationInfo - Class in com.vaadin.extension
Provides common information about a Flow DOM node that can be used in instrumentations
ElementInstrumentationInfo(StateNode) - Constructor for class com.vaadin.extension.ElementInstrumentationInfo
Creates an ElementInstrumentationInfo instance from an element's state node
EndpointInvokerInstrumentation - Class in com.vaadin.extension.instrumentation.hilla
 
EndpointInvokerInstrumentation() - Constructor for class com.vaadin.extension.instrumentation.hilla.EndpointInvokerInstrumentation
 
EndpointInvokerInstrumentation.MethodAdvice - Class in com.vaadin.extension.instrumentation.hilla
 
EndpointRegistryInstrumentation - Class in com.vaadin.extension.instrumentation.hilla
 
EndpointRegistryInstrumentation() - Constructor for class com.vaadin.extension.instrumentation.hilla.EndpointRegistryInstrumentation
 
EndpointRegistryInstrumentation.MethodAdvice - Class in com.vaadin.extension.instrumentation.hilla
 
endRootSpan(HttpServletResponse, Context, Throwable) - Static method in class com.vaadin.extension.InstrumentationHelper
Ends the root span from the specified context.
endSpan(Span, Throwable, Scope) - Static method in class com.vaadin.extension.InstrumentationHelper
Ends the provided span.
enhanceRootSpan(HttpServletRequest, Context) - Static method in class com.vaadin.extension.InstrumentationHelper
Enhances the root span with data from a servlet request adds additional data to the context, like session ID.
ensureMetricsRegistered() - Static method in class com.vaadin.extension.metrics.Metrics
 
ErrorAdvice() - Constructor for class com.vaadin.extension.instrumentation.server.ErrorHandlerInstrumentation.ErrorAdvice
 
ErrorHandlerInstrumentation - Class in com.vaadin.extension.instrumentation.server
Instruments the ErrorHandler that is executed for unhandled exceptions from request handlers.
ErrorHandlerInstrumentation() - Constructor for class com.vaadin.extension.instrumentation.server.ErrorHandlerInstrumentation
 
ErrorHandlerInstrumentation.ErrorAdvice - Class in com.vaadin.extension.instrumentation.server
 
EventRpcHandlerInstrumentation - Class in com.vaadin.extension.instrumentation.communication.rpc
This is a Targeted instrumentation for EventRpcHandler which adds information on the element that got an action and on which view.
EventRpcHandlerInstrumentation() - Constructor for class com.vaadin.extension.instrumentation.communication.rpc.EventRpcHandlerInstrumentation
 
EventRpcHandlerInstrumentation.MethodAdvice - Class in com.vaadin.extension.instrumentation.communication.rpc
 
EXPECTATION_FAILED - Enum constant in enum class com.vaadin.extension.HttpStatusCode
Status code (417) indicating that the server could not meet the expectation given in the Expect request header.
exportHolder - Static variable in class com.vaadin.extension.instrumentation.client.ClientInstrumentation.ConstructorAdvice
 
ExportMethodAdvice() - Constructor for class com.vaadin.extension.instrumentation.client.HillaClientInstrumentation.ExportMethodAdvice
 
EXTENDED_NAME - Static variable in class com.vaadin.extension.VaadinObservabilityInstrumentationModule
 
extract(InstrumentationRequest) - Method in class com.vaadin.extension.SpanNameGenerator
 

F

FetchAdvice() - Constructor for class com.vaadin.extension.instrumentation.data.DataCommunicatorInstrumentation.FetchAdvice
 
FetchAdvice() - Constructor for class com.vaadin.extension.instrumentation.data.HierarchicalDataProviderInstrumentation.FetchAdvice
 
FetchChildrenAdvice() - Constructor for class com.vaadin.extension.instrumentation.data.HierarchicalDataProviderInstrumentation.FetchChildrenAdvice
 
FLOW_VERSION - Static variable in class com.vaadin.extension.Constants
 
FORBIDDEN - Enum constant in enum class com.vaadin.extension.HttpStatusCode
Status code (403) indicating the server understood the request but refused to fulfill it.
FOUND - Enum constant in enum class com.vaadin.extension.HttpStatusCode
Status code (302) indicating that the resource reside temporarily under a different URI.
FRONTEND_ID - Static variable in class com.vaadin.extension.Constants
 

G

GATEWAY_TIMEOUT - Enum constant in enum class com.vaadin.extension.HttpStatusCode
Status code (504) indicating that the server did not receive a timely response from the upstream server while acting as a gateway or proxy.
getActiveRouteTemplate(UI) - Static method in class com.vaadin.extension.InstrumentationHelper
Get the route template for the currently active view.
getAttributes() - Method in class com.vaadin.extension.instrumentation.client.ObjectMapSpanData
 
getAttributes() - Method in class com.vaadin.extension.InstrumentationRequest
 
getCode() - Method in enum class com.vaadin.extension.HttpStatusCode
Gets the integer representation of the HTTP status code.
getElement() - Method in class com.vaadin.extension.ElementInstrumentationInfo
 
getElementLabel() - Method in class com.vaadin.extension.ElementInstrumentationInfo
 
getEndEpochNanos() - Method in class com.vaadin.extension.instrumentation.client.ObjectMapSpanData
 
getEvents() - Method in class com.vaadin.extension.instrumentation.client.ObjectMapSpanData
 
getInstrumentationLibraryInfo() - Method in class com.vaadin.extension.instrumentation.client.ObjectMapSpanData
Deprecated.
getInstrumentationScopeInfo() - Method in class com.vaadin.extension.instrumentation.client.ObjectMapSpanData
 
getKind() - Method in class com.vaadin.extension.instrumentation.client.ObjectMapSpanData
 
getLinks() - Method in class com.vaadin.extension.instrumentation.client.ObjectMapSpanData
 
getName() - Method in class com.vaadin.extension.instrumentation.client.ObjectMapSpanData
 
getName() - Method in class com.vaadin.extension.InstrumentationRequest
 
getNode() - Method in class com.vaadin.extension.ElementInstrumentationInfo
 
getParentSpanContext() - Method in class com.vaadin.extension.instrumentation.client.ObjectMapSpanData
 
getPropertyFileProperties() - Method in class com.vaadin.extension.conf.ConfigurationDefaults
 
getRequestFilename(HttpServletRequest) - Static method in class com.vaadin.extension.InstrumentationHelper
Get the file name from the HTTP request.
getResource() - Method in class com.vaadin.extension.instrumentation.client.ObjectMapSpanData
 
getRouteTemplateForLocation(String) - Static method in class com.vaadin.extension.InstrumentationHelper
Get the route template for the provided location
getSpanContext() - Method in class com.vaadin.extension.instrumentation.client.ObjectMapSpanData
 
getSpanKind() - Method in class com.vaadin.extension.InstrumentationRequest
 
getStartEpochNanos() - Method in class com.vaadin.extension.instrumentation.client.ObjectMapSpanData
 
getStatus() - Method in class com.vaadin.extension.instrumentation.client.ObjectMapSpanData
 
getTotalAttributeCount() - Method in class com.vaadin.extension.instrumentation.client.ObjectMapSpanData
 
getTotalRecordedEvents() - Method in class com.vaadin.extension.instrumentation.client.ObjectMapSpanData
 
getTotalRecordedLinks() - Method in class com.vaadin.extension.instrumentation.client.ObjectMapSpanData
 
getTracer() - Static method in class com.vaadin.extension.InstrumentationHelper
 
getView() - Method in class com.vaadin.extension.ElementInstrumentationInfo
 
getViewLabel() - Method in class com.vaadin.extension.ElementInstrumentationInfo
 
GONE - Enum constant in enum class com.vaadin.extension.HttpStatusCode
Status code (410) indicating that the resource is no longer available at the server and no forwarding address is known.

H

HandleAdvice() - Constructor for class com.vaadin.extension.instrumentation.AbstractNavigationStateRendererInstrumentation.HandleAdvice
 
HandleAdvice() - Constructor for class com.vaadin.extension.instrumentation.communication.rpc.PublishedServerEventHandlerRpcHandlerInstrumentation.HandleAdvice
 
handleException(Span, Throwable) - Static method in class com.vaadin.extension.InstrumentationHelper
 
HandleRequestAdvice() - Constructor for class com.vaadin.extension.instrumentation.communication.PwaHandlerInstrumentation.HandleRequestAdvice
 
HandleRequestAdvice() - Constructor for class com.vaadin.extension.instrumentation.communication.SessionRequestHandlerInstrumentation.HandleRequestAdvice
 
HandleRequestAdvice() - Constructor for class com.vaadin.extension.instrumentation.communication.StreamRequestHandlerInstrumentation.HandleRequestAdvice
 
HandleRequestAdvice() - Constructor for class com.vaadin.extension.instrumentation.server.StaticFileServerInstrumentation.HandleRequestAdvice
 
hasEnded() - Method in class com.vaadin.extension.instrumentation.client.ObjectMapSpanData
 
HeartbeatHandlerInstrumentation - Class in com.vaadin.extension.instrumentation.communication
Instruments HeartbeatHandler to add a span for its execution
HeartbeatHandlerInstrumentation() - Constructor for class com.vaadin.extension.instrumentation.communication.HeartbeatHandlerInstrumentation
 
HeartbeatHandlerInstrumentation.SynchronizedHandleRequestAdvice - Class in com.vaadin.extension.instrumentation.communication
 
HierarchicalDataProviderInstrumentation - Class in com.vaadin.extension.instrumentation.data
Instruments HierarchicalDataProvider to add a span for the duration of data provider fetches for hierarchical data.
HierarchicalDataProviderInstrumentation() - Constructor for class com.vaadin.extension.instrumentation.data.HierarchicalDataProviderInstrumentation
 
HierarchicalDataProviderInstrumentation.FetchAdvice - Class in com.vaadin.extension.instrumentation.data
 
HierarchicalDataProviderInstrumentation.FetchChildrenAdvice - Class in com.vaadin.extension.instrumentation.data
 
HillaClientInstrumentation - Class in com.vaadin.extension.instrumentation.client
 
HillaClientInstrumentation() - Constructor for class com.vaadin.extension.instrumentation.client.HillaClientInstrumentation
 
HillaClientInstrumentation.ExportMethodAdvice - Class in com.vaadin.extension.instrumentation.client
 
holder - Static variable in class com.vaadin.extension.instrumentation.client.HillaClientInstrumentation.ExportMethodAdvice
 
HTTP_VERSION_NOT_SUPPORTED - Enum constant in enum class com.vaadin.extension.HttpStatusCode
Status code (505) indicating that the server does not support or refuses to support the HTTP protocol version that was used in the request message.
HttpStatusCode - Enum Class in com.vaadin.extension
 

I

includes(TraceLevel) - Method in enum class com.vaadin.extension.conf.TraceLevel
 
incrementUiCount() - Static method in class com.vaadin.extension.metrics.Metrics
 
INSTRUMENTATION_NAME - Static variable in class com.vaadin.extension.InstrumentationHelper
 
INSTRUMENTATION_NAME - Static variable in class com.vaadin.extension.VaadinObservabilityInstrumentationModule
 
INSTRUMENTATION_VERSION - Static variable in class com.vaadin.extension.InstrumentationHelper
 
InstrumentationHelper - Class in com.vaadin.extension
 
InstrumentationHelper() - Constructor for class com.vaadin.extension.InstrumentationHelper
 
InstrumentationRequest - Class in com.vaadin.extension
 
InstrumentationRequest(String, SpanKind) - Constructor for class com.vaadin.extension.InstrumentationRequest
 
InstrumentationRequest(String, SpanKind, Map<String, String>) - Constructor for class com.vaadin.extension.InstrumentationRequest
 
INSTRUMENTER - Static variable in class com.vaadin.extension.InstrumentationHelper
 
INTERNAL_SERVER_ERROR - Enum constant in enum class com.vaadin.extension.HttpStatusCode
Status code (500) indicating an error inside the HTTP server which prevented it from fulfilling the request.
InvokeAdvice() - Constructor for class com.vaadin.extension.instrumentation.communication.rpc.PublishedServerEventHandlerRpcHandlerInstrumentation.InvokeAdvice
 
isEnabled(TraceLevel) - Static method in class com.vaadin.extension.conf.Configuration
Checks whether a trace level is enabled.
isHelperClass(String) - Method in class com.vaadin.extension.VaadinObservabilityInstrumentationModule
 
isRequestType(HttpServletRequest, String) - Static method in class com.vaadin.extension.InstrumentationHelper
 
isValidStatusCode(int) - Static method in enum class com.vaadin.extension.HttpStatusCode
Checks if the given status code is valid.

J

JavaScriptBootstrapHandlerInstrumentation - Class in com.vaadin.extension.instrumentation.communication
Instruments JavaScriptBootstrapHandler to add a span for its execution, and update the http route to contain the route template for the actual location in the browser.
JavaScriptBootstrapHandlerInstrumentation() - Constructor for class com.vaadin.extension.instrumentation.communication.JavaScriptBootstrapHandlerInstrumentation
 
JavaScriptBootstrapHandlerInstrumentation.SynchronizedHandleRequestAdvice - Class in com.vaadin.extension.instrumentation.communication
 

L

LENGTH_REQUIRED - Enum constant in enum class com.vaadin.extension.HttpStatusCode
Status code (411) indicating that the request cannot be handled without a defined Content-Length.

M

MapSyncRpcHandlerInstrumentation - Class in com.vaadin.extension.instrumentation.communication.rpc
This is a targeted instrumentation for MapSyncRpcHandler which adds information that a node's/element's properties/attributes are synced from the client.
MapSyncRpcHandlerInstrumentation() - Constructor for class com.vaadin.extension.instrumentation.communication.rpc.MapSyncRpcHandlerInstrumentation
 
MapSyncRpcHandlerInstrumentation.MethodAdvice - Class in com.vaadin.extension.instrumentation.communication.rpc
 
matches(TypeDescription) - Method in class com.vaadin.extension.ClasspathByteBuddyPlugin
 
MAXIMUM - Enum constant in enum class com.vaadin.extension.conf.TraceLevel
 
METHOD_NOT_ALLOWED - Enum constant in enum class com.vaadin.extension.HttpStatusCode
Status code (405) indicating that the method specified in the Request-Line is not allowed for the resource identified by the Request-URI.
MethodAdvice() - Constructor for class com.vaadin.extension.instrumentation.communication.rpc.EventRpcHandlerInstrumentation.MethodAdvice
 
MethodAdvice() - Constructor for class com.vaadin.extension.instrumentation.communication.rpc.MapSyncRpcHandlerInstrumentation.MethodAdvice
 
MethodAdvice() - Constructor for class com.vaadin.extension.instrumentation.communication.rpc.NavigationRpcHandlerInstrumentation.MethodAdvice
 
MethodAdvice() - Constructor for class com.vaadin.extension.instrumentation.communication.rpc.ReturnChannelHandlerInstrumentation.MethodAdvice
 
MethodAdvice() - Constructor for class com.vaadin.extension.instrumentation.hilla.EndpointInvokerInstrumentation.MethodAdvice
 
MethodAdvice() - Constructor for class com.vaadin.extension.instrumentation.hilla.EndpointRegistryInstrumentation.MethodAdvice
 
MethodAdvice() - Constructor for class com.vaadin.extension.instrumentation.server.VaadinServletInstrumentation.MethodAdvice
 
Metrics - Class in com.vaadin.extension.metrics
 
Metrics() - Constructor for class com.vaadin.extension.metrics.Metrics
 
MINIMUM - Enum constant in enum class com.vaadin.extension.conf.TraceLevel
 
MOVED_PERMANENTLY - Enum constant in enum class com.vaadin.extension.HttpStatusCode
Status code (301) indicating that the resource has permanently moved to a new location, and that future references should use a new URI with their requests.
MOVED_TEMPORARILY - Enum constant in enum class com.vaadin.extension.HttpStatusCode
Status code (302) indicating that the resource has temporarily moved to another location, but that future references should still use the original URI to access the resource.
MULTIPLE_CHOICES - Enum constant in enum class com.vaadin.extension.HttpStatusCode
Status code (300) indicating that the requested resource corresponds to any one of a set of representations, each with its own specific location.

N

NavigationRpcHandlerInstrumentation - Class in com.vaadin.extension.instrumentation.communication.rpc
Instruments NavigationRpcHandler in order to add a span when the handler is called with a navigation message from the client.
NavigationRpcHandlerInstrumentation() - Constructor for class com.vaadin.extension.instrumentation.communication.rpc.NavigationRpcHandlerInstrumentation
 
NavigationRpcHandlerInstrumentation.MethodAdvice - Class in com.vaadin.extension.instrumentation.communication.rpc
 
NO_CONTENT - Enum constant in enum class com.vaadin.extension.HttpStatusCode
Status code (204) indicating that the request succeeded but that there was no new information to return.
NON_AUTHORITATIVE_INFORMATION - Enum constant in enum class com.vaadin.extension.HttpStatusCode
Status code (203) indicating that the meta information presented by the client did not originate from the server.
NOT_ACCEPTABLE - Enum constant in enum class com.vaadin.extension.HttpStatusCode
Status code (406) indicating that the resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request.
NOT_FOUND - Enum constant in enum class com.vaadin.extension.HttpStatusCode
Status code (404) indicating that the requested resource is not available.
NOT_IMPLEMENTED - Enum constant in enum class com.vaadin.extension.HttpStatusCode
Status code (501) indicating the HTTP server does not support the functionality needed to fulfill the request.
NOT_MODIFIED - Enum constant in enum class com.vaadin.extension.HttpStatusCode
Status code (304) indicating that a conditional GET operation found that the resource was available and not modified.

O

ObjectMapExporter - Class in com.vaadin.extension.instrumentation.client
This is a consumer callback that is injected into an ObservabilityHandler instance.
ObjectMapExporter() - Constructor for class com.vaadin.extension.instrumentation.client.ObjectMapExporter
 
ObjectMapSpanData - Class in com.vaadin.extension.instrumentation.client
This represents the data for an observability span.
ObjectMapSpanData(String, Map<String, Object>, Map<String, Object>, Map<String, Object>) - Constructor for class com.vaadin.extension.instrumentation.client.ObjectMapSpanData
This takes the ID of the installed handler and three object maps representing the resource, scope and span of the observability trace.
OK - Enum constant in enum class com.vaadin.extension.HttpStatusCode
Status code (200) indicating the request succeeded normally.
onEnd(AttributesBuilder, Context, InstrumentationRequest, Object, Throwable) - Method in class com.vaadin.extension.SpanAttributeGenerator
 
onEnter(Component, Method, Span, Scope) - Static method in class com.vaadin.extension.instrumentation.communication.rpc.PublishedServerEventHandlerRpcHandlerInstrumentation.InvokeAdvice
 
onEnter(DataCommunicator, int, int, Span, Scope) - Static method in class com.vaadin.extension.instrumentation.data.DataCommunicatorInstrumentation.FetchAdvice
 
onEnter(HierarchicalDataProvider, HierarchicalQuery<?, ?>, Span, Scope) - Static method in class com.vaadin.extension.instrumentation.data.HierarchicalDataProviderInstrumentation.FetchChildrenAdvice
 
onEnter(HierarchicalDataProvider, Query<?, ?>, Span, Scope) - Static method in class com.vaadin.extension.instrumentation.data.HierarchicalDataProviderInstrumentation.FetchAdvice
 
onEnter(AttachExistingElementFeature, StateNode, Span, Scope) - Static method in class com.vaadin.extension.instrumentation.communication.rpc.AttachExistingElementRpcHandlerInstrumentation.AttachElementAdvice
 
onEnter(StateNode, JsonObject, Span, Scope) - Static method in class com.vaadin.extension.instrumentation.communication.rpc.EventRpcHandlerInstrumentation.MethodAdvice
 
onEnter(StateNode, JsonObject, Span, Scope) - Static method in class com.vaadin.extension.instrumentation.communication.rpc.MapSyncRpcHandlerInstrumentation.MethodAdvice
 
onEnter(StateNode, Span, Scope) - Static method in class com.vaadin.extension.instrumentation.communication.rpc.AttachTemplateChildRpcHandlerInstrumentation.AttachElementAdvice
 
onEnter(NavigationEvent, Span, Scope) - Static method in class com.vaadin.extension.instrumentation.AbstractNavigationStateRendererInstrumentation.HandleAdvice
 
onEnter(PublishedServerEventHandlerRpcHandler, String, Span, Scope) - Static method in class com.vaadin.extension.instrumentation.communication.rpc.PublishedServerEventHandlerRpcHandlerInstrumentation.HandleAdvice
 
onEnter(ErrorEvent, Context, Scope) - Static method in class com.vaadin.extension.instrumentation.server.ErrorHandlerInstrumentation.ErrorAdvice
 
onEnter(VaadinRequest, SessionRequestHandler, String, Span, Scope) - Static method in class com.vaadin.extension.instrumentation.communication.SessionRequestHandlerInstrumentation.HandleRequestAdvice
 
onEnter(VaadinRequest, Span, Scope) - Static method in class com.vaadin.extension.instrumentation.communication.JavaScriptBootstrapHandlerInstrumentation.SynchronizedHandleRequestAdvice
 
onEnter(VaadinRequest, Span, Scope) - Static method in class com.vaadin.extension.instrumentation.communication.WebcomponentBootstrapHandlerInstrumentation.SynchronizedHandleRequestAdvice
 
onEnter(VaadinSession) - Static method in class com.vaadin.extension.instrumentation.server.VaadinSessionInstrumentation.CloseSessionAdvice
 
onEnter(VaadinSession) - Static method in class com.vaadin.extension.instrumentation.server.VaadinSessionInstrumentation.CreateSessionAdvice
 
onEnter(Span, Scope) - Static method in class com.vaadin.extension.instrumentation.communication.HeartbeatHandlerInstrumentation.SynchronizedHandleRequestAdvice
 
onEnter(Span, Scope) - Static method in class com.vaadin.extension.instrumentation.communication.rpc.NavigationRpcHandlerInstrumentation.MethodAdvice
 
onEnter(Span, Scope) - Static method in class com.vaadin.extension.instrumentation.communication.rpc.ReturnChannelHandlerInstrumentation.MethodAdvice
 
onEnter(Span, Scope) - Static method in class com.vaadin.extension.instrumentation.communication.UidlRequestHandlerInstrumentation.SynchronizedHandleRequestAdvice
 
onEnter(Span, Scope) - Static method in class com.vaadin.extension.instrumentation.data.renderer.ComponentRendererInstrumentation.CreateComponentAdvice
 
onEnter(Span, Scope) - Static method in class com.vaadin.extension.instrumentation.hilla.EndpointRegistryInstrumentation.MethodAdvice
 
onEnter(HttpServletRequest, Context, Scope, boolean) - Static method in class com.vaadin.extension.instrumentation.server.VaadinServletInstrumentation.MethodAdvice
 
onEnter(String, SubscribeMessage, Span, Scope) - Static method in class com.vaadin.extension.instrumentation.hilla.PushMessageHandlerInstrumentation.SubscribeAdvice
 
onEnter(String, String, Span, Scope) - Static method in class com.vaadin.extension.instrumentation.hilla.EndpointInvokerInstrumentation.MethodAdvice
 
onEnter(Instant) - Static method in class com.vaadin.extension.instrumentation.communication.PwaHandlerInstrumentation.HandleRequestAdvice
 
onEnter(Instant) - Static method in class com.vaadin.extension.instrumentation.communication.StreamRequestHandlerInstrumentation.HandleRequestAdvice
 
onEnter(Instant) - Static method in class com.vaadin.extension.instrumentation.communication.UnsupportedBrowserHandlerInstrumentation.SynchronizedHandleRequestAdvice
 
onEnter(Instant) - Static method in class com.vaadin.extension.instrumentation.communication.WebComponentProviderInstrumentation.SynchronizedHandleRequestAdvice
 
onEnter(Instant) - Static method in class com.vaadin.extension.instrumentation.server.StaticFileServerInstrumentation.HandleRequestAdvice
 
onExit() - Static method in class com.vaadin.extension.instrumentation.server.VaadinSessionInstrumentation.AddUiAdvice
 
onExit() - Static method in class com.vaadin.extension.instrumentation.server.VaadinSessionInstrumentation.RemoveUiAdvice
 
onExit(UnsupportedBrowserHandler, String, Throwable, VaadinRequest, boolean, Instant) - Static method in class com.vaadin.extension.instrumentation.communication.UnsupportedBrowserHandlerInstrumentation.SynchronizedHandleRequestAdvice
 
onExit(VaadinSession, VaadinRequest, Throwable, Span, Scope) - Static method in class com.vaadin.extension.instrumentation.communication.UidlRequestHandlerInstrumentation.SynchronizedHandleRequestAdvice
 
onExit(Throwable, boolean, VaadinRequest, Instant) - Static method in class com.vaadin.extension.instrumentation.communication.StreamRequestHandlerInstrumentation.HandleRequestAdvice
 
onExit(Throwable, boolean, Span, Scope) - Static method in class com.vaadin.extension.instrumentation.communication.SessionRequestHandlerInstrumentation.HandleRequestAdvice
 
onExit(Throwable, boolean, HttpServletRequest, HttpServletResponse, Instant) - Static method in class com.vaadin.extension.instrumentation.server.StaticFileServerInstrumentation.HandleRequestAdvice
 
onExit(Throwable, Component, Span, Scope) - Static method in class com.vaadin.extension.instrumentation.data.renderer.ComponentRendererInstrumentation.CreateComponentAdvice
 
onExit(Throwable, NavigationEvent, Span, Scope) - Static method in class com.vaadin.extension.instrumentation.AbstractNavigationStateRendererInstrumentation.HandleAdvice
 
onExit(Throwable, VaadinRequest, boolean, Instant) - Static method in class com.vaadin.extension.instrumentation.communication.PwaHandlerInstrumentation.HandleRequestAdvice
 
onExit(Throwable, VaadinRequest, boolean, Instant) - Static method in class com.vaadin.extension.instrumentation.communication.WebComponentProviderInstrumentation.SynchronizedHandleRequestAdvice
 
onExit(Throwable, Span, Scope) - Static method in class com.vaadin.extension.instrumentation.communication.HeartbeatHandlerInstrumentation.SynchronizedHandleRequestAdvice
 
onExit(Throwable, Span, Scope) - Static method in class com.vaadin.extension.instrumentation.communication.JavaScriptBootstrapHandlerInstrumentation.SynchronizedHandleRequestAdvice
 
onExit(Throwable, Span, Scope) - Static method in class com.vaadin.extension.instrumentation.communication.rpc.AttachExistingElementRpcHandlerInstrumentation.AttachElementAdvice
 
onExit(Throwable, Span, Scope) - Static method in class com.vaadin.extension.instrumentation.communication.rpc.AttachTemplateChildRpcHandlerInstrumentation.AttachElementAdvice
 
onExit(Throwable, Span, Scope) - Static method in class com.vaadin.extension.instrumentation.communication.rpc.EventRpcHandlerInstrumentation.MethodAdvice
 
onExit(Throwable, Span, Scope) - Static method in class com.vaadin.extension.instrumentation.communication.rpc.MapSyncRpcHandlerInstrumentation.MethodAdvice
 
onExit(Throwable, Span, Scope) - Static method in class com.vaadin.extension.instrumentation.communication.rpc.NavigationRpcHandlerInstrumentation.MethodAdvice
 
onExit(Throwable, Span, Scope) - Static method in class com.vaadin.extension.instrumentation.communication.rpc.PublishedServerEventHandlerRpcHandlerInstrumentation.HandleAdvice
 
onExit(Throwable, Span, Scope) - Static method in class com.vaadin.extension.instrumentation.communication.rpc.PublishedServerEventHandlerRpcHandlerInstrumentation.InvokeAdvice
 
onExit(Throwable, Span, Scope) - Static method in class com.vaadin.extension.instrumentation.communication.rpc.ReturnChannelHandlerInstrumentation.MethodAdvice
 
onExit(Throwable, Span, Scope) - Static method in class com.vaadin.extension.instrumentation.communication.WebcomponentBootstrapHandlerInstrumentation.SynchronizedHandleRequestAdvice
 
onExit(Throwable, Span, Scope) - Static method in class com.vaadin.extension.instrumentation.data.DataCommunicatorInstrumentation.FetchAdvice
 
onExit(Throwable, Span, Scope) - Static method in class com.vaadin.extension.instrumentation.data.HierarchicalDataProviderInstrumentation.FetchAdvice
 
onExit(Throwable, Span, Scope) - Static method in class com.vaadin.extension.instrumentation.data.HierarchicalDataProviderInstrumentation.FetchChildrenAdvice
 
onExit(Throwable, Span, Scope) - Static method in class com.vaadin.extension.instrumentation.hilla.EndpointInvokerInstrumentation.MethodAdvice
 
onExit(Throwable, Span, Scope) - Static method in class com.vaadin.extension.instrumentation.hilla.EndpointRegistryInstrumentation
 
onExit(Throwable, Span, Scope) - Static method in class com.vaadin.extension.instrumentation.hilla.PushMessageHandlerInstrumentation.SubscribeAdvice
 
onExit(Throwable, HttpServletResponse, Context, Scope, boolean) - Static method in class com.vaadin.extension.instrumentation.server.VaadinServletInstrumentation.MethodAdvice
 
onExit(BiConsumer<String, Map<String, Object>>) - Static method in class com.vaadin.extension.instrumentation.client.HillaClientInstrumentation.ExportMethodAdvice
 
onExit(Function<String, String>, BiConsumer<String, Map<String, Object>>) - Static method in class com.vaadin.extension.instrumentation.client.ClientInstrumentation.ConstructorAdvice
 
onStart(AttributesBuilder, Context, InstrumentationRequest) - Method in class com.vaadin.extension.SpanAttributeGenerator
 
order() - Method in class com.vaadin.extension.conf.ConfigurationDefaults
 

P

PARTIAL_CONTENT - Enum constant in enum class com.vaadin.extension.HttpStatusCode
Status code (206) indicating that the server has fulfilled the partial GET request for the resource.
PAYMENT_REQUIRED - Enum constant in enum class com.vaadin.extension.HttpStatusCode
Status code (402) reserved for future use.
PRECONDITION_FAILED - Enum constant in enum class com.vaadin.extension.HttpStatusCode
Status code (412) indicating that the precondition given in one or more of the request-header fields evaluated to false when it was tested on the server.
PROXY_AUTHENTICATION_REQUIRED - Enum constant in enum class com.vaadin.extension.HttpStatusCode
Status code (407) indicating that the client MUST first authenticate itself with the proxy.
PublishedServerEventHandlerRpcHandlerInstrumentation - Class in com.vaadin.extension.instrumentation.communication.rpc
Instruments PublishedServerEventHandlerRpcHandler in order to add a span when the handler is triggered by a element.$server or $server call from the client.
PublishedServerEventHandlerRpcHandlerInstrumentation() - Constructor for class com.vaadin.extension.instrumentation.communication.rpc.PublishedServerEventHandlerRpcHandlerInstrumentation
 
PublishedServerEventHandlerRpcHandlerInstrumentation.HandleAdvice - Class in com.vaadin.extension.instrumentation.communication.rpc
 
PublishedServerEventHandlerRpcHandlerInstrumentation.InvokeAdvice - Class in com.vaadin.extension.instrumentation.communication.rpc
 
PushMessageHandlerInstrumentation - Class in com.vaadin.extension.instrumentation.hilla
 
PushMessageHandlerInstrumentation() - Constructor for class com.vaadin.extension.instrumentation.hilla.PushMessageHandlerInstrumentation
 
PushMessageHandlerInstrumentation.SubscribeAdvice - Class in com.vaadin.extension.instrumentation.hilla
 
PwaHandlerInstrumentation - Class in com.vaadin.extension.instrumentation.communication
Instruments PwaHandler to add a span for its execution
PwaHandlerInstrumentation() - Constructor for class com.vaadin.extension.instrumentation.communication.PwaHandlerInstrumentation
 
PwaHandlerInstrumentation.HandleRequestAdvice - Class in com.vaadin.extension.instrumentation.communication
 

R

recordSessionEnd(VaadinSession) - Static method in class com.vaadin.extension.metrics.Metrics
 
recordSessionStart(VaadinSession) - Static method in class com.vaadin.extension.metrics.Metrics
 
RemoveUiAdvice() - Constructor for class com.vaadin.extension.instrumentation.server.VaadinSessionInstrumentation.RemoveUiAdvice
 
REQUEST_ENTITY_TOO_LARGE - Enum constant in enum class com.vaadin.extension.HttpStatusCode
Status code (413) indicating that the server is refusing to process the request because the request entity is larger than the server is willing or able to process.
REQUEST_LOCATION_PARAMETER - Static variable in class com.vaadin.extension.Constants
 
REQUEST_TIMEOUT - Enum constant in enum class com.vaadin.extension.HttpStatusCode
Status code (408) indicating that the client did not produce a request within the time that the server was prepared to wait.
REQUEST_TYPE - Static variable in class com.vaadin.extension.Constants
 
REQUEST_TYPE_HEARTBEAT - Static variable in class com.vaadin.extension.Constants
 
REQUEST_TYPE_OBSERVABILITY - Static variable in class com.vaadin.extension.Constants
 
REQUEST_URI_TOO_LONG - Enum constant in enum class com.vaadin.extension.HttpStatusCode
Status code (414) indicating that the server is refusing to service the request because the Request-URI is longer than the server is willing to interpret.
REQUESTED_RANGE_NOT_SATISFIABLE - Enum constant in enum class com.vaadin.extension.HttpStatusCode
Status code (416) indicating that the server cannot serve the requested byte range.
RESET_CONTENT - Enum constant in enum class com.vaadin.extension.HttpStatusCode
Status code (205) indicating that the agent SHOULD reset the document view which caused the request to be sent.
ReturnChannelHandlerInstrumentation - Class in com.vaadin.extension.instrumentation.communication.rpc
Instruments ReturnChannelHandler to add a span for its execution
ReturnChannelHandlerInstrumentation() - Constructor for class com.vaadin.extension.instrumentation.communication.rpc.ReturnChannelHandlerInstrumentation
 
ReturnChannelHandlerInstrumentation.MethodAdvice - Class in com.vaadin.extension.instrumentation.communication.rpc
 

S

SEE_OTHER - Enum constant in enum class com.vaadin.extension.HttpStatusCode
Status code (303) indicating that the response to the request can be found under a different URI.
SERVICE_UNAVAILABLE - Enum constant in enum class com.vaadin.extension.HttpStatusCode
Status code (503) indicating that the HTTP server is temporarily overloaded, and unable to handle the request.
SESSION_ID - Static variable in class com.vaadin.extension.Constants
 
SESSION_ID - Static variable in class com.vaadin.extension.ContextKeys
 
SessionRequestHandlerInstrumentation - Class in com.vaadin.extension.instrumentation.communication
Instruments SessionRequestHandler
SessionRequestHandlerInstrumentation() - Constructor for class com.vaadin.extension.instrumentation.communication.SessionRequestHandlerInstrumentation
 
SessionRequestHandlerInstrumentation.HandleRequestAdvice - Class in com.vaadin.extension.instrumentation.communication
 
SpanAttributeGenerator - Class in com.vaadin.extension
 
SpanAttributeGenerator() - Constructor for class com.vaadin.extension.SpanAttributeGenerator
 
spanExporter - Static variable in class com.vaadin.extension.conf.ConfigurationDefaults
 
SpanNameGenerator - Class in com.vaadin.extension
Generate the span name from the VaadinRequest object name field.
SpanNameGenerator() - Constructor for class com.vaadin.extension.SpanNameGenerator
 
startRootSpan(HttpServletRequest) - Static method in class com.vaadin.extension.InstrumentationHelper
Creates a server root span from the HTTP servlet request, and returns a context containing the created span
startSpan(String) - Static method in class com.vaadin.extension.InstrumentationHelper
Creates and starts a new span with the provided name.
startSpan(String, Instant) - Static method in class com.vaadin.extension.InstrumentationHelper
Creates and starts a new span with the provided name, at the provided start timestamp.
StaticFileServerInstrumentation - Class in com.vaadin.extension.instrumentation.server
 
StaticFileServerInstrumentation() - Constructor for class com.vaadin.extension.instrumentation.server.StaticFileServerInstrumentation
 
StaticFileServerInstrumentation.HandleRequestAdvice - Class in com.vaadin.extension.instrumentation.server
 
StreamRequestHandlerInstrumentation - Class in com.vaadin.extension.instrumentation.communication
Instruments StreamRequestHandler in order to add a span when the handler is called.
StreamRequestHandlerInstrumentation() - Constructor for class com.vaadin.extension.instrumentation.communication.StreamRequestHandlerInstrumentation
 
StreamRequestHandlerInstrumentation.HandleRequestAdvice - Class in com.vaadin.extension.instrumentation.communication
 
SubscribeAdvice() - Constructor for class com.vaadin.extension.instrumentation.hilla.PushMessageHandlerInstrumentation.SubscribeAdvice
 
SWITCHING_PROTOCOLS - Enum constant in enum class com.vaadin.extension.HttpStatusCode
Status code (101) indicating the server is switching protocols according to Upgrade header.
SynchronizedHandleRequestAdvice() - Constructor for class com.vaadin.extension.instrumentation.communication.HeartbeatHandlerInstrumentation.SynchronizedHandleRequestAdvice
 
SynchronizedHandleRequestAdvice() - Constructor for class com.vaadin.extension.instrumentation.communication.JavaScriptBootstrapHandlerInstrumentation.SynchronizedHandleRequestAdvice
 
SynchronizedHandleRequestAdvice() - Constructor for class com.vaadin.extension.instrumentation.communication.UidlRequestHandlerInstrumentation.SynchronizedHandleRequestAdvice
 
SynchronizedHandleRequestAdvice() - Constructor for class com.vaadin.extension.instrumentation.communication.UnsupportedBrowserHandlerInstrumentation.SynchronizedHandleRequestAdvice
 
SynchronizedHandleRequestAdvice() - Constructor for class com.vaadin.extension.instrumentation.communication.WebcomponentBootstrapHandlerInstrumentation.SynchronizedHandleRequestAdvice
 
SynchronizedHandleRequestAdvice() - Constructor for class com.vaadin.extension.instrumentation.communication.WebComponentProviderInstrumentation.SynchronizedHandleRequestAdvice
 

T

TEMPORARY_REDIRECT - Enum constant in enum class com.vaadin.extension.HttpStatusCode
Status code (307) indicating that the requested resource resides temporarily under a different URI.
TRACE_LEVEL - Static variable in class com.vaadin.extension.conf.Configuration
 
TraceLevel - Enum Class in com.vaadin.extension.conf
The detail level of traces.
transform(TypeTransformer) - Method in class com.vaadin.extension.instrumentation.AbstractNavigationStateRendererInstrumentation
 
transform(TypeTransformer) - Method in class com.vaadin.extension.instrumentation.client.ClientInstrumentation
Sets callbacks on the ConstructorAdvice class and applies this class to the constructor of an ObservabilityHandler instance.
transform(TypeTransformer) - Method in class com.vaadin.extension.instrumentation.client.HillaClientInstrumentation
 
transform(TypeTransformer) - Method in class com.vaadin.extension.instrumentation.communication.HeartbeatHandlerInstrumentation
 
transform(TypeTransformer) - Method in class com.vaadin.extension.instrumentation.communication.JavaScriptBootstrapHandlerInstrumentation
 
transform(TypeTransformer) - Method in class com.vaadin.extension.instrumentation.communication.PwaHandlerInstrumentation
 
transform(TypeTransformer) - Method in class com.vaadin.extension.instrumentation.communication.rpc.AttachExistingElementRpcHandlerInstrumentation
 
transform(TypeTransformer) - Method in class com.vaadin.extension.instrumentation.communication.rpc.AttachTemplateChildRpcHandlerInstrumentation
 
transform(TypeTransformer) - Method in class com.vaadin.extension.instrumentation.communication.rpc.EventRpcHandlerInstrumentation
 
transform(TypeTransformer) - Method in class com.vaadin.extension.instrumentation.communication.rpc.MapSyncRpcHandlerInstrumentation
 
transform(TypeTransformer) - Method in class com.vaadin.extension.instrumentation.communication.rpc.NavigationRpcHandlerInstrumentation
 
transform(TypeTransformer) - Method in class com.vaadin.extension.instrumentation.communication.rpc.PublishedServerEventHandlerRpcHandlerInstrumentation
 
transform(TypeTransformer) - Method in class com.vaadin.extension.instrumentation.communication.rpc.ReturnChannelHandlerInstrumentation
 
transform(TypeTransformer) - Method in class com.vaadin.extension.instrumentation.communication.SessionRequestHandlerInstrumentation
 
transform(TypeTransformer) - Method in class com.vaadin.extension.instrumentation.communication.StreamRequestHandlerInstrumentation
 
transform(TypeTransformer) - Method in class com.vaadin.extension.instrumentation.communication.UidlRequestHandlerInstrumentation
 
transform(TypeTransformer) - Method in class com.vaadin.extension.instrumentation.communication.UnsupportedBrowserHandlerInstrumentation
 
transform(TypeTransformer) - Method in class com.vaadin.extension.instrumentation.communication.WebcomponentBootstrapHandlerInstrumentation
 
transform(TypeTransformer) - Method in class com.vaadin.extension.instrumentation.communication.WebComponentProviderInstrumentation
 
transform(TypeTransformer) - Method in class com.vaadin.extension.instrumentation.data.DataCommunicatorInstrumentation
 
transform(TypeTransformer) - Method in class com.vaadin.extension.instrumentation.data.HierarchicalDataProviderInstrumentation
 
transform(TypeTransformer) - Method in class com.vaadin.extension.instrumentation.data.renderer.ComponentRendererInstrumentation
 
transform(TypeTransformer) - Method in class com.vaadin.extension.instrumentation.hilla.EndpointInvokerInstrumentation
 
transform(TypeTransformer) - Method in class com.vaadin.extension.instrumentation.hilla.EndpointRegistryInstrumentation
 
transform(TypeTransformer) - Method in class com.vaadin.extension.instrumentation.hilla.PushMessageHandlerInstrumentation
 
transform(TypeTransformer) - Method in class com.vaadin.extension.instrumentation.server.ErrorHandlerInstrumentation
 
transform(TypeTransformer) - Method in class com.vaadin.extension.instrumentation.server.StaticFileServerInstrumentation
 
transform(TypeTransformer) - Method in class com.vaadin.extension.instrumentation.server.VaadinServletInstrumentation
 
transform(TypeTransformer) - Method in class com.vaadin.extension.instrumentation.server.VaadinSessionInstrumentation
 
typeInstrumentations() - Method in class com.vaadin.extension.VaadinObservabilityInstrumentationModule
 
typeMatcher() - Method in class com.vaadin.extension.instrumentation.AbstractNavigationStateRendererInstrumentation
 
typeMatcher() - Method in class com.vaadin.extension.instrumentation.client.ClientInstrumentation
Returns an element matcher for the ObservabilityHandler class.
typeMatcher() - Method in class com.vaadin.extension.instrumentation.client.HillaClientInstrumentation
 
typeMatcher() - Method in class com.vaadin.extension.instrumentation.communication.HeartbeatHandlerInstrumentation
 
typeMatcher() - Method in class com.vaadin.extension.instrumentation.communication.JavaScriptBootstrapHandlerInstrumentation
 
typeMatcher() - Method in class com.vaadin.extension.instrumentation.communication.PwaHandlerInstrumentation
 
typeMatcher() - Method in class com.vaadin.extension.instrumentation.communication.rpc.AttachExistingElementRpcHandlerInstrumentation
 
typeMatcher() - Method in class com.vaadin.extension.instrumentation.communication.rpc.AttachTemplateChildRpcHandlerInstrumentation
 
typeMatcher() - Method in class com.vaadin.extension.instrumentation.communication.rpc.EventRpcHandlerInstrumentation
 
typeMatcher() - Method in class com.vaadin.extension.instrumentation.communication.rpc.MapSyncRpcHandlerInstrumentation
 
typeMatcher() - Method in class com.vaadin.extension.instrumentation.communication.rpc.NavigationRpcHandlerInstrumentation
 
typeMatcher() - Method in class com.vaadin.extension.instrumentation.communication.rpc.PublishedServerEventHandlerRpcHandlerInstrumentation
 
typeMatcher() - Method in class com.vaadin.extension.instrumentation.communication.rpc.ReturnChannelHandlerInstrumentation
 
typeMatcher() - Method in class com.vaadin.extension.instrumentation.communication.SessionRequestHandlerInstrumentation
 
typeMatcher() - Method in class com.vaadin.extension.instrumentation.communication.StreamRequestHandlerInstrumentation
 
typeMatcher() - Method in class com.vaadin.extension.instrumentation.communication.UidlRequestHandlerInstrumentation
 
typeMatcher() - Method in class com.vaadin.extension.instrumentation.communication.UnsupportedBrowserHandlerInstrumentation
 
typeMatcher() - Method in class com.vaadin.extension.instrumentation.communication.WebcomponentBootstrapHandlerInstrumentation
 
typeMatcher() - Method in class com.vaadin.extension.instrumentation.communication.WebComponentProviderInstrumentation
 
typeMatcher() - Method in class com.vaadin.extension.instrumentation.data.DataCommunicatorInstrumentation
 
typeMatcher() - Method in class com.vaadin.extension.instrumentation.data.HierarchicalDataProviderInstrumentation
 
typeMatcher() - Method in class com.vaadin.extension.instrumentation.data.renderer.ComponentRendererInstrumentation
 
typeMatcher() - Method in class com.vaadin.extension.instrumentation.hilla.EndpointInvokerInstrumentation
 
typeMatcher() - Method in class com.vaadin.extension.instrumentation.hilla.EndpointRegistryInstrumentation
 
typeMatcher() - Method in class com.vaadin.extension.instrumentation.hilla.PushMessageHandlerInstrumentation
 
typeMatcher() - Method in class com.vaadin.extension.instrumentation.server.ErrorHandlerInstrumentation
 
typeMatcher() - Method in class com.vaadin.extension.instrumentation.server.StaticFileServerInstrumentation
 
typeMatcher() - Method in class com.vaadin.extension.instrumentation.server.VaadinServletInstrumentation
 
typeMatcher() - Method in class com.vaadin.extension.instrumentation.server.VaadinSessionInstrumentation
 

U

UidlRequestHandlerInstrumentation - Class in com.vaadin.extension.instrumentation.communication
Instruments UidlRequestHandler to add a span for its execution
UidlRequestHandlerInstrumentation() - Constructor for class com.vaadin.extension.instrumentation.communication.UidlRequestHandlerInstrumentation
 
UidlRequestHandlerInstrumentation.SynchronizedHandleRequestAdvice - Class in com.vaadin.extension.instrumentation.communication
 
UNAUTHORIZED - Enum constant in enum class com.vaadin.extension.HttpStatusCode
Status code (401) indicating that the request requires HTTP authentication.
UNSUPPORTED_MEDIA_TYPE - Enum constant in enum class com.vaadin.extension.HttpStatusCode
Status code (415) indicating that the server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.
UnsupportedBrowserHandlerInstrumentation - Class in com.vaadin.extension.instrumentation.communication
Instruments UnsupportedBrowserHandler to add a span for its execution
UnsupportedBrowserHandlerInstrumentation() - Constructor for class com.vaadin.extension.instrumentation.communication.UnsupportedBrowserHandlerInstrumentation
 
UnsupportedBrowserHandlerInstrumentation.SynchronizedHandleRequestAdvice - Class in com.vaadin.extension.instrumentation.communication
 
updateHttpRoute(UI) - Static method in class com.vaadin.extension.InstrumentationHelper
 
USE_PROXY - Enum constant in enum class com.vaadin.extension.HttpStatusCode
Status code (305) indicating that the requested resource MUST be accessed through the proxy given by the Location field.

V

VaadinObservabilityInstrumentationModule - Class in com.vaadin.extension
 
VaadinObservabilityInstrumentationModule() - Constructor for class com.vaadin.extension.VaadinObservabilityInstrumentationModule
 
VaadinServletInstrumentation - Class in com.vaadin.extension.instrumentation.server
Instruments VaadinServlet to create a server root span if none exists yet.
VaadinServletInstrumentation() - Constructor for class com.vaadin.extension.instrumentation.server.VaadinServletInstrumentation
 
VaadinServletInstrumentation.MethodAdvice - Class in com.vaadin.extension.instrumentation.server
 
VaadinSessionInstrumentation - Class in com.vaadin.extension.instrumentation.server
Instruments VaadinSession to keep track of the number of current sessions and UIs
VaadinSessionInstrumentation() - Constructor for class com.vaadin.extension.instrumentation.server.VaadinSessionInstrumentation
 
VaadinSessionInstrumentation.AddUiAdvice - Class in com.vaadin.extension.instrumentation.server
 
VaadinSessionInstrumentation.CloseSessionAdvice - Class in com.vaadin.extension.instrumentation.server
 
VaadinSessionInstrumentation.CreateSessionAdvice - Class in com.vaadin.extension.instrumentation.server
 
VaadinSessionInstrumentation.RemoveUiAdvice - Class in com.vaadin.extension.instrumentation.server
 
valueOf(String) - Static method in enum class com.vaadin.extension.conf.TraceLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.extension.HttpStatusCode
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.vaadin.extension.conf.TraceLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.extension.HttpStatusCode
Returns an array containing the constants of this enum class, in the order they are declared.

W

WebcomponentBootstrapHandlerInstrumentation - Class in com.vaadin.extension.instrumentation.communication
Instruments WebComponentBootstrapHandler to add a span for its execution.
WebcomponentBootstrapHandlerInstrumentation() - Constructor for class com.vaadin.extension.instrumentation.communication.WebcomponentBootstrapHandlerInstrumentation
 
WebcomponentBootstrapHandlerInstrumentation.SynchronizedHandleRequestAdvice - Class in com.vaadin.extension.instrumentation.communication
 
WebComponentProviderInstrumentation - Class in com.vaadin.extension.instrumentation.communication
Instruments WebComponentProvider to add a span when supplying the script/html of the web component matching requested tag.
WebComponentProviderInstrumentation() - Constructor for class com.vaadin.extension.instrumentation.communication.WebComponentProviderInstrumentation
 
WebComponentProviderInstrumentation.SynchronizedHandleRequestAdvice - Class in com.vaadin.extension.instrumentation.communication
 
A B C D E F G H I J L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values