com.vaadin.server.

Interface StreamVariable.StreamingEvent

    • Method Detail

      • getFileName

        String getFileName()

        Returns:

        the file name of the streamed file if known

      • getMimeType

        String getMimeType()

        Returns:

        the mime type of the streamed file if known

      • getContentLength

        long getContentLength()

        Returns:

        the length of the stream (in bytes) if known, else -1

      • getBytesReceived

        long getBytesReceived()

        Returns:

        then number of bytes streamed to StreamVariable