Package com.vaadin.server
Interface StreamVariable.StreamingStartEvent
-
- All Superinterfaces:
Serializable
,StreamVariable.StreamingEvent
- Enclosing interface:
- StreamVariable
public static interface StreamVariable.StreamingStartEvent extends StreamVariable.StreamingEvent
Event passed to#uploadStarted(StreamingStartEvent)
method before the streaming of the content toStreamVariable
starts.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
disposeStreamVariable()
The owner of the StreamVariable can call this method to inform the terminal implementation that this StreamVariable will not be used to accept more post.-
Methods inherited from interface com.vaadin.server.StreamVariable.StreamingEvent
getBytesReceived, getContentLength, getFileName, getMimeType
-
-