| Package | Description |
|---|---|
| com.github.sdorra.webresources |
Main api package for web-resources.
|
| Modifier and Type | Method and Description |
|---|---|
static WebResources.Builder |
WebResources.builder(String name,
ThrowingSupplier<InputStream,IOException> contentThrowingSupplier)
Creates builder for a
WebResource. |
WebResources.Builder |
WebResources.Builder.withContentLength(Long length)
Sets length of web resource content.
|
WebResources.Builder |
WebResources.Builder.withContentType(String contentType)
Sets the content type of the web resource.
|
WebResources.Builder |
WebResources.Builder.withETag(String etag)
Sets the etag of the web resource.
|
WebResources.Builder |
WebResources.Builder.withLastModifiedDate(Instant lastModifiedDate)
Sets the last modified date of the web resource.
|
WebResources.Builder |
WebResources.Builder.withLastModifiedDate(long lastModifiedDate)
Sets the last modified date of the web resource.
|
Copyright © 2018. All rights reserved.