Package co.arago.hiro.client.connection
Class GraphConnectionHandler.Builder
- java.lang.Object
-
- co.arago.hiro.client.connection.AbstractAPIHandler.Conf<T>
-
- co.arago.hiro.client.connection.AbstractVersionAPIHandler.Conf<T>
-
- co.arago.hiro.client.connection.GraphConnectionHandler.Conf<GraphConnectionHandler.Builder>
-
- co.arago.hiro.client.connection.GraphConnectionHandler.Builder
-
- All Implemented Interfaces:
HttpClientHandler.ConfTemplate<GraphConnectionHandler.Builder>
- Enclosing class:
- GraphConnectionHandler
public static final class GraphConnectionHandler.Builder extends GraphConnectionHandler.Conf<GraphConnectionHandler.Builder>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphConnectionHandlerbuild()protected GraphConnectionHandler.Builderself()-
Methods inherited from class co.arago.hiro.client.connection.AbstractVersionAPIHandler.Conf
getSharedConnectionHandler, setSharedConnectionHandler
-
Methods inherited from class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
getAcceptAllCerts, getConnectTimeout, getCookieManager, getHttpClient, getHttpClientAutoClose, getHttpClientHandler, getHttpRequestTimeout, getMaxBinaryLogLength, getMaxConnectionPool, getMaxRetries, getProxy, getRootApiURI, getShutdownTimeout, getSslContext, getSslParameters, getUserAgent, getWebSocketURI, isFollowRedirects, setAcceptAllCerts, setConnectTimeout, setCookieManager, setFollowRedirects, setHttpClient, setHttpClientAutoClose, setHttpClientHandler, setHttpRequestTimeout, setMaxBinaryLogLength, setMaxConnectionPool, setMaxRetries, setProxy, setRootApiURI, setRootApiURI, setShutdownTimeout, setSslContext, setSslParameters, setUserAgent, setWebSocketURI, setWebSocketURI
-
-
-
-
Method Detail
-
self
protected GraphConnectionHandler.Builder self()
- Specified by:
selfin classAbstractAPIHandler.Conf<GraphConnectionHandler.Builder>
-
build
public GraphConnectionHandler build()
- Specified by:
buildin classGraphConnectionHandler.Conf<GraphConnectionHandler.Builder>
-
-