Uses of Class
org.apache.juneau.http.resource.StreamResource
Packages that use StreamResource
- 
Uses of StreamResource in org.apache.juneau.httpMethods in org.apache.juneau.http that return StreamResourceModifier and TypeMethodDescriptionstatic final StreamResourceHttpResources.streamResource(InputStream content) Creates a newStreamResourcebuilder.static final StreamResourceHttpResources.streamResource(InputStream content, long length, ContentType contentType) Creates a newStreamResourcebuilder.
- 
Uses of StreamResource in org.apache.juneau.http.resourceMethods in org.apache.juneau.http.resource that return StreamResourceModifier and TypeMethodDescriptionStreamResource.copy()StreamResource.setCached()StreamResource.setChunked()StreamResource.setChunked(boolean value) StreamResource.setContent(Object value) StreamResource.setContent(Supplier<?> value) StreamResource.setContentEncoding(String value) StreamResource.setContentEncoding(ContentEncoding value) StreamResource.setContentLength(long value) StreamResource.setContentType(String value) StreamResource.setContentType(ContentType value) StreamResource.setHeaders(HeaderList value) StreamResource.setUnmodifiable()Constructors in org.apache.juneau.http.resource with parameters of type StreamResourceModifierConstructorDescriptionprotectedStreamResource(StreamResource copyFrom) Copy constructor.