public class PollexorRequestTransformer extends Object implements Picasso.RequestTransformer
Picasso.RequestTransformer that changes requests to use Thumbor for some remote
transformations.IDENTITY| Constructor and Description |
|---|
PollexorRequestTransformer(String host)
Deprecated.
Use
PollexorRequestTransformer(Thumbor) instead.
Create a transformer for the specified Thumbor host. This will not use URL encryption. |
PollexorRequestTransformer(String host,
String key)
Deprecated.
Use
PollexorRequestTransformer(Thumbor) instead.
Create a transformer for the specified Thumbor host using the provided URL encryption key. |
PollexorRequestTransformer(com.squareup.pollexor.Thumbor thumbor)
Create a transformer for the specified
Thumbor. |
@Deprecated public PollexorRequestTransformer(String host)
PollexorRequestTransformer(Thumbor) instead.
Create a transformer for the specified Thumbor host. This will not use URL encryption.@Deprecated public PollexorRequestTransformer(String host, String key)
PollexorRequestTransformer(Thumbor) instead.
Create a transformer for the specified Thumbor host using the provided URL encryption key.public PollexorRequestTransformer(com.squareup.pollexor.Thumbor thumbor)
Thumbor.public Request transformRequest(Request request)
transformRequest in interface Picasso.RequestTransformerCopyright © 2013-2014 Square, Inc.. All Rights Reserved.