public final class Thumbor
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
ThumborUrlBuilder |
buildImage(java.lang.String image)
Begin building a url for this host with the specified image.
|
static Thumbor |
create(java.lang.String host)
Create a new instance for the specified host.
|
static Thumbor |
create(java.lang.String host,
java.lang.String key)
Create a new instance for the specified host and encryption key.
|
java.lang.String |
getHost() |
java.lang.String |
getKey() |
public static Thumbor create(java.lang.String host)
create(String, String)public static Thumbor create(java.lang.String host, java.lang.String key)
create(String)public java.lang.String getHost()
public java.lang.String getKey()
public ThumborUrlBuilder buildImage(java.lang.String image)