| Package | Description |
|---|---|
| com.vaadin.flow.server | |
| com.vaadin.flow.server.communication.streaming |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
StreamVariable.StreamingEndEvent
Event passed to
StreamVariable.streamingFinished(StreamingEndEvent) method the
contents have been streamed to StreamVariable successfully. |
static interface |
StreamVariable.StreamingErrorEvent
Event passed to
StreamVariable.streamingFailed(StreamingErrorEvent) method when
the streaming ended before the end of the input. |
static interface |
StreamVariable.StreamingProgressEvent
Event passed to
StreamVariable.onProgress(StreamingProgressEvent) method during
the streaming progresses. |
static interface |
StreamVariable.StreamingStartEvent
Event passed to
StreamVariable.streamingStarted(StreamingStartEvent) method
before the streaming of the content to StreamVariable starts. |
| Modifier and Type | Class and Description |
|---|---|
class |
StreamingEndEventImpl
Implementation of
StreamVariable.StreamingEndEvent. |
class |
StreamingErrorEventImpl
Implementation for
StreamVariable.StreamingErrorEvent. |
class |
StreamingProgressEventImpl
Implementation for
StreamVariable.StreamingProgressEvent. |
class |
StreamingStartEventImpl
Implementation for
StreamVariable.StreamingStartEvent. |
Copyright © 2025. All rights reserved.