Uses of Interface
com.vaadin.server.StreamResource.StreamSource
-
Packages that use StreamResource.StreamSource Package Description com.vaadin.server -
-
Uses of StreamResource.StreamSource in com.vaadin.server
Methods in com.vaadin.server that return StreamResource.StreamSource Modifier and Type Method Description StreamResource.StreamSource
StreamResource. getStreamSource()
Returns the source for thisStreamResource
.Methods in com.vaadin.server with parameters of type StreamResource.StreamSource Modifier and Type Method Description void
StreamResource. setStreamSource(StreamResource.StreamSource streamSource)
Sets the source for thisStreamResource
.Constructors in com.vaadin.server with parameters of type StreamResource.StreamSource Constructor Description StreamResource(StreamResource.StreamSource streamSource, String filename)
Creates a new stream resource for downloading from stream.
-