public interface WorkerFactory
| Modifier and Type | Method and Description |
|---|---|
Worker |
create(List<org.apache.http.NameValuePair> params)
Creates a worker.
|
Worker |
create(Map<String,String> params)
Creates a worker.
|
Worker create(Map<String,String> params) throws TwilioRestException
params - the params listTwilioRestExceptionWorker create(List<org.apache.http.NameValuePair> params) throws TwilioRestException
params - the params listTwilioRestExceptionCopyright © 2011 Twilio, Inc. All Rights Reserved.