Package co.arago.hiro.client.connection
Class AbstractVersionAPIHandler.Conf<T extends AbstractVersionAPIHandler.Conf<T>>
- java.lang.Object
-
- co.arago.hiro.client.connection.AbstractAPIHandler.Conf<T>
-
- co.arago.hiro.client.connection.AbstractClientAPIHandler.Conf<T>
-
- co.arago.hiro.client.connection.AbstractVersionAPIHandler.Conf<T>
-
- All Implemented Interfaces:
AbstractAPIHandler.GetterConf
- Direct Known Subclasses:
AbstractTokenAPIHandler.Conf
- Enclosing class:
- AbstractVersionAPIHandler
public abstract static class AbstractVersionAPIHandler.Conf<T extends AbstractVersionAPIHandler.Conf<T>> extends AbstractClientAPIHandler.Conf<T>
-
-
Field Summary
-
Fields inherited from class co.arago.hiro.client.connection.AbstractClientAPIHandler.Conf
acceptAllCerts, connectTimeout, followRedirects, httpClient, maxBinaryLogLength, maxConnectionPool, proxy, sslContext, sslParameters
-
-
Constructor Summary
Constructors Constructor Description Conf()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract AbstractVersionAPIHandlerbuild()-
Methods inherited from class co.arago.hiro.client.connection.AbstractClientAPIHandler.Conf
getAcceptAllCerts, getConnectTimeout, getHttpClient, getMaxBinaryLogLength, getMaxConnectionPool, getSslContext, getSslParameters, isFollowRedirects, setAcceptAllCerts, setConnectTimeout, setFollowRedirects, setHttpClient, setMaxBinaryLogLength, setMaxConnectionPool, setProxy, setSslContext, setSslParameters
-
Methods inherited from class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
getApiUrl, getHttpRequestTimeout, getMaxRetries, getUserAgent, getWebSocketUri, self, setApiUrl, setApiUrl, setHttpRequestTimeout, setMaxRetries, setUserAgent, setWebSocketUri, setWebSocketUrl
-
-
-
-
Method Detail
-
build
public abstract AbstractVersionAPIHandler build()
- Specified by:
buildin classAbstractClientAPIHandler.Conf<T extends AbstractVersionAPIHandler.Conf<T>>
-
-