Uses of Class
co.arago.hiro.client.connection.AbstractAPIHandler
-
Packages that use AbstractAPIHandler Package Description co.arago.hiro.client.connection co.arago.hiro.client.connection.token co.arago.hiro.client.rest -
-
Uses of AbstractAPIHandler in co.arago.hiro.client.connection
Subclasses of AbstractAPIHandler in co.arago.hiro.client.connection Modifier and Type Class Description classAbstractClientAPIHandlerClass for API httpRequests that contains a HttpClient and a HttpLogger.classAbstractVersionAPIHandlerHandles Version information for HIRO.Methods in co.arago.hiro.client.connection that return AbstractAPIHandler Modifier and Type Method Description abstract AbstractAPIHandlerAbstractAPIHandler.Conf. build() -
Uses of AbstractAPIHandler in co.arago.hiro.client.connection.token
Subclasses of AbstractAPIHandler in co.arago.hiro.client.connection.token Modifier and Type Class Description classAbstractTokenAPIHandlerclassEnvironmentTokenAPIHandlerclassFixedTokenAPIHandlerclassPasswordAuthTokenAPIHandler -
Uses of AbstractAPIHandler in co.arago.hiro.client.rest
Subclasses of AbstractAPIHandler in co.arago.hiro.client.rest Modifier and Type Class Description classAppAPIclassAuthAPIclassAuthenticatedAPIHandlerThis class is the basis of all authenticated API handlers that make use of the different sections of the HIRO API.classGraphAPI
-