|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.chenillekit.google.services.impl.AbstractGoogleService
public abstract class AbstractGoogleService
| Constructor Summary | |
|---|---|
protected |
AbstractGoogleService(Logger logger,
String googleKey,
int timeout,
String referer,
String proxy)
standard constructor. |
| Method Summary | |
|---|---|
protected String |
getEncodedString(String source)
encode string if not null. |
String |
getKey()
the google access key. |
String |
getProxy()
get the proxy. |
ProxySelector |
getProxySelector()
the the default proxy selector. |
String |
getReferer()
the configured referer. |
int |
getTimeout()
timeout for service request. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractGoogleService(Logger logger,
String googleKey,
int timeout,
String referer,
String proxy)
logger - system logger| Method Detail |
|---|
protected String getEncodedString(String source)
throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic ProxySelector getProxySelector()
public String getProxy()
public String getReferer()
public int getTimeout()
public String getKey()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||