Package com.vaadin.flow.server
Interface StreamVariable.StreamingStartEvent
- All Superinterfaces:
Serializable,StreamVariable.StreamingEvent
- All Known Implementing Classes:
StreamingStartEventImpl
- Enclosing interface:
StreamVariable
Event passed to
StreamVariable.streamingStarted(StreamingStartEvent) method
before the streaming of the content to StreamVariable starts.-
Method Summary
Modifier and TypeMethodDescriptionvoidThe owner of the StreamVariable can call this method to inform the implementation that this StreamVariable will not be used to accept more post.Methods inherited from interface com.vaadin.flow.server.StreamVariable.StreamingEvent
getBytesReceived, getContentLength, getFileName, getMimeType
-
Method Details
-
disposeStreamVariable
void disposeStreamVariable()The owner of the StreamVariable can call this method to inform the implementation that this StreamVariable will not be used to accept more post.
-