| Package | Description |
|---|---|
| com.foreach.imageserver.client |
| Modifier and Type | Class and Description |
|---|---|
class |
Md5ImageRequestHashBuilder
Default implementation of
ImageRequestHashBuilder that calculates a uses an MD5
hash of all parameters including an additional custom hash token. |
| Modifier and Type | Method and Description |
|---|---|
static ImageRequestHashBuilder |
ImageRequestHashBuilder.md5(String hashToken)
Create a default
Md5ImageRequestHashBuilder implementation using
a base token to be added to the parameters when calculating the hash. |
| Modifier and Type | Method and Description |
|---|---|
protected Optional<ImageRequestHashBuilder> |
AbstractImageServerClient.hashBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractImageServerClient.setImageRequestHashBuilder(ImageRequestHashBuilder hashBuilder)
Sets an
ImageRequestHashBuilder to be used when generating image urls. |
Copyright © 2020. All rights reserved.