Uses of Class
com.vaadin.flow.server.StreamResource
-
Packages that use StreamResource Package Description com.vaadin.flow.server com.vaadin.flow.server.communication -
-
Uses of StreamResource in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return StreamResource Modifier and Type Method Description StreamResource
StreamResource. setContentType(String contentType)
Set content type for the resource.StreamResource
StreamResource. setContentTypeResolver(ContentTypeResolver resolver)
Sets the resolver which is used to lookup the content type of the resource.StreamResource
StreamResource. setHeader(String name, String value)
Sets the value of a generic response header. -
Uses of StreamResource in com.vaadin.flow.server.communication
Methods in com.vaadin.flow.server.communication with parameters of type StreamResource Modifier and Type Method Description void
StreamResourceHandler. handleRequest(VaadinSession session, VaadinRequest request, VaadinResponse response, StreamResource streamResource)
Handle sending for a stream resource request.
-