Uses of Class
com.vaadin.flow.server.StreamResource
Packages that use StreamResource
-
Uses of StreamResource in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return StreamResourceModifier and TypeMethodDescriptionStreamResource.setContentType(String contentType) Deprecated, for removal: This API element is subject to removal in a future version.Set content type for the resource.StreamResource.setContentTypeResolver(ContentTypeResolver resolver) Deprecated, for removal: This API element is subject to removal in a future version.Sets the resolver which is used to lookup the content type of the resource.Deprecated, for removal: This API element is subject to removal in a future version.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 StreamResourceModifier and TypeMethodDescriptionvoidStreamResourceHandler.handleRequest(VaadinSession session, VaadinRequest request, VaadinResponse response, StreamResource streamResource) Handle sending for a stream resource request.