Uses of Interface
co.arago.hiro.client.connection.AbstractAPIHandler.GetterConf
-
Packages that use AbstractAPIHandler.GetterConf Package Description co.arago.hiro.client.connection co.arago.hiro.client.connection.token co.arago.hiro.client.rest -
-
Uses of AbstractAPIHandler.GetterConf in co.arago.hiro.client.connection
Classes in co.arago.hiro.client.connection that implement AbstractAPIHandler.GetterConf Modifier and Type Class Description static classAbstractAPIHandler.Conf<T extends AbstractAPIHandler.Conf<T>>The basic configuration for all APIHAndlerstatic classAbstractClientAPIHandler.Conf<T extends AbstractClientAPIHandler.Conf<T>>static classAbstractVersionAPIHandler.Conf<T extends AbstractVersionAPIHandler.Conf<T>>Constructors in co.arago.hiro.client.connection with parameters of type AbstractAPIHandler.GetterConf Constructor Description AbstractAPIHandler(AbstractAPIHandler.GetterConf builder) -
Uses of AbstractAPIHandler.GetterConf in co.arago.hiro.client.connection.token
Classes in co.arago.hiro.client.connection.token that implement AbstractAPIHandler.GetterConf Modifier and Type Class Description static classAbstractTokenAPIHandler.Conf<T extends AbstractTokenAPIHandler.Conf<T>>static classEnvironmentTokenAPIHandler.Builderstatic classEnvironmentTokenAPIHandler.Conf<T extends EnvironmentTokenAPIHandler.Conf<T>>static classFixedTokenAPIHandler.Builderstatic classFixedTokenAPIHandler.Conf<T extends FixedTokenAPIHandler.Conf<T>>static classPasswordAuthTokenAPIHandler.Builderstatic classPasswordAuthTokenAPIHandler.Conf<T extends PasswordAuthTokenAPIHandler.Conf<T>> -
Uses of AbstractAPIHandler.GetterConf in co.arago.hiro.client.rest
Methods in co.arago.hiro.client.rest that return AbstractAPIHandler.GetterConf Modifier and Type Method Description protected static AbstractAPIHandler.GetterConfAuthenticatedAPIHandler. makeHandlerConf(AuthenticatedAPIHandler.Conf<?> builder, AbstractTokenAPIHandler tokenAPIHandler)Construct an AbstractAPIHandler.GetterConf from the values of this Conf and the supplied tokenAPIHandler.
-