Class AbstractTokenAPIHandler.Conf<T extends AbstractTokenAPIHandler.Conf<T>>
- java.lang.Object
-
- co.arago.hiro.client.connection.AbstractAPIHandler.Conf<T>
-
- co.arago.hiro.client.connection.AbstractVersionAPIHandler.Conf<T>
-
- co.arago.hiro.client.connection.token.AbstractTokenAPIHandler.Conf<T>
-
- All Implemented Interfaces:
HttpClientHandler.ConfTemplate<T>
- Direct Known Subclasses:
AbstractRemoteAuthTokenAPIHandler.Conf,EnvironmentTokenAPIHandler.Conf,FixedTokenAPIHandler.Conf
- Enclosing class:
- AbstractTokenAPIHandler
public abstract static class AbstractTokenAPIHandler.Conf<T extends AbstractTokenAPIHandler.Conf<T>> extends AbstractVersionAPIHandler.Conf<T>
-
-
Constructor Summary
Constructors Constructor Description Conf()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract AbstractTokenAPIHandlerbuild()-
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, self, setAcceptAllCerts, setConnectTimeout, setCookieManager, setFollowRedirects, setHttpClient, setHttpClientAutoClose, setHttpClientHandler, setHttpRequestTimeout, setMaxBinaryLogLength, setMaxConnectionPool, setMaxRetries, setProxy, setRootApiURI, setRootApiURI, setShutdownTimeout, setSslContext, setSslParameters, setUserAgent, setWebSocketURI, setWebSocketURI
-
-
-
-
Method Detail
-
build
public abstract AbstractTokenAPIHandler build()
- Specified by:
buildin classAbstractVersionAPIHandler.Conf<T extends AbstractTokenAPIHandler.Conf<T>>
-
-