Uses of Class
co.arago.hiro.client.connection.AbstractAPIHandler.Conf
-
Packages that use AbstractAPIHandler.Conf Package Description co.arago.hiro.client.connection co.arago.hiro.client.connection.token -
-
Uses of AbstractAPIHandler.Conf in co.arago.hiro.client.connection
Classes in co.arago.hiro.client.connection with type parameters of type AbstractAPIHandler.Conf Modifier and Type Class Description static classAbstractAPIHandler.Conf<T extends AbstractAPIHandler.Conf<T>>The basic configuration for all APIHAndler.Subclasses of AbstractAPIHandler.Conf in co.arago.hiro.client.connection Modifier and Type Class Description static classAbstractVersionAPIHandler.Conf<T extends AbstractVersionAPIHandler.Conf<T>>static classGraphConnectionHandler.Builderstatic classGraphConnectionHandler.Conf<T extends GraphConnectionHandler.Conf<T>>Methods in co.arago.hiro.client.connection that return AbstractAPIHandler.Conf Modifier and Type Method Description AbstractAPIHandler.Conf<?>AbstractAPIHandler. getConf()Return a copy of the configuration.Constructors in co.arago.hiro.client.connection with parameters of type AbstractAPIHandler.Conf Constructor Description AbstractAPIHandler(AbstractAPIHandler.Conf<?> builder)Constructor. -
Uses of AbstractAPIHandler.Conf in co.arago.hiro.client.connection.token
Subclasses of AbstractAPIHandler.Conf in co.arago.hiro.client.connection.token Modifier and Type Class Description static classAbstractRemoteAuthTokenAPIHandler.Conf<T extends AbstractRemoteAuthTokenAPIHandler.Conf<T>>static classAbstractTokenAPIHandler.Conf<T extends AbstractTokenAPIHandler.Conf<T>>static classCodeFlowAuthTokenAPIHandler.Builderstatic classCodeFlowAuthTokenAPIHandler.Conf<T extends CodeFlowAuthTokenAPIHandler.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>>Methods in co.arago.hiro.client.connection.token that return AbstractAPIHandler.Conf Modifier and Type Method Description AbstractAPIHandler.Conf<?>TokenAPIHandler. getConf()Return a copy of the configuration.
-