类 GaeRequestHandler.Builder
java.lang.Object
ai.nextbillion.maps.GaeRequestHandler.Builder
- 所有已实现的接口:
GeoApiContext.RequestHandler.Builder
- 封闭类:
- GaeRequestHandler
public static class GaeRequestHandler.Builder extends java.lang.Object implements GeoApiContext.RequestHandler.Builder
Builder strategy for constructing
GaeRequestHandler.-
构造器概要
构造器 构造器 说明 Builder() -
方法概要
修饰符和类型 方法 说明 GeoApiContext.RequestHandler.BuilderapiKey(java.lang.String apiKey)GeoApiContext.RequestHandler.BuilderapiKeyInQuery(boolean apiKeyInQuery)GeoApiContext.RequestHandlerbuild()GaeRequestHandler.BuilderconnectTimeout(long timeout, java.util.concurrent.TimeUnit unit)GaeRequestHandler.Builderproxy(java.net.Proxy proxy)GaeRequestHandler.BuilderproxyAuthentication(java.lang.String proxyUserName, java.lang.String proxyUserPassword)GaeRequestHandler.BuilderqueriesPerSecond(int maxQps)GaeRequestHandler.BuilderreadTimeout(long timeout, java.util.concurrent.TimeUnit unit)GaeRequestHandler.BuilderwriteTimeout(long timeout, java.util.concurrent.TimeUnit unit)
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
connectTimeout
-
readTimeout
-
writeTimeout
-
queriesPerSecond
-
proxy
- 指定者:
proxy在接口中GeoApiContext.RequestHandler.Builder
-
proxyAuthentication
public GaeRequestHandler.Builder proxyAuthentication(java.lang.String proxyUserName, java.lang.String proxyUserPassword) -
apiKey
- 指定者:
apiKey在接口中GeoApiContext.RequestHandler.Builder
-
apiKeyInQuery
-
build
- 指定者:
build在接口中GeoApiContext.RequestHandler.Builder
-