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 StreamResourceStreamResource. setContentType(String contentType)Set content type for the resource.StreamResourceStreamResource. setContentTypeResolver(ContentTypeResolver resolver)Sets the resolver which is used to lookup the content type of the resource.StreamResourceStreamResource. 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 voidStreamResourceHandler. handleRequest(VaadinSession session, VaadinRequest request, VaadinResponse response, StreamResource streamResource)Handle sending for a stream resource request.
-