A B C D E F G H I J K L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractActionHandlerIdMessage - Class in co.arago.hiro.client.model.websocket.action
- AbstractActionHandlerIdMessage(String) - Constructor for class co.arago.hiro.client.model.websocket.action.AbstractActionHandlerIdMessage
- AbstractAPIHandler - Class in co.arago.hiro.client.connection
-
Root class with fields and tool methods for all API Handlers
- AbstractAPIHandler(AbstractAPIHandler.Conf<?>) - Constructor for class co.arago.hiro.client.connection.AbstractAPIHandler
-
Constructor.
- AbstractAPIHandler.Conf<T extends AbstractAPIHandler.Conf<T>> - Class in co.arago.hiro.client.connection
-
The basic configuration for all APIHAndler.
- AbstractRemoteAuthTokenAPIHandler - Class in co.arago.hiro.client.connection.token
- AbstractRemoteAuthTokenAPIHandler(AbstractRemoteAuthTokenAPIHandler.Conf<?>) - Constructor for class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler
- AbstractRemoteAuthTokenAPIHandler.Conf<T extends AbstractRemoteAuthTokenAPIHandler.Conf<T>> - Class in co.arago.hiro.client.connection.token
- AbstractRemoteAuthTokenAPIHandler.TokenInfo - Class in co.arago.hiro.client.connection.token
-
Extends the TokenResponse with additional data and operations.
- AbstractTokenAPIHandler - Class in co.arago.hiro.client.connection.token
- AbstractTokenAPIHandler(AbstractTokenAPIHandler.Conf<?>) - Constructor for class co.arago.hiro.client.connection.token.AbstractTokenAPIHandler
-
Constructor
- AbstractTokenAPIHandler.Conf<T extends AbstractTokenAPIHandler.Conf<T>> - Class in co.arago.hiro.client.connection.token
- AbstractTokenRequest - Class in co.arago.hiro.client.model.token
-
JSON for a token request.
- AbstractTokenRequest(String, String, String, String, String) - Constructor for class co.arago.hiro.client.model.token.AbstractTokenRequest
- AbstractVersionAPIHandler - Class in co.arago.hiro.client.connection
-
Handles Version information for HIRO.
- AbstractVersionAPIHandler(AbstractVersionAPIHandler.Conf<?>) - Constructor for class co.arago.hiro.client.connection.AbstractVersionAPIHandler
-
Constructor
- AbstractVersionAPIHandler.Conf<T extends AbstractVersionAPIHandler.Conf<T>> - Class in co.arago.hiro.client.connection
- ACKNOWLEDGED - co.arago.hiro.client.model.websocket.action.ActionMessageType
- ActionHandlerAck - Class in co.arago.hiro.client.model.websocket.action.impl
-
{ "type": "acknowledged", "id": "id1", "code": 200, "message: "..." }
- ActionHandlerAck(String) - Constructor for class co.arago.hiro.client.model.websocket.action.impl.ActionHandlerAck
- ActionHandlerCodeMessage - Interface in co.arago.hiro.client.model.websocket.action
- ActionHandlerConfigChanged - Class in co.arago.hiro.client.model.websocket.action.impl
-
{ "type": "configChanged" }
- ActionHandlerConfigChanged() - Constructor for class co.arago.hiro.client.model.websocket.action.impl.ActionHandlerConfigChanged
- ActionHandlerError - Class in co.arago.hiro.client.model.websocket.action.impl
-
{ "type": "error", "code": 400, "message: "bad request" }
- ActionHandlerError() - Constructor for class co.arago.hiro.client.model.websocket.action.impl.ActionHandlerError
- ActionHandlerIdMessage - Interface in co.arago.hiro.client.model.websocket.action
- ActionHandlerMessage - Interface in co.arago.hiro.client.model.websocket.action
- ActionHandlerNack - Class in co.arago.hiro.client.model.websocket.action.impl
-
{ "type": "negativeAcknowledged", "id": "id1", "code": 400, "message: "bad request" }
- ActionHandlerNack(String) - Constructor for class co.arago.hiro.client.model.websocket.action.impl.ActionHandlerNack
- ActionHandlerNack(String, Integer, String) - Constructor for class co.arago.hiro.client.model.websocket.action.impl.ActionHandlerNack
- ActionHandlerResult - Class in co.arago.hiro.client.model.websocket.action.impl
-
{ "type": "sendActionResult", "id": "id1", "result": "..." }
- ActionHandlerResult(String) - Constructor for class co.arago.hiro.client.model.websocket.action.impl.ActionHandlerResult
- ActionHandlerResult(String, String) - Constructor for class co.arago.hiro.client.model.websocket.action.impl.ActionHandlerResult
- ActionHandlerSubmit - Class in co.arago.hiro.client.model.websocket.action.impl
-
{ "type": "submitAction", "id": "id1", "handler": "handlerId", "capability": "ExecuteCommand", "parameters": {}, "timeout": 30000 }
- ActionHandlerSubmit(String) - Constructor for class co.arago.hiro.client.model.websocket.action.impl.ActionHandlerSubmit
- ActionMessageType - Enum in co.arago.hiro.client.model.websocket.action
-
Possible message types for action handler messages
- ActionWebSocket - Class in co.arago.hiro.client.websocket
-
The handler for Action WebSocket.
- ActionWebSocket(ActionWebSocket.Conf<?>) - Constructor for class co.arago.hiro.client.websocket.ActionWebSocket
-
Constructor
- ActionWebSocket.Builder - Class in co.arago.hiro.client.websocket
- ActionWebSocket.Conf<T extends ActionWebSocket.Conf<T>> - Class in co.arago.hiro.client.websocket
- ActionWebSocket.InternalActionListener - Class in co.arago.hiro.client.websocket
-
Listener class for Action WebSockets.
- ActionWebSocket.ResultParams - Class in co.arago.hiro.client.websocket
-
This creates a useful payload for the
ActionHandlerResult. - actionWebSocketListener - Variable in class co.arago.hiro.client.websocket.ActionWebSocket.InternalActionListener
- ActionWebSocketListener - Interface in co.arago.hiro.client.websocket.listener
- active() - Method in class co.arago.hiro.client.util.HttpLogger
- addEventsFilter(EventsFilter) - Method in class co.arago.hiro.client.websocket.EventWebSocket
- addEventsFilter(EventsFilter) - Method in class co.arago.hiro.client.websocket.EventWebSocket.Conf
-
Add a single filter to the map of event filters.
- addEventsFilter(String, String) - Method in class co.arago.hiro.client.websocket.EventWebSocket.Conf
-
Add a single filter to the map of event filters.
- addEventsFilter(String, String, String) - Method in class co.arago.hiro.client.websocket.EventWebSocket.Conf
-
Add a single filter to the map of event filters.
- addEventsFilterMap(Map<String, EventsFilter>) - Method in class co.arago.hiro.client.websocket.EventWebSocket.Conf
-
Add filters
- addFields(Map<String, Object>) - Method in class co.arago.hiro.client.model.HiroJsonMap
- addFilter(URI) - Method in class co.arago.hiro.client.util.HttpLogger
- addHeaders(HttpRequest.Builder) - Method in class co.arago.hiro.client.util.httpclient.HttpHeaderMap
-
Add the headers of this map to the HttpRequest.Builder.
- addItem(T) - Method in class co.arago.hiro.client.model.HiroItemListMessage
-
Append a single item
- addItems(List<T>) - Method in class co.arago.hiro.client.model.HiroItemListMessage
-
Append multiple items
- addQueryFragmentAndNormalize(URI, URIEncodedData, String) - Static method in class co.arago.hiro.client.connection.AbstractAPIHandler
-
Add query and fragment to a URI - if any.
- addScope(String) - Method in class co.arago.hiro.client.websocket.EventWebSocket.Conf
-
Add a single scope to
EventWebSocket.Conf.scopes. - addScopes(Set<String>) - Method in class co.arago.hiro.client.websocket.EventWebSocket.Conf
-
Add a list of scopes for the events.
- addToBody(String, String) - Method in class co.arago.hiro.client.rest.GraphAPI.QueryBodyConf
-
Set arbitrary string to the
GraphAPI.QueryBodyConf.bodyMap. - addToHeaders(HttpHeaderMap) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler
-
Override this to add authentication tokens.
- addToHeaders(HttpHeaderMap) - Method in class co.arago.hiro.client.connection.GraphConnectionHandler
-
Override this to add authentication tokens.
- addToHeaders(HttpHeaderMap) - Method in class co.arago.hiro.client.connection.token.AbstractTokenAPIHandler
-
Override this to add authentication tokens.
- addToHeaders(HttpHeaderMap) - Method in interface co.arago.hiro.client.connection.token.TokenAPIHandler
-
Override this to add authentication tokens.
- addToHeaders(HttpHeaderMap) - Method in class co.arago.hiro.client.rest.AuthenticatedAPIHandler
-
Add Authorization.
- API_NAME - Static variable in class co.arago.hiro.client.websocket.EventWebSocket
- apiName - Variable in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler
- apiName - Variable in class co.arago.hiro.client.rest.AuthenticatedAPIHandler
- apiName - Variable in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler
- apiPath - Variable in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler
- apiPath - Variable in class co.arago.hiro.client.rest.AuthenticatedAPIHandler
- APIRequestConf(String...) - Constructor for class co.arago.hiro.client.rest.AuthenticatedAPIHandler.APIRequestConf
- apiURI - Variable in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler
- apiURI - Variable in class co.arago.hiro.client.rest.AuthenticatedAPIHandler
- AppAPI - Class in co.arago.hiro.client.rest
- AppAPI(AppAPI.Conf<?>) - Constructor for class co.arago.hiro.client.rest.AppAPI
-
Protected constructor.
- AppAPI.Builder - Class in co.arago.hiro.client.rest
- AppAPI.Conf<T extends AppAPI.Conf<T>> - Class in co.arago.hiro.client.rest
- AppAPI.GetApplicationCommand - Class in co.arago.hiro.client.rest
-
Get an application
- AppAPI.GetConfigCommand - Class in co.arago.hiro.client.rest
-
Get an application instance config
- AppAPI.GetContentCommand - Class in co.arago.hiro.client.rest
-
Get the content of an application
- AppAPI.GetDesktopApplicationsCommand - Class in co.arago.hiro.client.rest
-
Returns a list of all visible desktop applications
- AppAPI.GetManifestCommand - Class in co.arago.hiro.client.rest
-
Get a manifest of the content of an application
- append(String) - Method in class co.arago.hiro.client.util.httpclient.URIEncodedData
- append(String...) - Method in class co.arago.hiro.client.util.httpclient.URIPath
- append(String, String) - Method in class co.arago.hiro.client.util.httpclient.MultiValueMap
-
Add a single value into the map or remove it.
- append(String, Collection<String>) - Method in class co.arago.hiro.client.util.httpclient.MultiValueMap
-
Add a multiple values into the map or remove it.
- append(List<String>) - Method in class co.arago.hiro.client.util.httpclient.URIPath
- appendAll(MultiValueMap) - Method in class co.arago.hiro.client.util.httpclient.MultiValueMap
-
Add values.
- appendAll(Map<String, ?>) - Method in class co.arago.hiro.client.util.httpclient.MultiValueMap
-
Add values.
- application - Variable in class co.arago.hiro.client.model.token.DecodedToken.Data
- application - Variable in class co.arago.hiro.client.model.token.TokenResponse
- args - Variable in class co.arago.hiro.client.model.websocket.events.impl.ClearEventsMessage
- args - Variable in class co.arago.hiro.client.model.websocket.events.impl.EventRegisterMessage
- args - Variable in class co.arago.hiro.client.model.websocket.events.impl.EventUnregisterMessage
- args - Variable in class co.arago.hiro.client.model.websocket.events.impl.TokenRefreshMessage
- aud - Variable in class co.arago.hiro.client.model.token.DecodedToken
- AuthAPI - Class in co.arago.hiro.client.rest
- AuthAPI(AuthAPI.Conf<?>) - Constructor for class co.arago.hiro.client.rest.AuthAPI
-
Protected constructor.
- AuthAPI.Builder - Class in co.arago.hiro.client.rest
- AuthAPI.Conf<T extends AuthAPI.Conf<T>> - Class in co.arago.hiro.client.rest
- AuthAPI.GetMeAccountCommand - Class in co.arago.hiro.client.rest
-
get account information about current token
- AuthAPI.GetMeAvatarCommand - Class in co.arago.hiro.client.rest
-
get avatar of current token's account
- AuthAPI.GetMeProfileCommand - Class in co.arago.hiro.client.rest
-
get profile of current token's account
- AuthAPI.GetMeRolesCommand - Class in co.arago.hiro.client.rest
-
get roles connected to of current token teams
- AuthAPI.GetMeTeamsCommand - Class in co.arago.hiro.client.rest
-
gets the teams connected to current token
- AuthAPI.PostMeProfileCommand - Class in co.arago.hiro.client.rest
-
change profile of current token's account
- AuthAPI.PutMeAvatarCommand - Class in co.arago.hiro.client.rest
-
set avatar of current token's account
- AuthAPI.PutMePasswordCommand - Class in co.arago.hiro.client.rest
-
change password of current token's account
- AuthenticatedAPIHandler - Class in co.arago.hiro.client.rest
-
This class is the basis of all authenticated API handlers that make use of the different sections of the HIRO API.
- AuthenticatedAPIHandler(AuthenticatedAPIHandler.Conf<?>) - Constructor for class co.arago.hiro.client.rest.AuthenticatedAPIHandler
-
Create this APIHandler by using its Builder.
- AuthenticatedAPIHandler.APIRequestConf<T extends AuthenticatedAPIHandler.APIRequestConf<T,R>,R> - Class in co.arago.hiro.client.rest
-
The basic configuration for all requests.
- AuthenticatedAPIHandler.Conf<T extends AuthenticatedAPIHandler.Conf<T>> - Class in co.arago.hiro.client.rest
-
Configuration interface for all the parameters of an AuthenticatedAPIHandler.
- AuthenticatedAPIHandler.SendBodyAPIRequestConf<T extends AuthenticatedAPIHandler.SendBodyAPIRequestConf<T,R>,R> - Class in co.arago.hiro.client.rest
-
The basic configuration for all requests that are sending JSON data.
- AuthenticatedAPIHandler.SendStreamAPIRequestConf<T extends AuthenticatedAPIHandler.SendStreamAPIRequestConf<T,R>,R> - Class in co.arago.hiro.client.rest
-
The basic configuration for all requests that upload binary data.
- AuthenticatedWebSocketHandler - Class in co.arago.hiro.client.websocket
-
Handles websockets.
- AuthenticatedWebSocketHandler(AuthenticatedWebSocketHandler.Conf<?>) - Constructor for class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler
-
Protected Constructor
- AuthenticatedWebSocketHandler.Conf<T extends AuthenticatedWebSocketHandler.Conf<T>> - Class in co.arago.hiro.client.websocket
-
Configuration interface for all the parameters of an AuthenticatedAPIHandler.
- AuthenticatedWebSocketHandler.InternalListener - Class in co.arago.hiro.client.websocket
-
HiroWebSocketListener (thread) for incoming websocket messages.
- AuthenticatedWebSocketHandler.Status - Enum in co.arago.hiro.client.websocket
- AuthenticationTokenException - Exception in co.arago.hiro.client.exceptions
-
An exception with authentication for HIRO
- AuthenticationTokenException(String, int, String) - Constructor for exception co.arago.hiro.client.exceptions.AuthenticationTokenException
- AuthenticationTokenException(String, int, String, Throwable) - Constructor for exception co.arago.hiro.client.exceptions.AuthenticationTokenException
- AuthorizeRequest - Class in co.arago.hiro.client.model.token
- AuthorizeRequest(String, String, String, String, String, String) - Constructor for class co.arago.hiro.client.model.token.AuthorizeRequest
B
- backoff(int) - Method in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler
-
Backoff operations that fail.
- body - Variable in class co.arago.hiro.client.model.websocket.events.impl.EventsMessage
- body - Variable in class co.arago.hiro.client.rest.AuthenticatedAPIHandler.SendBodyAPIRequestConf
- bodyMap - Variable in class co.arago.hiro.client.rest.GraphAPI.QueryBodyConf
- boundary - Variable in class co.arago.hiro.client.util.httpclient.ContentHeaderHandler
-
Decoded from the Content-Type if it exists.
- build() - Method in class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
- build() - Method in class co.arago.hiro.client.connection.AbstractVersionAPIHandler.Conf
- build() - Method in class co.arago.hiro.client.connection.GraphConnectionHandler.Builder
- build() - Method in class co.arago.hiro.client.connection.GraphConnectionHandler.Conf
- build() - Method in class co.arago.hiro.client.connection.httpclient.DefaultHttpClientHandler.Builder
- build() - Method in class co.arago.hiro.client.connection.httpclient.DefaultHttpClientHandler.Conf
- build() - Method in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler.Conf
- build() - Method in class co.arago.hiro.client.connection.token.AbstractTokenAPIHandler.Conf
- build() - Method in class co.arago.hiro.client.connection.token.CodeFlowAuthTokenAPIHandler.Builder
- build() - Method in class co.arago.hiro.client.connection.token.CodeFlowAuthTokenAPIHandler.Conf
- build() - Method in class co.arago.hiro.client.connection.token.EnvironmentTokenAPIHandler.Builder
- build() - Method in class co.arago.hiro.client.connection.token.EnvironmentTokenAPIHandler.Conf
- build() - Method in class co.arago.hiro.client.connection.token.FixedTokenAPIHandler.Builder
- build() - Method in class co.arago.hiro.client.connection.token.FixedTokenAPIHandler.Conf
- build() - Method in class co.arago.hiro.client.connection.token.PasswordAuthTokenAPIHandler.Builder
- build() - Method in class co.arago.hiro.client.connection.token.PasswordAuthTokenAPIHandler.Conf
- build() - Method in class co.arago.hiro.client.rest.AppAPI.Builder
- build() - Method in class co.arago.hiro.client.rest.AppAPI.Conf
- build() - Method in class co.arago.hiro.client.rest.AuthAPI.Builder
- build() - Method in class co.arago.hiro.client.rest.AuthAPI.Conf
- build() - Method in class co.arago.hiro.client.rest.AuthenticatedAPIHandler.Conf
- build() - Method in class co.arago.hiro.client.rest.GraphAPI.Builder
- build() - Method in class co.arago.hiro.client.rest.GraphAPI.Conf
- build() - Method in class co.arago.hiro.client.util.httpclient.URIPath
-
Create a valid escaped path string.
- build() - Method in class co.arago.hiro.client.websocket.ActionWebSocket.Builder
- build() - Method in class co.arago.hiro.client.websocket.ActionWebSocket.Conf
- build() - Method in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.Conf
- build() - Method in class co.arago.hiro.client.websocket.EventWebSocket.Builder
- build() - Method in class co.arago.hiro.client.websocket.EventWebSocket.Conf
- buildApiURI(String) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler
-
Build a complete uri from the apiUrl and path.
- buildEndpointURI(String) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler
-
Build a complete uri from the apiUrl and path.
- Builder() - Constructor for class co.arago.hiro.client.connection.GraphConnectionHandler.Builder
- Builder() - Constructor for class co.arago.hiro.client.connection.httpclient.DefaultHttpClientHandler.Builder
- Builder() - Constructor for class co.arago.hiro.client.connection.token.CodeFlowAuthTokenAPIHandler.Builder
- Builder() - Constructor for class co.arago.hiro.client.connection.token.EnvironmentTokenAPIHandler.Builder
- Builder() - Constructor for class co.arago.hiro.client.connection.token.FixedTokenAPIHandler.Builder
- Builder() - Constructor for class co.arago.hiro.client.connection.token.PasswordAuthTokenAPIHandler.Builder
- buildURI(URI, String, boolean) - Static method in class co.arago.hiro.client.connection.AbstractAPIHandler
-
Build a complete uri from the url and path.
- buildWebSocketURI(String) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler
-
Build a complete uri from the webSocketApi and path.
- buildWebSocketURI(String) - Method in interface co.arago.hiro.client.connection.token.TokenAPIHandler
-
Build a complete uri from the webSocketApi and path.
- bytesToHex(byte[]) - Static method in class co.arago.hiro.client.util.HexUtil
C
- capability - Variable in class co.arago.hiro.client.model.websocket.action.impl.ActionHandlerSubmit
- catchError(String, Object) - Method in class co.arago.hiro.client.model.HiroMessage
-
If the key is "error", create
HiroMessage.hiroErrorfrom the value. - charset - Variable in class co.arago.hiro.client.util.httpclient.ContentHeaderHandler
-
Decoded from the Content-Type if it exists.
- checkResponse(HttpResponse<InputStream>, int) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler
-
The default way to check responses for errors and extract error messages.
- checkResponse(HttpResponse<InputStream>, int) - Method in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler
-
Check for the kind of error.
- checkResponse(HttpResponse<InputStream>, int) - Method in interface co.arago.hiro.client.connection.token.TokenAPIHandler
-
The default way to check responses for errors and extract error messages.
- checkResponse(HttpResponse<InputStream>, int) - Method in class co.arago.hiro.client.rest.AuthenticatedAPIHandler
-
Checks for
TokenUnauthorizedExceptionandHiroHttpExceptionuntilAbstractAPIHandler.getMaxRetries()is exhausted. - clear() - Method in class co.arago.hiro.client.util.httpclient.URIPath
- clearEventsFilter() - Method in class co.arago.hiro.client.websocket.EventWebSocket
- ClearEventsMessage - Class in co.arago.hiro.client.model.websocket.events.impl
-
{ "type": "clear", "args": { } }
- ClearEventsMessage() - Constructor for class co.arago.hiro.client.model.websocket.events.impl.ClearEventsMessage
- clientId - Variable in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler
- clientId - Variable in class co.arago.hiro.client.model.token.AbstractTokenRequest
- clientId - Variable in class co.arago.hiro.client.model.token.AuthorizeRequest
- clientId - Variable in class co.arago.hiro.client.model.token.TokenRevokeRequest
- clientSecret - Variable in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler
- clientSecret - Variable in class co.arago.hiro.client.model.token.AbstractTokenRequest
- clientSecret - Variable in class co.arago.hiro.client.model.token.TokenRevokeRequest
- close() - Method in class co.arago.hiro.client.connection.GraphConnectionHandler
-
Close the underlying httpClientHandler.
- close() - Method in class co.arago.hiro.client.connection.httpclient.DefaultHttpClientHandler
-
Shut the
DefaultHttpClientHandler.httpClientdown by shutting down its ExecutorService. - close() - Method in interface co.arago.hiro.client.connection.httpclient.HttpClientHandler
-
Shut the
HttpClientdown by shutting down its ExecutorService. - close() - Method in class co.arago.hiro.client.connection.token.AbstractTokenAPIHandler
-
Close the underlying httpClientHandler.
- close() - Method in interface co.arago.hiro.client.connection.token.TokenAPIHandler
-
Close the underlying httpClientHandler.
- close() - Method in class co.arago.hiro.client.websocket.ActionWebSocket
-
Clears the stores.
- close() - Method in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler
- close() - Method in class co.arago.hiro.client.websocket.EventWebSocket
- CLOSED - co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.Status
- closeWebSocket(int, String) - Method in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler
-
Close the websocket and set
AuthenticatedWebSocketHandler.webSocketto null. - CLOSING - co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.Status
- co.arago.hiro.client.connection - package co.arago.hiro.client.connection
- co.arago.hiro.client.connection.httpclient - package co.arago.hiro.client.connection.httpclient
- co.arago.hiro.client.connection.token - package co.arago.hiro.client.connection.token
- co.arago.hiro.client.exceptions - package co.arago.hiro.client.exceptions
- co.arago.hiro.client.model - package co.arago.hiro.client.model
- co.arago.hiro.client.model.token - package co.arago.hiro.client.model.token
- co.arago.hiro.client.model.vertex - package co.arago.hiro.client.model.vertex
- co.arago.hiro.client.model.vertex.timeseries - package co.arago.hiro.client.model.vertex.timeseries
- co.arago.hiro.client.model.websocket.action - package co.arago.hiro.client.model.websocket.action
- co.arago.hiro.client.model.websocket.action.impl - package co.arago.hiro.client.model.websocket.action.impl
- co.arago.hiro.client.model.websocket.events - package co.arago.hiro.client.model.websocket.events
- co.arago.hiro.client.model.websocket.events.impl - package co.arago.hiro.client.model.websocket.events.impl
- co.arago.hiro.client.rest - package co.arago.hiro.client.rest
- co.arago.hiro.client.util - package co.arago.hiro.client.util
- co.arago.hiro.client.util.httpclient - package co.arago.hiro.client.util.httpclient
- co.arago.hiro.client.websocket - package co.arago.hiro.client.websocket
- co.arago.hiro.client.websocket.listener - package co.arago.hiro.client.websocket.listener
- code - Variable in class co.arago.hiro.client.connection.token.CodeFlowAuthTokenAPIHandler
- code - Variable in class co.arago.hiro.client.model.HiroError.HiroErrorEntry
- code - Variable in class co.arago.hiro.client.model.token.CodeFlowTokenRequest
- code - Variable in class co.arago.hiro.client.model.websocket.action.impl.ActionHandlerAck
- code - Variable in class co.arago.hiro.client.model.websocket.action.impl.ActionHandlerError
- code - Variable in class co.arago.hiro.client.model.websocket.action.impl.ActionHandlerNack
- codeChallenge - Variable in class co.arago.hiro.client.model.token.AuthorizeRequest
- codeChallengeMethod - Variable in class co.arago.hiro.client.model.token.AuthorizeRequest
- CodeFlowAuthTokenAPIHandler - Class in co.arago.hiro.client.connection.token
- CodeFlowAuthTokenAPIHandler(CodeFlowAuthTokenAPIHandler.Conf<?>) - Constructor for class co.arago.hiro.client.connection.token.CodeFlowAuthTokenAPIHandler
- CodeFlowAuthTokenAPIHandler.Builder - Class in co.arago.hiro.client.connection.token
- CodeFlowAuthTokenAPIHandler.Conf<T extends CodeFlowAuthTokenAPIHandler.Conf<T>> - Class in co.arago.hiro.client.connection.token
- CodeFlowTokenRequest - Class in co.arago.hiro.client.model.token
-
JSON for a token request.
- CodeFlowTokenRequest(String, String, String, String, String, String, String) - Constructor for class co.arago.hiro.client.model.token.CodeFlowTokenRequest
- codeVerifier - Variable in class co.arago.hiro.client.model.token.CodeFlowTokenRequest
- Conf() - Constructor for class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
- Conf() - Constructor for class co.arago.hiro.client.connection.AbstractVersionAPIHandler.Conf
- Conf() - Constructor for class co.arago.hiro.client.connection.GraphConnectionHandler.Conf
- Conf() - Constructor for class co.arago.hiro.client.connection.httpclient.DefaultHttpClientHandler.Conf
- Conf() - Constructor for class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler.Conf
- Conf() - Constructor for class co.arago.hiro.client.connection.token.AbstractTokenAPIHandler.Conf
- Conf() - Constructor for class co.arago.hiro.client.connection.token.CodeFlowAuthTokenAPIHandler.Conf
- Conf() - Constructor for class co.arago.hiro.client.connection.token.EnvironmentTokenAPIHandler.Conf
- Conf() - Constructor for class co.arago.hiro.client.connection.token.FixedTokenAPIHandler.Conf
- Conf() - Constructor for class co.arago.hiro.client.connection.token.PasswordAuthTokenAPIHandler.Conf
- Conf() - Constructor for class co.arago.hiro.client.rest.AppAPI.Conf
- Conf() - Constructor for class co.arago.hiro.client.rest.AuthAPI.Conf
- Conf() - Constructor for class co.arago.hiro.client.rest.AuthenticatedAPIHandler.Conf
- Conf() - Constructor for class co.arago.hiro.client.rest.GraphAPI.Conf
- Conf() - Constructor for class co.arago.hiro.client.websocket.ActionWebSocket.Conf
- Conf() - Constructor for class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.Conf
- Conf() - Constructor for class co.arago.hiro.client.websocket.EventWebSocket.Conf
- CONFIG_CHANGED - co.arago.hiro.client.model.websocket.action.ActionMessageType
- connectVerticesCommand(String, String, String) - Method in class co.arago.hiro.client.rest.GraphAPI
-
connect two vertices via an edge named verb.
- consumeResponseAsString() - Method in class co.arago.hiro.client.util.httpclient.HttpResponseParser
-
Read the inputStream and return it as String in UTF-8 or the charset provided .
- content - Variable in class co.arago.hiro.client.model.websocket.events.EventsFilter
- ContentHeaderHandler - Class in co.arago.hiro.client.util.httpclient
-
Decodes / Encodes the headers Content-Type and Content-Length.
- ContentHeaderHandler(String, Charset, Long) - Constructor for class co.arago.hiro.client.util.httpclient.ContentHeaderHandler
-
Constructor used when Content-Headers have to be constructed.
- ContentHeaderHandler(HttpHeaders) - Constructor for class co.arago.hiro.client.util.httpclient.ContentHeaderHandler
-
Constructor.
- contentIsJson() - Method in class co.arago.hiro.client.util.httpclient.ContentHeaderHandler
-
Check whether the mediaType is application/json
- contentLength - Variable in class co.arago.hiro.client.util.httpclient.ContentHeaderHandler
-
The Content-Length as read from the response header.
- create(Object) - Static method in class co.arago.hiro.client.model.vertex.MetaValueList
- create(Object) - Static method in class co.arago.hiro.client.model.vertex.MetaValueList.MetaValueField
- create(Object) - Static method in class co.arago.hiro.client.model.vertex.timeseries.HiroTimeseriesListMessage
- create(Object) - Static method in class co.arago.hiro.client.model.vertex.timeseries.HiroTimeseriesListMessage.TimeseriesEntry
- createBody() - Method in class co.arago.hiro.client.rest.GraphAPI.QueryBodyConf
- created - Variable in class co.arago.hiro.client.model.vertex.MetaValueList.MetaValueField
- createdOn - Variable in class co.arago.hiro.client.model.token.DecodedToken.Data
- createEdgeOgitId(String, String, String) - Method in class co.arago.hiro.client.rest.GraphAPI
- CreateEntityCommand(String) - Constructor for class co.arago.hiro.client.rest.GraphAPI.CreateEntityCommand
- CreateEntityCommand(Map<String, Object>) - Constructor for class co.arago.hiro.client.rest.GraphAPI.CreateEntityCommand
- createResponseObject(Class<T>) - Method in class co.arago.hiro.client.util.httpclient.HttpResponseParser
-
Convert the response into an object.
- createSingleValue() - Method in class co.arago.hiro.client.model.vertex.MetaValueList
- createVertexCommand(String) - Method in class co.arago.hiro.client.rest.GraphAPI
-
create vertex entity using ogit/_type.
- createVertexCommand(Map<String, Object>) - Method in class co.arago.hiro.client.rest.GraphAPI
-
create vertex entity using ogit/_type.
- createWebSocket() - Method in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler
-
Create new WebSocket.
D
- data - Variable in class co.arago.hiro.client.model.token.DecodedToken
- Data() - Constructor for class co.arago.hiro.client.model.token.DecodedToken.Data
- DecodedToken - Class in co.arago.hiro.client.model.token
-
Data structure of the encoded JSON payload of a HIRO token
- DecodedToken() - Constructor for class co.arago.hiro.client.model.token.DecodedToken
- DecodedToken.Data - Class in co.arago.hiro.client.model.token
- decodeToken() - Method in class co.arago.hiro.client.connection.token.AbstractTokenAPIHandler
-
Decode the payload part of the internal token.
- decodeToken() - Method in interface co.arago.hiro.client.connection.token.TokenAPIHandler
-
Decode the payload part of the internal token.
- decodeToken(String) - Static method in interface co.arago.hiro.client.connection.token.TokenAPIHandler
-
Decode the payload part of any token.
- DEFAULT_ENV - Static variable in class co.arago.hiro.client.connection.token.EnvironmentTokenAPIHandler
- DEFAULT_MAX_BINARY_LOG_LENGTH - Static variable in class co.arago.hiro.client.connection.httpclient.DefaultHttpClientHandler
- DEFAULT_MAX_CONNECTION_POOL - Static variable in class co.arago.hiro.client.connection.httpclient.DefaultHttpClientHandler
- DEFAULT_SHUTDOWN_TIMEOUT - Static variable in class co.arago.hiro.client.connection.httpclient.DefaultHttpClientHandler
- DefaultHiroItemListMessage - Class in co.arago.hiro.client.model
-
Represents a HIRO list of items.
- DefaultHiroItemListMessage() - Constructor for class co.arago.hiro.client.model.DefaultHiroItemListMessage
- DefaultHttpClientHandler - Class in co.arago.hiro.client.connection.httpclient
-
Class for API httpRequests that contains a HttpClient and a HttpLogger.
- DefaultHttpClientHandler(DefaultHttpClientHandler.Conf<?>) - Constructor for class co.arago.hiro.client.connection.httpclient.DefaultHttpClientHandler
-
Protected Constructor.
- DefaultHttpClientHandler.Builder - Class in co.arago.hiro.client.connection.httpclient
- DefaultHttpClientHandler.Conf<T extends DefaultHttpClientHandler.Conf<T>> - Class in co.arago.hiro.client.connection.httpclient
- DefaultHttpClientHandler.DefaultProxySpec - Class in co.arago.hiro.client.connection.httpclient
-
A simple data class for a proxy
- DefaultProxySpec(String, int) - Constructor for class co.arago.hiro.client.connection.httpclient.DefaultHttpClientHandler.DefaultProxySpec
- defaultScope - Variable in class co.arago.hiro.client.model.token.DecodedToken.Data
- defaultTeam - Variable in class co.arago.hiro.client.model.token.DecodedToken.Data
- delete(Class<T>, URI, HttpHeaderMap, Long, Integer) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler
-
Basic DELETE method which returns a Map constructed via a JSON body httpResponse.
- DeleteEntityCommand(String) - Constructor for class co.arago.hiro.client.rest.GraphAPI.DeleteEntityCommand
- deleteVertexCommand(String) - Method in class co.arago.hiro.client.rest.GraphAPI
-
delete entity by ogit/_id (vertex).
- disconnectVertices(String, String, String) - Method in class co.arago.hiro.client.rest.GraphAPI
-
delete entity by ogit/_id (edge).
- docs - Variable in class co.arago.hiro.client.model.VersionResponse.VersionEntry
E
- EncodedURIMessage - Interface in co.arago.hiro.client.model
-
This interface defines a default method to create an EncodedForm String from this object.
- encodeNoPlus(String, Charset) - Static method in class co.arago.hiro.client.util.httpclient.URLPartEncoder
- endpoint - Variable in class co.arago.hiro.client.model.VersionResponse.VersionEntry
- endpoint - Variable in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler
- EnvironmentTokenAPIHandler - Class in co.arago.hiro.client.connection.token
- EnvironmentTokenAPIHandler(EnvironmentTokenAPIHandler.Conf<?>) - Constructor for class co.arago.hiro.client.connection.token.EnvironmentTokenAPIHandler
-
Constructor.
- EnvironmentTokenAPIHandler.Builder - Class in co.arago.hiro.client.connection.token
- EnvironmentTokenAPIHandler.Conf<T extends EnvironmentTokenAPIHandler.Conf<T>> - Class in co.arago.hiro.client.connection.token
- equals(Object) - Method in class co.arago.hiro.client.util.httpclient.MultiValueMap
- error - Variable in class co.arago.hiro.client.model.HiroError
- ERROR - co.arago.hiro.client.model.websocket.action.ActionMessageType
- EventRegisterMessage - Class in co.arago.hiro.client.model.websocket.events.impl
-
{ "type": "register", "args": { "filter-id":
EventsFilter.id"filter-type":EventsFilter.type, "filter-content":EventsFilter.content} } - EventRegisterMessage(EventsFilter) - Constructor for class co.arago.hiro.client.model.websocket.events.impl.EventRegisterMessage
- EventRegisterMessage(String, String) - Constructor for class co.arago.hiro.client.model.websocket.events.impl.EventRegisterMessage
- EventRegisterMessage(String, String, String) - Constructor for class co.arago.hiro.client.model.websocket.events.impl.EventRegisterMessage
- EventsFilter - Class in co.arago.hiro.client.model.websocket.events
- EventsFilter(String, String) - Constructor for class co.arago.hiro.client.model.websocket.events.EventsFilter
-
Constructor
- EventsFilter(String, String, String) - Constructor for class co.arago.hiro.client.model.websocket.events.EventsFilter
-
Constructor
- EventsMessage - Class in co.arago.hiro.client.model.websocket.events.impl
-
An incoming events message from the events-ws.
Example: - EventsMessage(String, String, Long, Long, HiroVertexMessage, HiroVertexMessage) - Constructor for class co.arago.hiro.client.model.websocket.events.impl.EventsMessage
- EventUnregisterMessage - Class in co.arago.hiro.client.model.websocket.events.impl
-
{ "type": "unregister", "args": { "filter-id":
EventUnregisterMessage.FilterId.id} } - EventUnregisterMessage(String) - Constructor for class co.arago.hiro.client.model.websocket.events.impl.EventUnregisterMessage
- EventUnregisterMessage.FilterId - Class in co.arago.hiro.client.model.websocket.events.impl
- EventWebSocket - Class in co.arago.hiro.client.websocket
-
The handler for Event WebSocket.
- EventWebSocket(EventWebSocket.Conf<?>) - Constructor for class co.arago.hiro.client.websocket.EventWebSocket
-
Protected Constructor.
- EventWebSocket.Builder - Class in co.arago.hiro.client.websocket
- EventWebSocket.Conf<T extends EventWebSocket.Conf<T>> - Class in co.arago.hiro.client.websocket
- EventWebSocket.InternalEventListener - Class in co.arago.hiro.client.websocket
-
Listener class for Event WebSockets.
- eventWebSocketListener - Variable in class co.arago.hiro.client.websocket.EventWebSocket.InternalEventListener
-
Reference to the external listener
- EventWebSocketListener - Interface in co.arago.hiro.client.websocket.listener
- execute() - Method in class co.arago.hiro.client.rest.AppAPI.GetApplicationCommand
- execute() - Method in class co.arago.hiro.client.rest.AppAPI.GetConfigCommand
- execute() - Method in class co.arago.hiro.client.rest.AppAPI.GetContentCommand
- execute() - Method in class co.arago.hiro.client.rest.AppAPI.GetDesktopApplicationsCommand
- execute() - Method in class co.arago.hiro.client.rest.AppAPI.GetManifestCommand
- execute() - Method in class co.arago.hiro.client.rest.AuthAPI.GetMeAccountCommand
- execute() - Method in class co.arago.hiro.client.rest.AuthAPI.GetMeAvatarCommand
- execute() - Method in class co.arago.hiro.client.rest.AuthAPI.GetMeProfileCommand
- execute() - Method in class co.arago.hiro.client.rest.AuthAPI.GetMeRolesCommand
- execute() - Method in class co.arago.hiro.client.rest.AuthAPI.GetMeTeamsCommand
- execute() - Method in class co.arago.hiro.client.rest.AuthAPI.PostMeProfileCommand
- execute() - Method in class co.arago.hiro.client.rest.AuthAPI.PutMeAvatarCommand
- execute() - Method in class co.arago.hiro.client.rest.AuthAPI.PutMePasswordCommand
- execute() - Method in class co.arago.hiro.client.rest.AuthenticatedAPIHandler.APIRequestConf
- execute() - Method in class co.arago.hiro.client.rest.GraphAPI.CreateEntityCommand
- execute() - Method in class co.arago.hiro.client.rest.GraphAPI.DeleteEntityCommand
- execute() - Method in class co.arago.hiro.client.rest.GraphAPI.GetBlobCommand
- execute() - Method in class co.arago.hiro.client.rest.GraphAPI.GetEntityCommand
- execute() - Method in class co.arago.hiro.client.rest.GraphAPI.GetHistoryCommand
- execute() - Method in class co.arago.hiro.client.rest.GraphAPI.GetTimeseriesCommand
- execute() - Method in class co.arago.hiro.client.rest.GraphAPI.GetTimeseriesHistoryCommand
- execute() - Method in class co.arago.hiro.client.rest.GraphAPI.PostBlobCommand
- execute() - Method in class co.arago.hiro.client.rest.GraphAPI.PostTimeseriesCommand
- execute() - Method in class co.arago.hiro.client.rest.GraphAPI.PostVerbCommand
- execute() - Method in class co.arago.hiro.client.rest.GraphAPI.QueryByIdsCommand
- execute() - Method in class co.arago.hiro.client.rest.GraphAPI.QueryByXidCommand
- execute() - Method in class co.arago.hiro.client.rest.GraphAPI.QueryGremlinCommand
- execute() - Method in class co.arago.hiro.client.rest.GraphAPI.QueryTimeseriesCommand
- execute() - Method in class co.arago.hiro.client.rest.GraphAPI.QueryVerticesCommand
- execute() - Method in class co.arago.hiro.client.rest.GraphAPI.UpdateEntityCommand
- executeAsyncWithStreamBody(URI, String, StreamContainer, HttpHeaderMap, Long) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler
-
Method to communicate asynchronously via InputStreams.
- executeAsyncWithStringBody(URI, String, String, HttpHeaderMap, Long) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler
-
Method to communicate asynchronously via String body.
- executeBinary(URI, String, StreamContainer, HttpHeaderMap, Long, Integer) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler
-
Method to communicate via InputStreams.
- executeWithStreamBody(Class<T>, URI, String, StreamContainer, HttpHeaderMap, Long, Integer) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler
-
Basic method which returns an object of type
HiroMessageconstructed via a JSON body httpResponse. - executeWithStringBody(Class<T>, URI, String, String, HttpHeaderMap, Long, Integer) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler
-
Basic method which returns an object of type
HiroMessageconstructed via a JSON body httpResponse. - exp - Variable in class co.arago.hiro.client.model.token.DecodedToken
- expiresAt - Variable in class co.arago.hiro.client.model.token.DecodedToken.Data
- expiresAt - Variable in class co.arago.hiro.client.model.token.TokenResponse
-
Deprecated.
- expiresAt() - Method in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler.TokenInfo
- expiresAt() - Method in class co.arago.hiro.client.model.websocket.action.impl.ActionHandlerSubmit
-
Instant of creation of this object plus timeout ms.
- expiresIn - Variable in class co.arago.hiro.client.model.token.TokenResponse
- expiryInstant() - Method in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler
-
Calculate the Instant after which the token should be refreshed (expiresAt minus the
AbstractRemoteAuthTokenAPIHandler.TokenInfo.refreshOffset). - expiryInstant() - Method in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler.TokenInfo
-
Calculate the Instant after which the token should be refreshed (expiresAt minus the
AbstractRemoteAuthTokenAPIHandler.TokenInfo.refreshOffset). - expiryInstant() - Method in class co.arago.hiro.client.connection.token.EnvironmentTokenAPIHandler
-
Calculate the Instant after which the token should be refreshed.
- expiryInstant() - Method in class co.arago.hiro.client.connection.token.FixedTokenAPIHandler
-
Calculate the Instant after which the token should be refreshed.
- expiryInstant() - Method in interface co.arago.hiro.client.connection.token.TokenAPIHandler
-
Calculate the Instant after which the token should be refreshed.
F
- FAILED - co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.Status
- fieldsMap - Variable in class co.arago.hiro.client.model.HiroJsonMap
-
All unknown keys - if any - of the JSON will be collected here
- filter - Variable in class co.arago.hiro.client.util.HttpLogger
-
A list of paths from an URI.
- FilterId(String) - Constructor for class co.arago.hiro.client.model.websocket.events.impl.EventUnregisterMessage.FilterId
- filterMatch(URI) - Method in class co.arago.hiro.client.util.HttpLogger
- FixedTokenAPIHandler - Class in co.arago.hiro.client.connection.token
- FixedTokenAPIHandler(FixedTokenAPIHandler.Conf<FixedTokenAPIHandler.Builder>) - Constructor for class co.arago.hiro.client.connection.token.FixedTokenAPIHandler
-
Constructor
- FixedTokenAPIHandler.Builder - Class in co.arago.hiro.client.connection.token
- FixedTokenAPIHandler.Conf<T extends FixedTokenAPIHandler.Conf<T>> - Class in co.arago.hiro.client.connection.token
- FixedTokenException - Exception in co.arago.hiro.client.exceptions
-
Used when tokens are fixed and cannot be refreshed.
- FixedTokenException(String) - Constructor for exception co.arago.hiro.client.exceptions.FixedTokenException
-
Constructs a new exception with the specified detail message.
- FixedTokenException(String, Throwable) - Constructor for exception co.arago.hiro.client.exceptions.FixedTokenException
-
Constructs a new exception with the specified detail message and cause.
- fragment - Variable in class co.arago.hiro.client.rest.AuthenticatedAPIHandler.APIRequestConf
- fragment - Variable in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler
- fromString(String) - Static method in enum co.arago.hiro.client.model.websocket.action.ActionMessageType
G
- generateRandomBase64(int) - Static method in class co.arago.hiro.client.util.PkceUtil
- get(Class<T>, URI, HttpHeaderMap, Long, Integer) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler
-
Basic GET method which returns a Map constructed via a JSON body httpResponse.
- getAcceptAllCerts() - Method in class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
- getAcceptAllCerts() - Method in class co.arago.hiro.client.connection.httpclient.DefaultHttpClientHandler.Conf
- getAcceptAllCerts() - Method in interface co.arago.hiro.client.connection.httpclient.HttpClientHandler.ConfTemplate
- getActionWebSocketListener() - Method in class co.arago.hiro.client.websocket.ActionWebSocket.Conf
- getAddress() - Method in class co.arago.hiro.client.connection.httpclient.DefaultHttpClientHandler.DefaultProxySpec
- getAddress() - Method in interface co.arago.hiro.client.connection.httpclient.HttpClientHandler.ProxySpec
- getAll(String) - Method in class co.arago.hiro.client.util.httpclient.MultiValueMap
-
Obtain all values for a key.
- getAllIgnoreCase(String) - Method in class co.arago.hiro.client.util.httpclient.MultiValueMap
-
Obtain all values for a key.
- getApiName() - Method in class co.arago.hiro.client.rest.AuthenticatedAPIHandler.Conf
- getApiName() - Method in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.Conf
- getApiPath() - Method in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler.Conf
- getApiPath() - Method in class co.arago.hiro.client.rest.AuthenticatedAPIHandler.Conf
- getApiURIOf(String) - Method in class co.arago.hiro.client.connection.AbstractVersionAPIHandler
-
Determine the API URI path for a named API.
- getApiURIOf(String) - Method in interface co.arago.hiro.client.connection.token.TokenAPIHandler
-
Determine the API URI path for a named API.
- getApplicationCommand(String) - Method in class co.arago.hiro.client.rest.AppAPI
-
Get an application
- GetApplicationCommand(String) - Constructor for class co.arago.hiro.client.rest.AppAPI.GetApplicationCommand
- getAttachmentCommand(String) - Method in class co.arago.hiro.client.rest.GraphAPI
-
get content / blob / attachment of vertex
- getAttribute(String) - Method in class co.arago.hiro.client.model.vertex.HiroVertexMessage
-
Get an attribute field directly without converting anything.
- getAttributeAsMetaValue(String) - Method in class co.arago.hiro.client.model.vertex.HiroVertexMessage
-
Get an attribute field as MetaValueField
- getAttributeAsString(String) - Method in class co.arago.hiro.client.model.vertex.HiroVertexMessage
-
Get an attribute field value.
- getAuthorizeURI() - Method in class co.arago.hiro.client.connection.token.CodeFlowAuthTokenAPIHandler
-
Generate a URI for a browser to use for the authorization call.
- getBinary(URI, HttpHeaderMap, Long, Integer) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler
-
Basic GET method which returns an InputStream from the body of the httpResponse.
- GetBlobCommand(String) - Constructor for class co.arago.hiro.client.rest.GraphAPI.GetBlobCommand
- getBody() - Method in exception co.arago.hiro.client.exceptions.HiroHttpException
-
get the body
- getBoundary() - Method in class co.arago.hiro.client.util.httpclient.ContentHeaderHandler
- getCapability() - Method in class co.arago.hiro.client.model.websocket.action.impl.ActionHandlerSubmit
- getCharset() - Method in class co.arago.hiro.client.util.httpclient.ContentHeaderHandler
- getClientId() - Method in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler.Conf
- getClientSecret() - Method in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler.Conf
- getCode() - Method in exception co.arago.hiro.client.exceptions.HiroHttpException
-
get the error code
- getCode() - Method in exception co.arago.hiro.client.exceptions.WebSocketMessageException
-
get the error code
- getCode() - Method in class co.arago.hiro.client.model.HiroError
- getCode() - Method in interface co.arago.hiro.client.model.websocket.action.ActionHandlerCodeMessage
- getCode() - Method in class co.arago.hiro.client.model.websocket.action.impl.ActionHandlerAck
- getCode() - Method in class co.arago.hiro.client.model.websocket.action.impl.ActionHandlerError
- getCode() - Method in class co.arago.hiro.client.model.websocket.action.impl.ActionHandlerNack
- getCode() - Method in class co.arago.hiro.client.websocket.ActionWebSocket.ResultParams
-
Get the code.
- getCodeChallenge() - Method in class co.arago.hiro.client.util.PkceUtil
- getCodeChallengeMethod() - Method in class co.arago.hiro.client.util.PkceUtil
- getCodeVerifier() - Method in class co.arago.hiro.client.util.PkceUtil
- getConf() - Method in class co.arago.hiro.client.connection.AbstractAPIHandler
-
Return a copy of the configuration.
- getConf() - Method in interface co.arago.hiro.client.connection.token.TokenAPIHandler
-
Return a copy of the configuration.
- getConfigCommand() - Method in class co.arago.hiro.client.rest.AppAPI
-
Get an application instance config
- GetConfigCommand() - Constructor for class co.arago.hiro.client.rest.AppAPI.GetConfigCommand
- getConnectTimeout() - Method in class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
- getConnectTimeout() - Method in class co.arago.hiro.client.connection.httpclient.DefaultHttpClientHandler.Conf
- getConnectTimeout() - Method in interface co.arago.hiro.client.connection.httpclient.HttpClientHandler.ConfTemplate
- getContentCommand(String, String...) - Method in class co.arago.hiro.client.rest.AppAPI
-
Get the content of an application
- GetContentCommand(String, String...) - Constructor for class co.arago.hiro.client.rest.AppAPI.GetContentCommand
- getContentLength() - Method in class co.arago.hiro.client.util.httpclient.ContentHeaderHandler
- getContentType() - Method in class co.arago.hiro.client.util.httpclient.ContentHeaderHandler
-
Constructs the Header Content-Type from the mediaType, charset or boundary.
- getCookieManager() - Method in class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
- getCookieManager() - Method in class co.arago.hiro.client.connection.httpclient.DefaultHttpClientHandler.Conf
- getCookieManager() - Method in interface co.arago.hiro.client.connection.httpclient.HttpClientHandler.ConfTemplate
- getData() - Method in class co.arago.hiro.client.websocket.ActionWebSocket.ResultParams
-
Get data
- getDesktopApplicationsCommand() - Method in class co.arago.hiro.client.rest.AppAPI
-
Returns a list of all visible desktop applications
- GetDesktopApplicationsCommand() - Constructor for class co.arago.hiro.client.rest.AppAPI.GetDesktopApplicationsCommand
- getEdgeCommand(String, String, String) - Method in class co.arago.hiro.client.rest.GraphAPI
-
get entity by ogit/_id (edge)
- getEndpoint() - Method in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.Conf
- getEndpointURI(URIPath, URIEncodedData, String) - Method in class co.arago.hiro.client.rest.AuthenticatedAPIHandler
-
Construct my URI with query parameters and fragment.
- GetEntityCommand(String) - Constructor for class co.arago.hiro.client.rest.GraphAPI.GetEntityCommand
- getError() - Method in class co.arago.hiro.client.model.HiroMessage
-
Gets the received error in the response.
- getEventsFilterMap() - Method in class co.arago.hiro.client.websocket.EventWebSocket.Conf
- getEventWebSocketListener() - Method in class co.arago.hiro.client.websocket.EventWebSocket.Conf
- getField(String) - Method in class co.arago.hiro.client.model.HiroJsonMap
-
Returns any field found in this class, being inside
HiroJsonMap.fieldsMapor a field of a derived class. - getFirst() - Method in class co.arago.hiro.client.model.HiroItemListMessage
-
Return first item in list.
- getFirst(String) - Method in class co.arago.hiro.client.util.httpclient.MultiValueMap
-
Obtain the first value for a key.
- getFirstIgnoreCase(String) - Method in class co.arago.hiro.client.util.httpclient.MultiValueMap
-
Obtain the first value for a key.
- getForceLogging() - Method in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler.Conf
- getHandler() - Method in class co.arago.hiro.client.model.websocket.action.impl.ActionHandlerSubmit
- getHeaders() - Method in class co.arago.hiro.client.util.httpclient.HttpResponseParser
- getHistoryCommand(String) - Method in class co.arago.hiro.client.rest.GraphAPI
-
get the history of an entity (vertex / edge)
- GetHistoryCommand(String) - Constructor for class co.arago.hiro.client.rest.GraphAPI.GetHistoryCommand
- getHttpClient() - Method in class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
- getHttpClient() - Method in class co.arago.hiro.client.connection.httpclient.DefaultHttpClientHandler.Conf
- getHttpClient() - Method in interface co.arago.hiro.client.connection.httpclient.HttpClientHandler.ConfTemplate
- getHttpClientAutoClose() - Method in class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
- getHttpClientAutoClose() - Method in class co.arago.hiro.client.connection.httpclient.DefaultHttpClientHandler.Conf
- getHttpClientAutoClose() - Method in interface co.arago.hiro.client.connection.httpclient.HttpClientHandler.ConfTemplate
- getHttpClientHandler() - Method in class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
- getHttpLogger() - Method in class co.arago.hiro.client.connection.AbstractAPIHandler
- getHttpLogger() - Method in class co.arago.hiro.client.connection.httpclient.DefaultHttpClientHandler
- getHttpLogger() - Method in interface co.arago.hiro.client.connection.httpclient.HttpClientHandler
- getHttpRequestTimeout() - Method in class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
- getHttpRequestTimeout() - Method in class co.arago.hiro.client.connection.AbstractAPIHandler
- getHttpRequestTimeout() - Method in class co.arago.hiro.client.rest.AuthenticatedAPIHandler.Conf
- getId() - Method in class co.arago.hiro.client.model.websocket.action.AbstractActionHandlerIdMessage
- getId() - Method in interface co.arago.hiro.client.model.websocket.action.ActionHandlerIdMessage
- getInputStream() - Method in class co.arago.hiro.client.util.httpclient.HttpResponseParser
-
Access the inputStream and apply the logger
- getInputStream() - Method in class co.arago.hiro.client.util.httpclient.StreamContainer
- getItem(int) - Method in class co.arago.hiro.client.model.HiroItemListMessage
-
Return a single item.
- getItems() - Method in class co.arago.hiro.client.model.HiroItemListMessage
- getLast() - Method in class co.arago.hiro.client.model.HiroItemListMessage
-
Return last item in list.
- getManifestCommand(String) - Method in class co.arago.hiro.client.rest.AppAPI
-
Get a manifest of the content of an application
- GetManifestCommand(String) - Constructor for class co.arago.hiro.client.rest.AppAPI.GetManifestCommand
- getMap() - Method in class co.arago.hiro.client.model.HiroJsonMap
-
Returns the map of fields that have NOT been assigned to fields of derived children directly.
- getMap() - Method in class co.arago.hiro.client.model.VersionResponse
- getMapCopy() - Method in class co.arago.hiro.client.util.httpclient.MultiValueMap
- getMaxBinaryLength() - Method in class co.arago.hiro.client.util.HttpLogger
- getMaxBinaryLogLength() - Method in class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
- getMaxBinaryLogLength() - Method in class co.arago.hiro.client.connection.httpclient.DefaultHttpClientHandler.Conf
- getMaxBinaryLogLength() - Method in interface co.arago.hiro.client.connection.httpclient.HttpClientHandler.ConfTemplate
- getMaxConnectionPool() - Method in class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
- getMaxConnectionPool() - Method in class co.arago.hiro.client.connection.httpclient.DefaultHttpClientHandler.Conf
- getMaxConnectionPool() - Method in interface co.arago.hiro.client.connection.httpclient.HttpClientHandler.ConfTemplate
- getMaxRetries() - Method in class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
- getMaxRetries() - Method in class co.arago.hiro.client.connection.AbstractAPIHandler
- getMaxRetries() - Method in class co.arago.hiro.client.rest.AuthenticatedAPIHandler.Conf
- getMaxRetries() - Method in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.Conf
- getMeAccountCommand() - Method in class co.arago.hiro.client.rest.AuthAPI
-
get account information about current token
- GetMeAccountCommand() - Constructor for class co.arago.hiro.client.rest.AuthAPI.GetMeAccountCommand
- getMeAvatarCommand() - Method in class co.arago.hiro.client.rest.AuthAPI
-
get avatar of current token's account
- GetMeAvatarCommand() - Constructor for class co.arago.hiro.client.rest.AuthAPI.GetMeAvatarCommand
- getMediaType() - Method in class co.arago.hiro.client.util.httpclient.ContentHeaderHandler
- getMeProfileCommand() - Method in class co.arago.hiro.client.rest.AuthAPI
-
get profile of current token's account
- GetMeProfileCommand() - Constructor for class co.arago.hiro.client.rest.AuthAPI.GetMeProfileCommand
- getMeRolesCommand() - Method in class co.arago.hiro.client.rest.AuthAPI
-
get roles connected to of current token teams
- GetMeRolesCommand() - Constructor for class co.arago.hiro.client.rest.AuthAPI.GetMeRolesCommand
- getMessage() - Method in class co.arago.hiro.client.model.HiroError
- getMessage() - Method in interface co.arago.hiro.client.model.websocket.action.ActionHandlerCodeMessage
- getMessage() - Method in class co.arago.hiro.client.model.websocket.action.impl.ActionHandlerAck
- getMessage() - Method in class co.arago.hiro.client.model.websocket.action.impl.ActionHandlerError
- getMessage() - Method in class co.arago.hiro.client.model.websocket.action.impl.ActionHandlerNack
- getMessage() - Method in class co.arago.hiro.client.websocket.ActionWebSocket.ResultParams
-
Get the message.
- getMeTeamsCommand() - Method in class co.arago.hiro.client.rest.AuthAPI
-
gets the teams connected to current token
- GetMeTeamsCommand() - Constructor for class co.arago.hiro.client.rest.AuthAPI.GetMeTeamsCommand
- getName() - Method in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.Conf
- getOrBuildClient() - Method in class co.arago.hiro.client.connection.AbstractAPIHandler
- getOrBuildClient() - Method in class co.arago.hiro.client.connection.httpclient.DefaultHttpClientHandler
-
Return
DefaultHttpClientHandler.httpClientor the httpClient of a sharedConnectionHandler if available. - getOrBuildClient() - Method in interface co.arago.hiro.client.connection.httpclient.HttpClientHandler
-
Return the internal
HttpClient. - getOrBuildClient() - Method in interface co.arago.hiro.client.connection.token.TokenAPIHandler
- getOrganization() - Method in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler.Conf
- getOrganizationId() - Method in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler.Conf
- getParameters() - Method in class co.arago.hiro.client.model.websocket.action.impl.ActionHandlerSubmit
- getPassword() - Method in class co.arago.hiro.client.connection.token.PasswordAuthTokenAPIHandler.Conf
- getPort() - Method in class co.arago.hiro.client.connection.httpclient.DefaultHttpClientHandler.DefaultProxySpec
- getPort() - Method in interface co.arago.hiro.client.connection.httpclient.HttpClientHandler.ProxySpec
- getProtocol() - Method in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.Conf
- getProxy() - Method in class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
- getProxy() - Method in class co.arago.hiro.client.connection.httpclient.DefaultHttpClientHandler.Conf
- getProxy() - Method in interface co.arago.hiro.client.connection.httpclient.HttpClientHandler.ConfTemplate
- getRedirectURI() - Method in class co.arago.hiro.client.connection.token.CodeFlowAuthTokenAPIHandler.Conf
- getRefreshOffset() - Method in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler.Conf
- getRefreshOffset() - Method in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler
- getRefreshToken() - Method in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler
- getRequest() - Method in class co.arago.hiro.client.util.httpclient.HttpResponseParser
- getRequestBuilder(URI, HttpHeaderMap, Long) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler
-
Create a HttpRequest.Builder with common options and headers.
- getResult() - Method in class co.arago.hiro.client.model.websocket.action.impl.ActionHandlerResult
- getResultRetries() - Method in class co.arago.hiro.client.websocket.ActionWebSocket.Conf
- getRootApiURI() - Method in class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
- getRootApiURI() - Method in class co.arago.hiro.client.connection.AbstractAPIHandler
- getRootApiURI() - Method in interface co.arago.hiro.client.connection.token.TokenAPIHandler
- getScope() - Method in class co.arago.hiro.client.connection.token.CodeFlowAuthTokenAPIHandler.Conf
- getScopes() - Method in class co.arago.hiro.client.websocket.EventWebSocket.Conf
- getSharedConnectionHandler() - Method in class co.arago.hiro.client.connection.AbstractVersionAPIHandler.Conf
- getShutdownTimeout() - Method in class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
- getShutdownTimeout() - Method in class co.arago.hiro.client.connection.httpclient.DefaultHttpClientHandler.Conf
- getShutdownTimeout() - Method in interface co.arago.hiro.client.connection.httpclient.HttpClientHandler.ConfTemplate
- getSslContext() - Method in class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
- getSslContext() - Method in class co.arago.hiro.client.connection.httpclient.DefaultHttpClientHandler.Conf
- getSslContext() - Method in interface co.arago.hiro.client.connection.httpclient.HttpClientHandler.ConfTemplate
- getSslParameters() - Method in class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
- getSslParameters() - Method in class co.arago.hiro.client.connection.httpclient.DefaultHttpClientHandler.Conf
- getSslParameters() - Method in interface co.arago.hiro.client.connection.httpclient.HttpClientHandler.ConfTemplate
- getSSLSession() - Method in class co.arago.hiro.client.util.httpclient.HttpResponseParser
- getStatusCode() - Method in class co.arago.hiro.client.util.httpclient.HttpResponseParser
- getTimeout() - Method in class co.arago.hiro.client.model.websocket.action.impl.ActionHandlerSubmit
- getTimeseriesCommand(String) - Method in class co.arago.hiro.client.rest.GraphAPI
-
get timeseries of an entity (vertex / edge)
- GetTimeseriesCommand(String) - Constructor for class co.arago.hiro.client.rest.GraphAPI.GetTimeseriesCommand
- getTimeseriesHistoryCommand(String, long) - Method in class co.arago.hiro.client.rest.GraphAPI
-
get timeseries history of an entity (vertex / edge)
- GetTimeseriesHistoryCommand(String, long) - Constructor for class co.arago.hiro.client.rest.GraphAPI.GetTimeseriesHistoryCommand
- getToken() - Method in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler
-
Return the current token.
- getToken() - Method in class co.arago.hiro.client.connection.token.EnvironmentTokenAPIHandler
-
Return the current token from the System environment.
- getToken() - Method in class co.arago.hiro.client.connection.token.FixedTokenAPIHandler.Conf
- getToken() - Method in class co.arago.hiro.client.connection.token.FixedTokenAPIHandler
-
Return the current token.
- getToken() - Method in interface co.arago.hiro.client.connection.token.TokenAPIHandler
-
Return the current token.
- getTokenApiHandler() - Method in class co.arago.hiro.client.rest.AuthenticatedAPIHandler.Conf
- getTokenApiHandler() - Method in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.Conf
- getTokenEnv() - Method in class co.arago.hiro.client.connection.token.EnvironmentTokenAPIHandler.Conf
- getType() - Method in interface co.arago.hiro.client.model.websocket.action.ActionHandlerMessage
- getType() - Method in class co.arago.hiro.client.model.websocket.action.impl.ActionHandlerAck
- getType() - Method in class co.arago.hiro.client.model.websocket.action.impl.ActionHandlerConfigChanged
- getType() - Method in class co.arago.hiro.client.model.websocket.action.impl.ActionHandlerError
- getType() - Method in class co.arago.hiro.client.model.websocket.action.impl.ActionHandlerNack
- getType() - Method in class co.arago.hiro.client.model.websocket.action.impl.ActionHandlerResult
- getType() - Method in class co.arago.hiro.client.model.websocket.action.impl.ActionHandlerSubmit
- getUnmappedField(String) - Method in class co.arago.hiro.client.model.HiroJsonMap
-
Returns a value from the
HiroJsonMap.fieldsMap, which are fields that have NOT been assigned to fields of derived children directly. - getURI() - Method in class co.arago.hiro.client.util.httpclient.HttpResponseParser
- getURI(String) - Method in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler
-
Construct my URI.
- getUserAgent() - Method in class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
- getUserAgent() - Method in class co.arago.hiro.client.connection.AbstractAPIHandler
- getUserAgent() - Method in interface co.arago.hiro.client.connection.token.TokenAPIHandler
- getUsername() - Method in class co.arago.hiro.client.connection.token.PasswordAuthTokenAPIHandler.Conf
- getVersionEntryOf(String) - Method in class co.arago.hiro.client.model.VersionResponse
- getVersionMap() - Method in class co.arago.hiro.client.connection.AbstractVersionAPIHandler
-
Returns the current
AbstractVersionAPIHandler.versionMap. - getVersionMap() - Method in interface co.arago.hiro.client.connection.token.TokenAPIHandler
-
Returns the current versionMap.
- getVertexCommand(String) - Method in class co.arago.hiro.client.rest.GraphAPI
-
get entity by ogit/_id (vertex)
- getWebSocketMessageTimeout() - Method in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.Conf
- getWebSocketURI() - Method in class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
- getWebSocketURI() - Method in class co.arago.hiro.client.connection.AbstractAPIHandler
-
Get the
AbstractAPIHandler.webSocketURIor, if it is missing, construct one fromAbstractAPIHandler.rootApiURI. - grantType - Variable in class co.arago.hiro.client.model.token.AbstractTokenRequest
- GraphAPI - Class in co.arago.hiro.client.rest
- GraphAPI(GraphAPI.Conf<?>) - Constructor for class co.arago.hiro.client.rest.GraphAPI
-
Create this APIHandler by using its Builder.
- GraphAPI.Builder - Class in co.arago.hiro.client.rest
- GraphAPI.Conf<T extends GraphAPI.Conf<T>> - Class in co.arago.hiro.client.rest
- GraphAPI.CreateEntityCommand - Class in co.arago.hiro.client.rest
-
create vertex entity using ogit/_type.
- GraphAPI.DeleteEntityCommand - Class in co.arago.hiro.client.rest
-
delete entity by ogit/_id (vertex or edge).
- GraphAPI.GetBlobCommand - Class in co.arago.hiro.client.rest
-
get a binary blob / content / attachment from the graph
- GraphAPI.GetEntityCommand - Class in co.arago.hiro.client.rest
-
get entity by ogit/_id (vertex or edge)
- GraphAPI.GetHistoryCommand - Class in co.arago.hiro.client.rest
-
get the history of an entity (vertex / edge)
- GraphAPI.GetTimeseriesCommand - Class in co.arago.hiro.client.rest
-
get timeseries of an entity (vertex / edge)
- GraphAPI.GetTimeseriesHistoryCommand - Class in co.arago.hiro.client.rest
-
get timeseries history of an entity (vertex / edge)
- GraphAPI.PostBlobCommand - Class in co.arago.hiro.client.rest
-
post a binary blob / content / attachment to the graph
- GraphAPI.PostTimeseriesCommand - Class in co.arago.hiro.client.rest
-
post timeseries to an entity
- GraphAPI.PostVerbCommand - Class in co.arago.hiro.client.rest
-
connect two vertices via an edge named verb.
- GraphAPI.QueryBodyConf<T extends GraphAPI.QueryBodyConf<T,R>,R> - Class in co.arago.hiro.client.rest
-
A config class that contains common parameters for all Graph Queries.
- GraphAPI.QueryByIdsCommand - Class in co.arago.hiro.client.rest
-
query by ids
- GraphAPI.QueryByXidCommand - Class in co.arago.hiro.client.rest
-
query by xid
- GraphAPI.QueryGremlinCommand - Class in co.arago.hiro.client.rest
-
query gremlin
- GraphAPI.QueryTimeseriesCommand - Class in co.arago.hiro.client.rest
-
query timeseries values
- GraphAPI.QueryVerticesCommand - Class in co.arago.hiro.client.rest
-
query vertices
- GraphAPI.UpdateEntityCommand - Class in co.arago.hiro.client.rest
-
update vertex entity by ogit/_id.
- GraphConnectionHandler - Class in co.arago.hiro.client.connection
-
Basic connection to the HIRO Graph without any authentication.
- GraphConnectionHandler(GraphConnectionHandler.Conf<?>) - Constructor for class co.arago.hiro.client.connection.GraphConnectionHandler
-
Constructor
- GraphConnectionHandler.Builder - Class in co.arago.hiro.client.connection
- GraphConnectionHandler.Conf<T extends GraphConnectionHandler.Conf<T>> - Class in co.arago.hiro.client.connection
H
- handleAuthorizeCallback(String, String) - Method in class co.arago.hiro.client.connection.token.CodeFlowAuthTokenAPIHandler
-
Handle authorization callback data.
- handler - Variable in class co.arago.hiro.client.model.websocket.action.impl.ActionHandlerSubmit
- hasContentType() - Method in class co.arago.hiro.client.util.httpclient.ContentHeaderHandler
- hashCode() - Method in class co.arago.hiro.client.util.httpclient.MultiValueMap
- hasRefreshToken() - Method in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler
-
Check for existence of a refresh token in the TokenAPIHandler.
- hasRefreshToken() - Method in class co.arago.hiro.client.connection.token.EnvironmentTokenAPIHandler
-
Check for existence of a refresh token in the TokenAPIHandler.
- hasRefreshToken() - Method in class co.arago.hiro.client.connection.token.FixedTokenAPIHandler
-
Check for existence of a refresh token in the TokenAPIHandler.
- hasRefreshToken() - Method in interface co.arago.hiro.client.connection.token.TokenAPIHandler
-
Check for existence of a refresh token in the TokenAPIHandler.
- hasToken() - Method in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler
-
Check for existence of a token in the TokenAPIHandler.
- hasToken() - Method in class co.arago.hiro.client.connection.token.EnvironmentTokenAPIHandler
-
Check for existence of a token in the TokenAPIHandler.
- hasToken() - Method in class co.arago.hiro.client.connection.token.FixedTokenAPIHandler
-
Check for existence of a token in the TokenAPIHandler.
- hasToken() - Method in interface co.arago.hiro.client.connection.token.TokenAPIHandler
-
Check for existence of a token in the TokenAPIHandler.
- headers - Variable in class co.arago.hiro.client.rest.AuthenticatedAPIHandler.APIRequestConf
- headers - Variable in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler
- HexUtil - Class in co.arago.hiro.client.util
- HexUtil() - Constructor for class co.arago.hiro.client.util.HexUtil
- hiroError - Variable in class co.arago.hiro.client.model.HiroMessage
- HiroError - Class in co.arago.hiro.client.model
-
Handles error responses from HIRO of the format.
- HiroError(Object) - Constructor for class co.arago.hiro.client.model.HiroError
-
Creates the intended
HiroError.HiroErrorEntryfrom either one of the two JSON data formats. - HiroError.HiroErrorEntry - Class in co.arago.hiro.client.model
- HiroErrorEntry(String, Integer) - Constructor for class co.arago.hiro.client.model.HiroError.HiroErrorEntry
- HiroException - Exception in co.arago.hiro.client.exceptions
-
a base exception for HIRO, contains an error code
- HiroException(String) - Constructor for exception co.arago.hiro.client.exceptions.HiroException
-
Constructs a new exception with the specified detail message.
- HiroException(String, Throwable) - Constructor for exception co.arago.hiro.client.exceptions.HiroException
-
Constructs a new exception with the specified detail message and cause.
- HiroException(String, Throwable, boolean, boolean) - Constructor for exception co.arago.hiro.client.exceptions.HiroException
-
Constructs a new exception with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
- HiroHttpException - Exception in co.arago.hiro.client.exceptions
-
a base exception for HIRO, contains an error code
- HiroHttpException(String, int, String) - Constructor for exception co.arago.hiro.client.exceptions.HiroHttpException
-
Constructs a new exception with the specified detail message.
- HiroHttpException(String, int, String, Throwable) - Constructor for exception co.arago.hiro.client.exceptions.HiroHttpException
-
Constructs a new exception with the specified detail message and cause.
- HiroHttpException(String, int, String, Throwable, boolean, boolean) - Constructor for exception co.arago.hiro.client.exceptions.HiroHttpException
-
Constructs a new exception with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
- HiroItemListMessage<T extends HiroJsonMap> - Class in co.arago.hiro.client.model
-
Represents a HIRO list of items.
- HiroItemListMessage() - Constructor for class co.arago.hiro.client.model.HiroItemListMessage
-
Default constructor for Jackson
- HiroItemListMessage(List<T>) - Constructor for class co.arago.hiro.client.model.HiroItemListMessage
-
Constructor with initial data
- HiroJsonMap - Class in co.arago.hiro.client.model
-
This is a generic model class that collects all keys and values of a JSON object in
HiroJsonMap.fieldsMap. - HiroJsonMap() - Constructor for class co.arago.hiro.client.model.HiroJsonMap
-
Default constructor for Jackson
- HiroJsonMap(Map<String, Object>) - Constructor for class co.arago.hiro.client.model.HiroJsonMap
-
Constructor
- HiroMessage - Class in co.arago.hiro.client.model
-
This contains a LinkedHashMap<String, Object>
HiroJsonMap.fieldsMap(fromHiroJsonMapfor the generic incoming data. - HiroMessage() - Constructor for class co.arago.hiro.client.model.HiroMessage
-
Default constructor for Jackson
- HiroMessage(Map<String, Object>) - Constructor for class co.arago.hiro.client.model.HiroMessage
-
Constructor
- HiroStandardListener - Interface in co.arago.hiro.client.websocket.listener
- HiroTimeseriesListMessage - Class in co.arago.hiro.client.model.vertex.timeseries
- HiroTimeseriesListMessage() - Constructor for class co.arago.hiro.client.model.vertex.timeseries.HiroTimeseriesListMessage
- HiroTimeseriesListMessage.TimeseriesEntry - Class in co.arago.hiro.client.model.vertex.timeseries
- HiroVertexListMessage - Class in co.arago.hiro.client.model.vertex
-
Special case of the
HiroItemListMessagewhere the data is aHiroVertexMessage. - HiroVertexListMessage() - Constructor for class co.arago.hiro.client.model.vertex.HiroVertexListMessage
- HiroVertexMessage - Class in co.arago.hiro.client.model.vertex
-
Contains data of a HIRO vertex.
- HiroVertexMessage() - Constructor for class co.arago.hiro.client.model.vertex.HiroVertexMessage
-
Default constructor for Jackson
- HiroVertexMessage(Map<String, Object>) - Constructor for class co.arago.hiro.client.model.vertex.HiroVertexMessage
-
Constructor
- httpClientHandler - Variable in class co.arago.hiro.client.connection.AbstractAPIHandler
-
This is a reference which will be shared among all AbstractAPIHandler that use the same configuration
AbstractAPIHandler.Conf. - HttpClientHandler - Interface in co.arago.hiro.client.connection.httpclient
-
Interface for a class that contains a HttpClient and a HttpLogger.
- HttpClientHandler.ConfTemplate<T extends HttpClientHandler.ConfTemplate<T>> - Interface in co.arago.hiro.client.connection.httpclient
-
Interface for the configuration parameters of a HttpClientHandler.
- HttpClientHandler.ProxySpec - Interface in co.arago.hiro.client.connection.httpclient
- HttpHeaderMap - Class in co.arago.hiro.client.util.httpclient
-
A map for HttpHeaders.
- HttpHeaderMap() - Constructor for class co.arago.hiro.client.util.httpclient.HttpHeaderMap
-
Constructor for an empty map.
- HttpHeaderMap(Map<String, ?>) - Constructor for class co.arago.hiro.client.util.httpclient.HttpHeaderMap
-
Constructor
- HttpLogger - Class in co.arago.hiro.client.util
-
This handles logging of HttpRequests and HttpResults.
- HttpLogger(int) - Constructor for class co.arago.hiro.client.util.HttpLogger
- httpRequestTimeout - Variable in class co.arago.hiro.client.connection.AbstractAPIHandler
- httpRequestTimeout - Variable in class co.arago.hiro.client.rest.AuthenticatedAPIHandler.APIRequestConf
- HttpResponseParser - Class in co.arago.hiro.client.util.httpclient
-
Contains the httpResult and decodes the headers Content-Type and Content-Length for further information about that stream.
- HttpResponseParser(HttpResponse<InputStream>, HttpLogger) - Constructor for class co.arago.hiro.client.util.httpclient.HttpResponseParser
-
Constructor.
I
- iat - Variable in class co.arago.hiro.client.model.token.DecodedToken
- id - Variable in class co.arago.hiro.client.model.websocket.events.EventsFilter
- id - Variable in class co.arago.hiro.client.model.websocket.events.impl.EventsMessage
- id - Variable in class co.arago.hiro.client.model.websocket.events.impl.EventUnregisterMessage.FilterId
- id - Variable in class co.arago.hiro.client.model.websocket.events.impl.SubscribeScopeMessage
- identity - Variable in class co.arago.hiro.client.model.token.DecodedToken.Data
- identity - Variable in class co.arago.hiro.client.model.token.TokenResponse
- identityId - Variable in class co.arago.hiro.client.model.token.DecodedToken.Data
- identityId - Variable in class co.arago.hiro.client.model.token.TokenResponse
- initialize() - Method in class co.arago.hiro.client.util.PkceUtil
- InternalActionListener(ActionWebSocketListener) - Constructor for class co.arago.hiro.client.websocket.ActionWebSocket.InternalActionListener
-
Constructor
- InternalEventListener(EventWebSocketListener) - Constructor for class co.arago.hiro.client.websocket.EventWebSocket.InternalEventListener
-
Constructor
- internalListener - Variable in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler
- InternalListener(String, SpecificWebSocketListener) - Constructor for class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.InternalListener
-
Constructor
- isEmpty() - Method in class co.arago.hiro.client.model.HiroItemListMessage
- isError() - Method in class co.arago.hiro.client.model.HiroMessage
-
Checks for a received error.
- isFollowRedirects() - Method in class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
- isFollowRedirects() - Method in class co.arago.hiro.client.connection.httpclient.DefaultHttpClientHandler.Conf
- isFollowRedirects() - Method in interface co.arago.hiro.client.connection.httpclient.HttpClientHandler.ConfTemplate
- isMetaValueField(String) - Method in class co.arago.hiro.client.model.vertex.HiroVertexMessage
-
Check for a meta value field.
- isReconnectOnFailedSend() - Method in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.Conf
- iss - Variable in class co.arago.hiro.client.model.token.DecodedToken
- items - Variable in class co.arago.hiro.client.model.HiroItemListMessage
J
- JsonMessage - Interface in co.arago.hiro.client.model
-
This interface defines a default method to create a JSON String from this object.
K
- key - Variable in class co.arago.hiro.client.model.vertex.MetaValueList.MetaValueField
L
- lastUpdate - Variable in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler.TokenInfo
-
Timestamp of when the token has been fetched
- lifecycle - Variable in class co.arago.hiro.client.model.VersionResponse.VersionEntry
- logBody - Variable in class co.arago.hiro.client.util.HttpLogger
- logRequest(HttpRequest, Object) - Method in class co.arago.hiro.client.util.HttpLogger
-
Log a request from the data inside HttpRequest.
- logResponseBody(HttpResponse<?>, Object) - Method in class co.arago.hiro.client.util.HttpLogger
-
Log a response from the data inside HttpResponse.
- logResponseHeaders(HttpResponse<?>) - Method in class co.arago.hiro.client.util.HttpLogger
-
Log a response from the data inside HttpResponse.
M
- map - Variable in class co.arago.hiro.client.util.httpclient.MultiValueMap
- maxBinaryLength - Variable in class co.arago.hiro.client.util.HttpLogger
- maxRetries - Variable in class co.arago.hiro.client.connection.AbstractAPIHandler
- maxRetries - Variable in class co.arago.hiro.client.rest.AuthenticatedAPIHandler.APIRequestConf
- maxRetries - Variable in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler
- mediaType - Variable in class co.arago.hiro.client.util.httpclient.ContentHeaderHandler
-
Decoded from the Content-Type.
- message - Variable in class co.arago.hiro.client.model.HiroError.HiroErrorEntry
- message - Variable in class co.arago.hiro.client.model.websocket.action.impl.ActionHandlerAck
- message - Variable in class co.arago.hiro.client.model.websocket.action.impl.ActionHandlerError
- message - Variable in class co.arago.hiro.client.model.websocket.action.impl.ActionHandlerNack
- metadata - Variable in class co.arago.hiro.client.model.websocket.events.impl.EventsMessage
- MetaValueField(String) - Constructor for class co.arago.hiro.client.model.vertex.MetaValueList.MetaValueField
- MetaValueField(String, Long, String) - Constructor for class co.arago.hiro.client.model.vertex.MetaValueList.MetaValueField
- MetaValueList - Class in co.arago.hiro.client.model.vertex
-
Implementation of a meta value from HIRO attributes in vertices.
- MetaValueList() - Constructor for class co.arago.hiro.client.model.vertex.MetaValueList
- MetaValueList.MetaValueField - Class in co.arago.hiro.client.model.vertex
- MultiValueMap - Class in co.arago.hiro.client.util.httpclient
-
A special map that contains a string as key and a list of string as value.
- MultiValueMap() - Constructor for class co.arago.hiro.client.util.httpclient.MultiValueMap
-
Constructor without data.
- MultiValueMap(MultiValueMap) - Constructor for class co.arago.hiro.client.util.httpclient.MultiValueMap
- MultiValueMap(Map<String, ?>) - Constructor for class co.arago.hiro.client.util.httpclient.MultiValueMap
-
Constructor
N
- name - Variable in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler
- nanotime - Variable in class co.arago.hiro.client.model.websocket.events.impl.EventsMessage
- NEGATIVE_ACKNOWLEDGED - co.arago.hiro.client.model.websocket.action.ActionMessageType
- newBuilder() - Static method in class co.arago.hiro.client.connection.GraphConnectionHandler
- newBuilder() - Static method in class co.arago.hiro.client.connection.httpclient.DefaultHttpClientHandler
- newBuilder() - Static method in class co.arago.hiro.client.connection.token.CodeFlowAuthTokenAPIHandler
- newBuilder() - Static method in class co.arago.hiro.client.connection.token.EnvironmentTokenAPIHandler
- newBuilder() - Static method in class co.arago.hiro.client.connection.token.FixedTokenAPIHandler
- newBuilder() - Static method in class co.arago.hiro.client.connection.token.PasswordAuthTokenAPIHandler
- newBuilder(TokenAPIHandler) - Static method in class co.arago.hiro.client.rest.AppAPI
-
Get a
AppAPI.BuilderforAppAPI. - newBuilder(TokenAPIHandler) - Static method in class co.arago.hiro.client.rest.AuthAPI
-
Get a
AuthAPI.BuilderforAuthAPI. - newBuilder(TokenAPIHandler) - Static method in class co.arago.hiro.client.rest.GraphAPI
- newBuilder(TokenAPIHandler, ActionWebSocketListener) - Static method in class co.arago.hiro.client.websocket.ActionWebSocket
-
Get a
ActionWebSocket.BuilderforActionWebSocket. - newBuilder(TokenAPIHandler, EventWebSocketListener) - Static method in class co.arago.hiro.client.websocket.EventWebSocket
-
Get a
EventWebSocket.BuilderforEventWebSocket. - newResultParams() - Static method in class co.arago.hiro.client.websocket.ActionWebSocket
-
Static creator
- NONE - co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.Status
O
- onActionSubmit(ActionWebSocket, ActionHandlerSubmit) - Method in interface co.arago.hiro.client.websocket.listener.ActionWebSocketListener
-
Called with the parsed
ActionHandlerSubmit. - onClose(int, String) - Method in interface co.arago.hiro.client.websocket.listener.HiroStandardListener
- onClose(WebSocket, int, String) - Method in class co.arago.hiro.client.websocket.ActionWebSocket.InternalActionListener
- onClose(WebSocket, int, String) - Method in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.InternalListener
-
Receives close messages.
- onClose(WebSocket, int, String) - Method in class co.arago.hiro.client.websocket.EventWebSocket.InternalEventListener
-
Receives close messages.
- onClose(WebSocket, int, String) - Method in interface co.arago.hiro.client.websocket.SpecificWebSocketListener
-
Called right before the websocket is about to close.
- onConfigChanged(ActionWebSocket) - Method in interface co.arago.hiro.client.websocket.listener.ActionWebSocketListener
-
Called when
ActionHandlerConfigChangedis received. - onCreate(EventsMessage) - Method in interface co.arago.hiro.client.websocket.listener.EventWebSocketListener
-
On a create message
- onDelete(EventsMessage) - Method in interface co.arago.hiro.client.websocket.listener.EventWebSocketListener
-
On a delete message
- onError(Throwable) - Method in interface co.arago.hiro.client.websocket.listener.HiroStandardListener
- onError(WebSocket, Throwable) - Method in class co.arago.hiro.client.websocket.ActionWebSocket.InternalActionListener
- onError(WebSocket, Throwable) - Method in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.InternalListener
-
Handles errors (Throwable) regarding websocket operation.
- onError(WebSocket, Throwable) - Method in class co.arago.hiro.client.websocket.EventWebSocket.InternalEventListener
- onError(WebSocket, Throwable) - Method in interface co.arago.hiro.client.websocket.SpecificWebSocketListener
-
Called when an Exception is detected.
- onEvent(EventsMessage) - Method in interface co.arago.hiro.client.websocket.listener.EventWebSocketListener
-
Called with the parsed
EventsMessage. - onMessage(WebSocket, HiroMessage) - Method in class co.arago.hiro.client.websocket.ActionWebSocket.InternalActionListener
-
Handle incoming action messages.
- onMessage(WebSocket, HiroMessage) - Method in class co.arago.hiro.client.websocket.EventWebSocket.InternalEventListener
- onMessage(WebSocket, HiroMessage) - Method in interface co.arago.hiro.client.websocket.SpecificWebSocketListener
-
Called with an incoming message.
- onOpen() - Method in interface co.arago.hiro.client.websocket.listener.HiroStandardListener
- onOpen(WebSocket) - Method in class co.arago.hiro.client.websocket.ActionWebSocket.InternalActionListener
- onOpen(WebSocket) - Method in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.InternalListener
- onOpen(WebSocket) - Method in class co.arago.hiro.client.websocket.EventWebSocket.InternalEventListener
-
Sets the filters, scopes and calls
EventWebSocket.TokenRefreshHandler.start(). - onOpen(WebSocket) - Method in interface co.arago.hiro.client.websocket.SpecificWebSocketListener
-
Called right after the websocket has been opened.
- onPing(WebSocket, ByteBuffer) - Method in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.InternalListener
-
Keep-alive messages
- onText(WebSocket, CharSequence, boolean) - Method in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.InternalListener
-
Collects a text message from the websocket until 'last' is true.
- onUpdate(EventsMessage) - Method in interface co.arago.hiro.client.websocket.listener.EventWebSocketListener
-
On an update message
- organization - Variable in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler
- organization - Variable in class co.arago.hiro.client.model.token.AbstractTokenRequest
-
Optional
- organization - Variable in class co.arago.hiro.client.model.token.DecodedToken.Data
- organizationId - Variable in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler
- organizationId - Variable in class co.arago.hiro.client.model.token.AbstractTokenRequest
-
Optional
- organizations - Variable in class co.arago.hiro.client.model.token.DecodedToken.Data
P
- parameters - Variable in class co.arago.hiro.client.model.token.DecodedToken.Data
- parameters - Variable in class co.arago.hiro.client.model.websocket.action.impl.ActionHandlerSubmit
- parse(TokenResponse) - Method in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler.TokenInfo
-
Copy data from the response to me and set
AbstractRemoteAuthTokenAPIHandler.TokenInfo.lastUpdate. - password - Variable in class co.arago.hiro.client.connection.token.PasswordAuthTokenAPIHandler
- password - Variable in class co.arago.hiro.client.model.token.PasswordTokenRequest
- PasswordAuthTokenAPIHandler - Class in co.arago.hiro.client.connection.token
- PasswordAuthTokenAPIHandler(PasswordAuthTokenAPIHandler.Conf<?>) - Constructor for class co.arago.hiro.client.connection.token.PasswordAuthTokenAPIHandler
- PasswordAuthTokenAPIHandler.Builder - Class in co.arago.hiro.client.connection.token
- PasswordAuthTokenAPIHandler.Conf<T extends PasswordAuthTokenAPIHandler.Conf<T>> - Class in co.arago.hiro.client.connection.token
- PasswordTokenRequest - Class in co.arago.hiro.client.model.token
-
JSON for a token request.
- PasswordTokenRequest(String, String, String, String, String, String) - Constructor for class co.arago.hiro.client.model.token.PasswordTokenRequest
- patch(Class<T>, URI, String, HttpHeaderMap, Long, Integer) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler
-
Basic PATCH method which returns a Map constructed via a JSON body httpResponse.
- patchBinary(Class<T>, URI, StreamContainer, HttpHeaderMap, Long, Integer) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler
-
Basic PATCH method which sends an InputStream.
- path - Variable in class co.arago.hiro.client.rest.AuthenticatedAPIHandler.APIRequestConf
- path - Variable in class co.arago.hiro.client.util.httpclient.URIPath
- PkceUtil - Class in co.arago.hiro.client.util
- PkceUtil() - Constructor for class co.arago.hiro.client.util.PkceUtil
- post(Class<T>, URI, String, HttpHeaderMap, Long, Integer) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler
-
Basic POST method which returns a Map constructed via a JSON body httpResponse.
- postAttachmentCommand(String, StreamContainer) - Method in class co.arago.hiro.client.rest.GraphAPI
-
post a binary blob / content / attachment to the graph
- postAttachmentCommand(String, InputStream) - Method in class co.arago.hiro.client.rest.GraphAPI
-
post a binary blob / content / attachment to the graph
- postBinary(Class<T>, URI, StreamContainer, HttpHeaderMap, Long, Integer) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler
-
Basic POST method which sends an InputStream.
- PostBlobCommand(String, StreamContainer) - Constructor for class co.arago.hiro.client.rest.GraphAPI.PostBlobCommand
- PostBlobCommand(String, InputStream) - Constructor for class co.arago.hiro.client.rest.GraphAPI.PostBlobCommand
- postMeProfileCommand() - Method in class co.arago.hiro.client.rest.AuthAPI
-
change profile of current token's account
- PostMeProfileCommand() - Constructor for class co.arago.hiro.client.rest.AuthAPI.PostMeProfileCommand
- postTimeseriesCommand(String) - Method in class co.arago.hiro.client.rest.GraphAPI
-
post timeseries of an entity (vertex / edge)
- PostTimeseriesCommand(String) - Constructor for class co.arago.hiro.client.rest.GraphAPI.PostTimeseriesCommand
- PostVerbCommand(String, String, String) - Constructor for class co.arago.hiro.client.rest.GraphAPI.PostVerbCommand
- prepend(String...) - Method in class co.arago.hiro.client.util.httpclient.URIPath
- prepend(List<String>) - Method in class co.arago.hiro.client.util.httpclient.URIPath
- processHeaderField(String, List<String>) - Method in class co.arago.hiro.client.util.HttpLogger
-
Hide critical data from header logging
- protocol - Variable in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler
- protocols - Variable in class co.arago.hiro.client.model.VersionResponse.VersionEntry
- put(Class<T>, URI, String, HttpHeaderMap, Long, Integer) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler
-
Basic PUT method which returns a Map constructed via a JSON body httpResponse.
- putBinary(Class<T>, URI, StreamContainer, HttpHeaderMap, Long, Integer) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler
-
Basic PUT method which sends an InputStream.
- putMeAvatarCommand(StreamContainer) - Method in class co.arago.hiro.client.rest.AuthAPI
-
set avatar of current token's account
- putMeAvatarCommand(InputStream) - Method in class co.arago.hiro.client.rest.AuthAPI
-
set avatar of current token's account
- PutMeAvatarCommand(StreamContainer) - Constructor for class co.arago.hiro.client.rest.AuthAPI.PutMeAvatarCommand
- PutMeAvatarCommand(InputStream) - Constructor for class co.arago.hiro.client.rest.AuthAPI.PutMeAvatarCommand
- putMePasswordCommand() - Method in class co.arago.hiro.client.rest.AuthAPI
-
change password of current token's account
- PutMePasswordCommand() - Constructor for class co.arago.hiro.client.rest.AuthAPI.PutMePasswordCommand
Q
- query - Variable in class co.arago.hiro.client.rest.AuthenticatedAPIHandler.APIRequestConf
- query - Variable in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler
- QueryBodyConf(String...) - Constructor for class co.arago.hiro.client.rest.GraphAPI.QueryBodyConf
- queryByIdsCommand(String) - Method in class co.arago.hiro.client.rest.GraphAPI
-
query by ids
- QueryByIdsCommand(String) - Constructor for class co.arago.hiro.client.rest.GraphAPI.QueryByIdsCommand
- queryByXidCommand(String) - Method in class co.arago.hiro.client.rest.GraphAPI
-
query by xid
- QueryByXidCommand(String) - Constructor for class co.arago.hiro.client.rest.GraphAPI.QueryByXidCommand
- queryGremlinCommand(String, String) - Method in class co.arago.hiro.client.rest.GraphAPI
-
query gremlin
- QueryGremlinCommand(String, String) - Constructor for class co.arago.hiro.client.rest.GraphAPI.QueryGremlinCommand
- queryTimeseriesCommand(String) - Method in class co.arago.hiro.client.rest.GraphAPI
-
query timeseries values
- QueryTimeseriesCommand(String) - Constructor for class co.arago.hiro.client.rest.GraphAPI.QueryTimeseriesCommand
- queryVerticesCommand(String) - Method in class co.arago.hiro.client.rest.GraphAPI
-
query vertices
- QueryVerticesCommand(String) - Constructor for class co.arago.hiro.client.rest.GraphAPI.QueryVerticesCommand
R
- reconnectOnFailedSend - Variable in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler
- redirectURI - Variable in class co.arago.hiro.client.connection.token.CodeFlowAuthTokenAPIHandler
- redirectURI - Variable in class co.arago.hiro.client.model.token.AuthorizeRequest
- redirectURI - Variable in class co.arago.hiro.client.model.token.CodeFlowTokenRequest
- refreshOffset - Variable in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler.TokenInfo
-
ms of offset for token expiry
- refreshToken - Variable in class co.arago.hiro.client.model.token.TokenRefreshRequest
- refreshToken - Variable in class co.arago.hiro.client.model.token.TokenResponse
- refreshToken - Variable in class co.arago.hiro.client.model.token.TokenRevokeRequest
- refreshToken() - Method in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler
-
Refresh an invalid token.
- refreshToken() - Method in class co.arago.hiro.client.connection.token.CodeFlowAuthTokenAPIHandler
-
Refresh an invalid token.
- refreshToken() - Method in class co.arago.hiro.client.connection.token.EnvironmentTokenAPIHandler
-
Refresh an invalid token.
- refreshToken() - Method in class co.arago.hiro.client.connection.token.FixedTokenAPIHandler
-
Refresh an invalid token.
- refreshToken() - Method in interface co.arago.hiro.client.connection.token.TokenAPIHandler
-
Refresh an invalid token.
- refreshToken(String, String) - Method in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler
-
Refresh an invalid token.
- RefreshTokenWebSocketException - Exception in co.arago.hiro.client.exceptions
-
Used when tokens expire with error 401.
- RefreshTokenWebSocketException(String) - Constructor for exception co.arago.hiro.client.exceptions.RefreshTokenWebSocketException
- RefreshTokenWebSocketException(String, Throwable) - Constructor for exception co.arago.hiro.client.exceptions.RefreshTokenWebSocketException
- removeEventsFilter(String) - Method in class co.arago.hiro.client.websocket.EventWebSocket
- removeFilter(URI) - Method in class co.arago.hiro.client.util.HttpLogger
- requestToken(String, String) - Method in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler
-
Obtain a new token from the auth API.
- requestToken(String, String) - Method in class co.arago.hiro.client.connection.token.CodeFlowAuthTokenAPIHandler
-
Obtain a new token from the auth API.
- requestToken(String, String) - Method in class co.arago.hiro.client.connection.token.PasswordAuthTokenAPIHandler
-
Obtain a new token from the auth API.
- requestVersionMap() - Method in class co.arago.hiro.client.connection.AbstractVersionAPIHandler
-
Get API Versions
- reset() - Method in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.InternalListener
-
Reset listener for new usage.
- responseType - Variable in class co.arago.hiro.client.model.token.AuthorizeRequest
- RESTARTING - co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.Status
- restartWebSocket(boolean) - Method in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler
-
Restarts the websocket by closing the old and creating a new one.
- result - Variable in class co.arago.hiro.client.model.websocket.action.impl.ActionHandlerResult
- ResultParams() - Constructor for class co.arago.hiro.client.websocket.ActionWebSocket.ResultParams
- resultRetries - Variable in class co.arago.hiro.client.websocket.ActionWebSocket
- RetryException - Exception in co.arago.hiro.client.exceptions
-
Exception to signal a connection retry
- RetryException(String) - Constructor for exception co.arago.hiro.client.exceptions.RetryException
-
Constructs a new exception with the specified detail message.
- RetryException(String, Throwable) - Constructor for exception co.arago.hiro.client.exceptions.RetryException
-
Constructs a new exception with the specified detail message and cause.
- revokeToken() - Method in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler
-
Revoke a token.
- revokeToken() - Method in class co.arago.hiro.client.connection.token.EnvironmentTokenAPIHandler
-
Revoke a token
- revokeToken() - Method in class co.arago.hiro.client.connection.token.FixedTokenAPIHandler
-
Revoke a token
- revokeToken() - Method in interface co.arago.hiro.client.connection.token.TokenAPIHandler
-
Revoke a token
- revokeToken(String) - Method in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler
-
Revoke a token.
- rootApiURI - Variable in class co.arago.hiro.client.connection.AbstractAPIHandler
- RUNNING - co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.Status
- RUNNING_PRELIMINARY - co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.Status
S
- scope - Variable in class co.arago.hiro.client.connection.token.CodeFlowAuthTokenAPIHandler
- scope - Variable in class co.arago.hiro.client.model.token.AuthorizeRequest
- self() - Method in class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
- self() - Method in class co.arago.hiro.client.connection.GraphConnectionHandler.Builder
- self() - Method in class co.arago.hiro.client.connection.httpclient.DefaultHttpClientHandler.Builder
- self() - Method in class co.arago.hiro.client.connection.httpclient.DefaultHttpClientHandler.Conf
- self() - Method in class co.arago.hiro.client.connection.token.CodeFlowAuthTokenAPIHandler.Builder
- self() - Method in class co.arago.hiro.client.connection.token.EnvironmentTokenAPIHandler.Builder
- self() - Method in class co.arago.hiro.client.connection.token.FixedTokenAPIHandler.Builder
- self() - Method in class co.arago.hiro.client.connection.token.PasswordAuthTokenAPIHandler.Builder
- self() - Method in class co.arago.hiro.client.rest.AppAPI.Builder
- self() - Method in class co.arago.hiro.client.rest.AppAPI.GetApplicationCommand
- self() - Method in class co.arago.hiro.client.rest.AppAPI.GetConfigCommand
- self() - Method in class co.arago.hiro.client.rest.AppAPI.GetContentCommand
- self() - Method in class co.arago.hiro.client.rest.AppAPI.GetDesktopApplicationsCommand
- self() - Method in class co.arago.hiro.client.rest.AppAPI.GetManifestCommand
- self() - Method in class co.arago.hiro.client.rest.AuthAPI.Builder
- self() - Method in class co.arago.hiro.client.rest.AuthAPI.GetMeAccountCommand
- self() - Method in class co.arago.hiro.client.rest.AuthAPI.GetMeAvatarCommand
- self() - Method in class co.arago.hiro.client.rest.AuthAPI.GetMeProfileCommand
- self() - Method in class co.arago.hiro.client.rest.AuthAPI.GetMeRolesCommand
- self() - Method in class co.arago.hiro.client.rest.AuthAPI.GetMeTeamsCommand
- self() - Method in class co.arago.hiro.client.rest.AuthAPI.PostMeProfileCommand
- self() - Method in class co.arago.hiro.client.rest.AuthAPI.PutMeAvatarCommand
- self() - Method in class co.arago.hiro.client.rest.AuthAPI.PutMePasswordCommand
- self() - Method in class co.arago.hiro.client.rest.AuthenticatedAPIHandler.APIRequestConf
- self() - Method in class co.arago.hiro.client.rest.AuthenticatedAPIHandler.Conf
- self() - Method in class co.arago.hiro.client.rest.GraphAPI.Builder
- self() - Method in class co.arago.hiro.client.rest.GraphAPI.CreateEntityCommand
- self() - Method in class co.arago.hiro.client.rest.GraphAPI.DeleteEntityCommand
- self() - Method in class co.arago.hiro.client.rest.GraphAPI.GetBlobCommand
- self() - Method in class co.arago.hiro.client.rest.GraphAPI.GetEntityCommand
- self() - Method in class co.arago.hiro.client.rest.GraphAPI.GetHistoryCommand
- self() - Method in class co.arago.hiro.client.rest.GraphAPI.GetTimeseriesCommand
- self() - Method in class co.arago.hiro.client.rest.GraphAPI.GetTimeseriesHistoryCommand
- self() - Method in class co.arago.hiro.client.rest.GraphAPI.PostBlobCommand
- self() - Method in class co.arago.hiro.client.rest.GraphAPI.PostTimeseriesCommand
- self() - Method in class co.arago.hiro.client.rest.GraphAPI.PostVerbCommand
- self() - Method in class co.arago.hiro.client.rest.GraphAPI.QueryByIdsCommand
- self() - Method in class co.arago.hiro.client.rest.GraphAPI.QueryByXidCommand
- self() - Method in class co.arago.hiro.client.rest.GraphAPI.QueryGremlinCommand
- self() - Method in class co.arago.hiro.client.rest.GraphAPI.QueryTimeseriesCommand
- self() - Method in class co.arago.hiro.client.rest.GraphAPI.QueryVerticesCommand
- self() - Method in class co.arago.hiro.client.rest.GraphAPI.UpdateEntityCommand
- self() - Method in class co.arago.hiro.client.websocket.ActionWebSocket.Builder
- self() - Method in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.Conf
- self() - Method in class co.arago.hiro.client.websocket.EventWebSocket.Builder
- send(String) - Method in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler
-
Send a message across the websocket.
- send(HttpRequest, Integer) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler
-
Send a HttpRequest synchronously and return the httpResponse
- SEND_ACTION_RESULT - co.arago.hiro.client.model.websocket.action.ActionMessageType
- sendActionResult(String, ActionWebSocket.ResultParams) - Method in class co.arago.hiro.client.websocket.ActionWebSocket
-
Send an
ActionHandlerResultusing the provided id and a ResultParams structure. - sendActionResult(String, String) - Method in class co.arago.hiro.client.websocket.ActionWebSocket
-
Send an
ActionHandlerResultusing the provided id and result string. - sendAsync(HttpRequest) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler
-
Send a HttpRequest asynchronously and return a future for a
HttpResponseParser. - SendBodyAPIRequestConf(String...) - Constructor for class co.arago.hiro.client.rest.AuthenticatedAPIHandler.SendBodyAPIRequestConf
- SendStreamAPIRequestConf(StreamContainer, String...) - Constructor for class co.arago.hiro.client.rest.AuthenticatedAPIHandler.SendStreamAPIRequestConf
-
Use an existing
StreamContainer - SendStreamAPIRequestConf(InputStream, String...) - Constructor for class co.arago.hiro.client.rest.AuthenticatedAPIHandler.SendStreamAPIRequestConf
-
Use an inputStream for data and nothing else.
- set(String) - Method in class co.arago.hiro.client.util.httpclient.URIEncodedData
- set(String, String) - Method in class co.arago.hiro.client.util.httpclient.MultiValueMap
-
Put a single value into the map or remove it.
- set(String, Collection<String>) - Method in class co.arago.hiro.client.util.httpclient.MultiValueMap
-
Put a list of values into the map or remove it.
- setAcceptAllCerts(Boolean) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
-
Skip SSL certificate verification.
- setAcceptAllCerts(Boolean) - Method in class co.arago.hiro.client.connection.httpclient.DefaultHttpClientHandler.Conf
-
Skip SSL certificate verification.
- setAcceptAllCerts(Boolean) - Method in interface co.arago.hiro.client.connection.httpclient.HttpClientHandler.ConfTemplate
-
Skip SSL certificate verification.
- setActionWebSocketListener(ActionWebSocketListener) - Method in class co.arago.hiro.client.websocket.ActionWebSocket.Conf
-
Set actionWebSocketListener.
- setAggregate(String) - Method in class co.arago.hiro.client.rest.GraphAPI.GetTimeseriesCommand
- setAggregate(String) - Method in class co.arago.hiro.client.rest.GraphAPI.QueryTimeseriesCommand
- setAll(MultiValueMap) - Method in class co.arago.hiro.client.util.httpclient.MultiValueMap
-
Clear map and set values.
- setAll(Map<String, ?>) - Method in class co.arago.hiro.client.util.httpclient.MultiValueMap
-
Clear map and set values.
- setAllScopes(boolean) - Method in class co.arago.hiro.client.websocket.EventWebSocket.Conf
-
Set query parameter "allscopes"
- setApiName(String) - Method in class co.arago.hiro.client.rest.AuthenticatedAPIHandler.Conf
- setApiName(String) - Method in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.Conf
- setApiPath(String) - Method in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler.Conf
- setApiPath(String) - Method in class co.arago.hiro.client.rest.AuthenticatedAPIHandler.Conf
- setBody(String) - Method in class co.arago.hiro.client.rest.AuthenticatedAPIHandler.SendBodyAPIRequestConf
-
Set the body as plain String.
- setBoundary(String) - Method in class co.arago.hiro.client.util.httpclient.ContentHeaderHandler
- setCharset(Charset) - Method in class co.arago.hiro.client.rest.AuthenticatedAPIHandler.SendStreamAPIRequestConf
- setCharset(Charset) - Method in class co.arago.hiro.client.util.httpclient.ContentHeaderHandler
- setClientId(String) - Method in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler.Conf
- setClientSecret(String) - Method in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler.Conf
- setCode(Integer) - Method in class co.arago.hiro.client.websocket.ActionWebSocket.ResultParams
-
Sets the status code.
- setConnectTimeout(Long) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
- setConnectTimeout(Long) - Method in class co.arago.hiro.client.connection.httpclient.DefaultHttpClientHandler.Conf
- setConnectTimeout(Long) - Method in interface co.arago.hiro.client.connection.httpclient.HttpClientHandler.ConfTemplate
- setContentId(String) - Method in class co.arago.hiro.client.rest.GraphAPI.GetBlobCommand
- setContentLength(Long) - Method in class co.arago.hiro.client.util.httpclient.ContentHeaderHandler
- setContentType(String) - Method in class co.arago.hiro.client.rest.AuthenticatedAPIHandler.SendStreamAPIRequestConf
-
Decodes mediaType and charset from the contentType.
- setContentType(String) - Method in class co.arago.hiro.client.util.httpclient.ContentHeaderHandler
-
Decodes a Content-Type header and sets mediaType, charset and boundary from it.
- setCookieManager(CookieManager) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
-
Instance of an externally configured CookieManager.
- setCookieManager(CookieManager) - Method in class co.arago.hiro.client.connection.httpclient.DefaultHttpClientHandler.Conf
-
Instance of an externally configured CookieManager.
- setCookieManager(CookieManager) - Method in interface co.arago.hiro.client.connection.httpclient.HttpClientHandler.ConfTemplate
-
Instance of an externally configured CookieManager.
- setCount(Boolean) - Method in class co.arago.hiro.client.rest.GraphAPI.QueryVerticesCommand
-
Set count
- setCredentials(String, String) - Method in class co.arago.hiro.client.connection.token.CodeFlowAuthTokenAPIHandler.Conf
-
Shorthand to set all credentials at once.
- setCredentials(String, String, String, String) - Method in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler.Conf
-
Shorthand to set all credentials at once.
- setCredentials(String, String, String, String) - Method in class co.arago.hiro.client.connection.token.PasswordAuthTokenAPIHandler.Conf
-
Shorthand to set all credentials at once.
- setData(String) - Method in class co.arago.hiro.client.websocket.ActionWebSocket.ResultParams
-
Sets the data as String
- setData(Map<String, Object>) - Method in class co.arago.hiro.client.websocket.ActionWebSocket.ResultParams
-
Sets the data string from a map.
- setDelta(boolean) - Method in class co.arago.hiro.client.websocket.EventWebSocket.Conf
-
Set query parameter "delta"
- setEndpointAndProtocol(String, String) - Method in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.Conf
-
Sets endpoint and protocol directly, omitting automatic endpoint detection via apiName.
- setEventsFilterMap(Map<String, EventsFilter>) - Method in class co.arago.hiro.client.websocket.EventWebSocket.Conf
-
Set the filters
- setEventWebSocketListener(EventWebSocketListener) - Method in class co.arago.hiro.client.websocket.EventWebSocket.Conf
-
Set eventWebSocketListener.
- setField(String, Object) - Method in class co.arago.hiro.client.model.HiroJsonMap
-
Set a single field in
HiroJsonMap.fieldsMap. - setField(String, Object) - Method in class co.arago.hiro.client.model.HiroMessage
-
Set the field in
HiroJsonMap.fieldsMapunless an error message is found viaHiroMessage.catchError(String, Object). - setField(String, Object) - Method in class co.arago.hiro.client.model.VersionResponse
-
Jackson Setter that transforms incoming maps into VersionEntries.
- setField(String, Object) - Method in class co.arago.hiro.client.model.vertex.HiroVertexMessage
-
Jackson Setter that transforms incoming lists into MetaValueLists.
- setFields(String) - Method in class co.arago.hiro.client.rest.GraphAPI.GetEntityCommand
- setFields(String) - Method in class co.arago.hiro.client.rest.GraphAPI.QueryBodyConf
-
Set query fields
- setFields(Map<String, Object>) - Method in class co.arago.hiro.client.model.HiroJsonMap
- setFollowRedirects(boolean) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
- setFollowRedirects(boolean) - Method in class co.arago.hiro.client.connection.httpclient.DefaultHttpClientHandler.Conf
- setFollowRedirects(boolean) - Method in interface co.arago.hiro.client.connection.httpclient.HttpClientHandler.ConfTemplate
- setForceLogging(boolean) - Method in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler.Conf
-
Force logging of insecure request / response data.
- setFragment(String) - Method in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.Conf
-
For initial connection to the WebSocket.
- setFrom(long) - Method in class co.arago.hiro.client.rest.GraphAPI.GetHistoryCommand
- setFrom(long) - Method in class co.arago.hiro.client.rest.GraphAPI.GetTimeseriesCommand
- setFrom(long) - Method in class co.arago.hiro.client.rest.GraphAPI.QueryTimeseriesCommand
- setFullResponse(boolean) - Method in class co.arago.hiro.client.rest.GraphAPI.UpdateEntityCommand
- setGroupId(String) - Method in class co.arago.hiro.client.websocket.EventWebSocket.Conf
-
Set query parameter "groupId"
- setHeaderParam(String, String) - Method in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.Conf
-
For initial connection to the WebSocket.
- setHeaders(HttpHeaderMap) - Method in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.Conf
-
For initial connection to the WebSocket.
- setHeaders(Map<String, String>) - Method in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.Conf
-
For initial connection to the WebSocket.
- setHttpClient(HttpClient) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
-
Instance of an externally configured http client.
- setHttpClient(HttpClient) - Method in class co.arago.hiro.client.connection.httpclient.DefaultHttpClientHandler.Conf
-
Instance of an externally configured http client.
- setHttpClient(HttpClient) - Method in interface co.arago.hiro.client.connection.httpclient.HttpClientHandler.ConfTemplate
-
Instance of an externally configured http client.
- setHttpClientAutoClose(boolean) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
-
Close internal httpClient automatically, even when it has been set externally.
- setHttpClientAutoClose(boolean) - Method in class co.arago.hiro.client.connection.httpclient.DefaultHttpClientHandler.Conf
-
Close internal httpClient automatically, even when it has been set externally.
- setHttpClientAutoClose(boolean) - Method in interface co.arago.hiro.client.connection.httpclient.HttpClientHandler.ConfTemplate
-
Close internal httpClient automatically, even when it has been set externally.
- setHttpClientHandler(HttpClientHandler) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
-
Sets the httpClientHandler for the backend connection.
- setHttpHeaders(HttpHeaderMap) - Method in class co.arago.hiro.client.rest.AuthenticatedAPIHandler.APIRequestConf
- setHttpHeaders(HttpHeaderMap) - Method in class co.arago.hiro.client.rest.AuthenticatedAPIHandler.SendStreamAPIRequestConf
-
If "Content-Type" is present in the headers, also set it in the
AuthenticatedAPIHandler.SendStreamAPIRequestConf.streamContainer. - setHttpRequestTimeout(Long) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
- setHttpRequestTimeout(Long) - Method in class co.arago.hiro.client.rest.AuthenticatedAPIHandler.APIRequestConf
- setHttpRequestTimeout(Long) - Method in class co.arago.hiro.client.rest.AuthenticatedAPIHandler.Conf
- setIncludeDeleted(boolean) - Method in class co.arago.hiro.client.rest.GraphAPI.GetBlobCommand
- setIncludeDeleted(boolean) - Method in class co.arago.hiro.client.rest.GraphAPI.GetEntityCommand
- setIncludeDeleted(boolean) - Method in class co.arago.hiro.client.rest.GraphAPI.GetHistoryCommand
- setIncludeDeleted(boolean) - Method in class co.arago.hiro.client.rest.GraphAPI.GetTimeseriesCommand
- setIncludeDeleted(boolean) - Method in class co.arago.hiro.client.rest.GraphAPI.GetTimeseriesHistoryCommand
- setIncludeDeleted(Boolean) - Method in class co.arago.hiro.client.rest.GraphAPI.QueryBodyConf
-
Set includeDeleted
- setIncludeVirtual(Boolean) - Method in class co.arago.hiro.client.rest.AuthAPI.GetMeTeamsCommand
- setItems(List<T>) - Method in class co.arago.hiro.client.model.HiroItemListMessage
-
Set all items at once
- setJsonBodyFromMap(Map<String, ?>) - Method in class co.arago.hiro.client.rest.AuthenticatedAPIHandler.SendBodyAPIRequestConf
-
Convert the Map into a JSON body String.
- setJsonBodyFromMessage(JsonMessage) - Method in class co.arago.hiro.client.rest.AuthenticatedAPIHandler.SendBodyAPIRequestConf
-
Convert the jsonMessage into a JSON body String.
- setLimit(Integer) - Method in class co.arago.hiro.client.rest.GraphAPI.GetHistoryCommand
- setLimit(Integer) - Method in class co.arago.hiro.client.rest.GraphAPI.GetTimeseriesCommand
- setLimit(Integer) - Method in class co.arago.hiro.client.rest.GraphAPI.QueryTimeseriesCommand
- setLimit(Integer) - Method in class co.arago.hiro.client.rest.GraphAPI.QueryVerticesCommand
-
Set limit
- setListMeta(boolean) - Method in class co.arago.hiro.client.rest.GraphAPI.GetEntityCommand
- setListMeta(boolean) - Method in class co.arago.hiro.client.rest.GraphAPI.GetHistoryCommand
- setListMeta(boolean) - Method in class co.arago.hiro.client.rest.GraphAPI.UpdateEntityCommand
- setListMeta(Boolean) - Method in class co.arago.hiro.client.rest.GraphAPI.QueryBodyConf
-
Set listMeta
- setLogBody(boolean) - Method in class co.arago.hiro.client.util.HttpLogger
-
Enable or disable logging of bodies.
- setMaxBinaryLength(int) - Method in class co.arago.hiro.client.util.HttpLogger
-
Max length to log for binary data
- setMaxBinaryLogLength(int) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
-
Maximum size to log binary data in logfiles.
- setMaxBinaryLogLength(int) - Method in class co.arago.hiro.client.connection.httpclient.DefaultHttpClientHandler.Conf
-
Maximum size to log binary data in logfiles.
- setMaxBinaryLogLength(int) - Method in interface co.arago.hiro.client.connection.httpclient.HttpClientHandler.ConfTemplate
-
Maximum size to log binary data in logfiles.
- setMaxConnectionPool(int) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
-
Set the maximum of open connections for this HttpClient (This sets the fixedThreadPool for the Executor of the HttpClient).
- setMaxConnectionPool(int) - Method in class co.arago.hiro.client.connection.httpclient.DefaultHttpClientHandler.Conf
-
Set the maximum of open connections for this HttpClient (This sets the fixedThreadPool for the Executor of the HttpClient).
- setMaxConnectionPool(int) - Method in interface co.arago.hiro.client.connection.httpclient.HttpClientHandler.ConfTemplate
-
Set the maximum of open connections for this HttpClient (This sets the fixedThreadPool for the Executor of the HttpClient).
- setMaxRetries(int) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
- setMaxRetries(int) - Method in class co.arago.hiro.client.rest.AuthenticatedAPIHandler.Conf
- setMaxRetries(int) - Method in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.Conf
- setMaxRetries(Integer) - Method in class co.arago.hiro.client.rest.AuthenticatedAPIHandler.APIRequestConf
- setMediaType(String) - Method in class co.arago.hiro.client.rest.AuthenticatedAPIHandler.SendStreamAPIRequestConf
- setMediaType(String) - Method in class co.arago.hiro.client.util.httpclient.ContentHeaderHandler
- setMessage(String) - Method in class co.arago.hiro.client.websocket.ActionWebSocket.ResultParams
-
Sets the status message
- setName(String) - Method in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.Conf
- setOffset(Integer) - Method in class co.arago.hiro.client.rest.GraphAPI.GetHistoryCommand
- setOffset(Integer) - Method in class co.arago.hiro.client.rest.GraphAPI.QueryVerticesCommand
-
Set offset
- setOffset(String) - Method in class co.arago.hiro.client.websocket.EventWebSocket.Conf
-
Set query parameter "offset"
- setOrder(String) - Method in class co.arago.hiro.client.rest.GraphAPI.GetTimeseriesCommand
- setOrder(String) - Method in class co.arago.hiro.client.rest.GraphAPI.QueryTimeseriesCommand
- setOrder(String) - Method in class co.arago.hiro.client.rest.GraphAPI.QueryVerticesCommand
-
Set order
- setOrganization(String) - Method in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler.Conf
- setOrganizationId(String) - Method in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler.Conf
- setPassword(String) - Method in class co.arago.hiro.client.connection.token.PasswordAuthTokenAPIHandler.Conf
- setPasswords(String, String) - Method in class co.arago.hiro.client.rest.AuthAPI.PutMePasswordCommand
- setProfile(Boolean) - Method in class co.arago.hiro.client.rest.AuthAPI.GetMeAccountCommand
- setProxy(HttpClientHandler.ProxySpec) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
- setProxy(HttpClientHandler.ProxySpec) - Method in class co.arago.hiro.client.connection.httpclient.DefaultHttpClientHandler.Conf
- setProxy(HttpClientHandler.ProxySpec) - Method in interface co.arago.hiro.client.connection.httpclient.HttpClientHandler.ConfTemplate
- setQuery(URIEncodedData) - Method in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.Conf
-
For initial connection to the WebSocket.
- setQuery(Map<String, String>) - Method in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.Conf
-
For initial connection to the WebSocket.
- setQueryParam(String, String) - Method in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.Conf
-
For initial connection to the WebSocket.
- setReconnectOnFailedSend(boolean) - Method in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.Conf
-
Reset the websocket when
AuthenticatedWebSocketHandler.send(String)fails. - setRedirectURI(String) - Method in class co.arago.hiro.client.connection.token.CodeFlowAuthTokenAPIHandler.Conf
- setRefreshOffset(long) - Method in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler
- setRefreshOffset(Long) - Method in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler.Conf
-
Timespan that gets subtracted from the official expiration instant of a token so the token can be refreshed before it runs out.
- setResultRetries(int) - Method in class co.arago.hiro.client.websocket.ActionWebSocket.Conf
-
Set the retries for sending a actionResponse message.
- setRootApiURI(String) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
- setRootApiURI(URI) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
- setScope(String) - Method in class co.arago.hiro.client.connection.token.CodeFlowAuthTokenAPIHandler.Conf
- setScopes(Set<String>) - Method in class co.arago.hiro.client.websocket.EventWebSocket.Conf
-
Set a list of scopes for the events.
- setSharedConnectionHandler(AbstractVersionAPIHandler) - Method in class co.arago.hiro.client.connection.AbstractVersionAPIHandler.Conf
-
Specifies a shared handler for a set of APIHandlers.
- setShutdownTimeout(long) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
- setShutdownTimeout(long) - Method in class co.arago.hiro.client.connection.httpclient.DefaultHttpClientHandler.Conf
- setShutdownTimeout(long) - Method in interface co.arago.hiro.client.connection.httpclient.HttpClientHandler.ConfTemplate
- setSslContext(SSLContext) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
- setSslContext(SSLContext) - Method in class co.arago.hiro.client.connection.httpclient.DefaultHttpClientHandler.Conf
- setSslContext(SSLContext) - Method in interface co.arago.hiro.client.connection.httpclient.HttpClientHandler.ConfTemplate
- setSslParameters(SSLParameters) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
- setSslParameters(SSLParameters) - Method in class co.arago.hiro.client.connection.httpclient.DefaultHttpClientHandler.Conf
- setSslParameters(SSLParameters) - Method in interface co.arago.hiro.client.connection.httpclient.HttpClientHandler.ConfTemplate
- setTimeout(Long) - Method in class co.arago.hiro.client.model.websocket.action.impl.ActionHandlerSubmit
-
Sets the timeout and
ActionHandlerSubmit.expiresAt. - setTimeseries(HiroTimeseriesListMessage) - Method in class co.arago.hiro.client.rest.GraphAPI.PostTimeseriesCommand
-
Set the timeseries.
- setTo(long) - Method in class co.arago.hiro.client.rest.GraphAPI.GetHistoryCommand
- setTo(long) - Method in class co.arago.hiro.client.rest.GraphAPI.GetTimeseriesCommand
- setTo(long) - Method in class co.arago.hiro.client.rest.GraphAPI.QueryTimeseriesCommand
- setToken(String) - Method in class co.arago.hiro.client.connection.token.FixedTokenAPIHandler.Conf
-
Set a static token
- setTokenApiHandler(TokenAPIHandler) - Method in class co.arago.hiro.client.rest.AuthenticatedAPIHandler.Conf
- setTokenApiHandler(TokenAPIHandler) - Method in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.Conf
- setTokenEnv(String) - Method in class co.arago.hiro.client.connection.token.EnvironmentTokenAPIHandler.Conf
- setType(String) - Method in class co.arago.hiro.client.rest.GraphAPI.GetHistoryCommand
- setUrlFragment(String) - Method in class co.arago.hiro.client.rest.AuthenticatedAPIHandler.APIRequestConf
- setUrlQuery(URIEncodedData) - Method in class co.arago.hiro.client.rest.AuthenticatedAPIHandler.APIRequestConf
- setUserAgent(String) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
-
For header "User-Agent".
- setUsername(String) - Method in class co.arago.hiro.client.connection.token.PasswordAuthTokenAPIHandler.Conf
- setVersion(Integer) - Method in class co.arago.hiro.client.rest.GraphAPI.GetHistoryCommand
- setVid(String) - Method in class co.arago.hiro.client.rest.GraphAPI.GetEntityCommand
- setVid(String) - Method in class co.arago.hiro.client.rest.GraphAPI.GetHistoryCommand
- setWebSocketMessageTimeout(Long) - Method in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.Conf
- setWebSocketURI(String) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
- setWebSocketURI(URI) - Method in class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
- setWith(String) - Method in class co.arago.hiro.client.rest.GraphAPI.GetTimeseriesCommand
- size() - Method in class co.arago.hiro.client.model.HiroItemListMessage
- SpecificWebSocketListener - Interface in co.arago.hiro.client.websocket
-
Interface for internal WebSocket listeners of different WebSocket protocols.
- specs - Variable in class co.arago.hiro.client.model.VersionResponse.VersionEntry
- start() - Method in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler
- STARTING - co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.Status
- state - Variable in class co.arago.hiro.client.connection.token.CodeFlowAuthTokenAPIHandler
- state - Variable in class co.arago.hiro.client.model.token.AuthorizeRequest
- status - Variable in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler
- streamContainer - Variable in class co.arago.hiro.client.rest.AuthenticatedAPIHandler.SendStreamAPIRequestConf
- StreamContainer - Class in co.arago.hiro.client.util.httpclient
-
Contains the inputStream for the body and decodes the headers Content-Type and Content-Length for further information about that stream.
- StreamContainer(InputStream, String, Charset, Long) - Constructor for class co.arago.hiro.client.util.httpclient.StreamContainer
-
Constructor used when streams have to be sent.
- sub - Variable in class co.arago.hiro.client.model.token.DecodedToken
- SUBMIT_ACTION - co.arago.hiro.client.model.websocket.action.ActionMessageType
- subscribeScope(String) - Method in class co.arago.hiro.client.websocket.EventWebSocket
- SubscribeScopeMessage - Class in co.arago.hiro.client.model.websocket.events.impl
-
{ "type": "subscribe", "id":
SubscribeScopeMessage.id} - SubscribeScopeMessage(String) - Constructor for class co.arago.hiro.client.model.websocket.events.impl.SubscribeScopeMessage
- support - Variable in class co.arago.hiro.client.model.VersionResponse.VersionEntry
T
- teams - Variable in class co.arago.hiro.client.model.token.DecodedToken.Data
- TimeseriesEntry(String, Long) - Constructor for class co.arago.hiro.client.model.vertex.timeseries.HiroTimeseriesListMessage.TimeseriesEntry
- timestamp - Variable in class co.arago.hiro.client.model.vertex.timeseries.HiroTimeseriesListMessage.TimeseriesEntry
- timestamp - Variable in class co.arago.hiro.client.model.websocket.events.impl.EventsMessage
- title - Static variable in class co.arago.hiro.client.connection.AbstractAPIHandler
- toJsonString() - Method in interface co.arago.hiro.client.model.JsonMessage
- toJsonStringNoNull() - Method in interface co.arago.hiro.client.model.JsonMessage
- token - Variable in class co.arago.hiro.client.connection.token.FixedTokenAPIHandler
- token - Variable in class co.arago.hiro.client.model.token.TokenResponse
- token - Variable in class co.arago.hiro.client.model.token.TokenRevokeRequest
- token - Variable in class co.arago.hiro.client.model.websocket.events.impl.TokenRefreshMessage.Token
- Token(String) - Constructor for class co.arago.hiro.client.model.websocket.events.impl.TokenRefreshMessage.Token
- tokenAPIHandler - Variable in class co.arago.hiro.client.rest.AuthenticatedAPIHandler
- tokenAPIHandler - Variable in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler
- TokenAPIHandler - Interface in co.arago.hiro.client.connection.token
- tokenEnv - Variable in class co.arago.hiro.client.connection.token.EnvironmentTokenAPIHandler
- tokenExpired() - Method in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler
-
Check for token expiration
- tokenExpired() - Method in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler.TokenInfo
-
Check for token expiration
- tokenHint - Variable in class co.arago.hiro.client.model.token.TokenRevokeRequest
- tokenInfo - Variable in class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler
- TokenInfo() - Constructor for class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler.TokenInfo
- TokenRefreshMessage - Class in co.arago.hiro.client.model.websocket.events.impl
-
{ "type": "token", "args": { "_TOKEN":
TokenRefreshMessage.Token.token} } - TokenRefreshMessage(String) - Constructor for class co.arago.hiro.client.model.websocket.events.impl.TokenRefreshMessage
- TokenRefreshMessage.Token - Class in co.arago.hiro.client.model.websocket.events.impl
- TokenRefreshRequest - Class in co.arago.hiro.client.model.token
-
JSON for a token refresh request.
- TokenRefreshRequest(String, String, String, String, String) - Constructor for class co.arago.hiro.client.model.token.TokenRefreshRequest
- TokenResponse - Class in co.arago.hiro.client.model.token
-
The token response from the auth API
- TokenResponse() - Constructor for class co.arago.hiro.client.model.token.TokenResponse
- TokenRevokeRequest - Class in co.arago.hiro.client.model.token
-
JSON for a token revoke request.
Deprecated: - TokenRevokeRequest() - Constructor for class co.arago.hiro.client.model.token.TokenRevokeRequest
- TokenRevokeRequest(String, String, String) - Constructor for class co.arago.hiro.client.model.token.TokenRevokeRequest
-
Deprecated.
- TokenRevokeRequest(String, String, String, String) - Constructor for class co.arago.hiro.client.model.token.TokenRevokeRequest
- TokenUnauthorizedException - Exception in co.arago.hiro.client.exceptions
-
Used when tokens expire with error 401.
- TokenUnauthorizedException(String, int, String) - Constructor for exception co.arago.hiro.client.exceptions.TokenUnauthorizedException
- TokenUnauthorizedException(String, int, String, Throwable) - Constructor for exception co.arago.hiro.client.exceptions.TokenUnauthorizedException
- toMap() - Method in class co.arago.hiro.client.model.HiroJsonMap
-
Return a map of ALL values, including assigned fields specified in derived child classes.
- toMap() - Method in class co.arago.hiro.client.model.token.AbstractTokenRequest
-
Return a map of all values.
- toMap() - Method in class co.arago.hiro.client.model.token.AuthorizeRequest
-
Return a map of all values.
- toMap() - Method in interface co.arago.hiro.client.model.ToMap
-
Return a map of ALL values, including assigned fields specified in derived child classes.
- toMap() - Method in class co.arago.hiro.client.util.httpclient.URIEncodedData
- ToMap - Interface in co.arago.hiro.client.model
- toPrettyJsonString() - Method in interface co.arago.hiro.client.model.JsonMessage
- toPrettyJsonStringNoNull() - Method in interface co.arago.hiro.client.model.JsonMessage
- toResultPayload() - Method in class co.arago.hiro.client.websocket.ActionWebSocket.ResultParams
-
Transform message to message string.
- toSingleValueMap() - Method in class co.arago.hiro.client.util.httpclient.MultiValueMap
- toString() - Method in exception co.arago.hiro.client.exceptions.HiroHttpException
- toString() - Method in exception co.arago.hiro.client.exceptions.WebSocketMessageException
- toString() - Method in enum co.arago.hiro.client.model.websocket.action.ActionMessageType
- toString() - Method in class co.arago.hiro.client.util.httpclient.URIEncodedData
-
Create a fully encoded query String (without the '?' at the beginning).
- toStringRemoveBlanks() - Method in class co.arago.hiro.client.util.httpclient.URIEncodedData
-
Create a fully encoded query String (without the '?' at the beginning).
- toURIEncodedString() - Method in interface co.arago.hiro.client.model.EncodedURIMessage
- toURIEncodedStringRemoveBlanks() - Method in interface co.arago.hiro.client.model.EncodedURIMessage
- type - Variable in class co.arago.hiro.client.model.token.TokenResponse
- type - Variable in class co.arago.hiro.client.model.websocket.events.EventsFilter
- type - Variable in class co.arago.hiro.client.model.websocket.events.impl.ClearEventsMessage
- type - Variable in class co.arago.hiro.client.model.websocket.events.impl.EventRegisterMessage
- type - Variable in class co.arago.hiro.client.model.websocket.events.impl.EventsMessage
- type - Variable in class co.arago.hiro.client.model.websocket.events.impl.EventUnregisterMessage
- type - Variable in class co.arago.hiro.client.model.websocket.events.impl.SubscribeScopeMessage
- type - Variable in class co.arago.hiro.client.model.websocket.events.impl.TokenRefreshMessage
U
- UnauthorizedWebSocketException - Exception in co.arago.hiro.client.exceptions
-
Used when tokens expire with error 401.
- UnauthorizedWebSocketException(String, int) - Constructor for exception co.arago.hiro.client.exceptions.UnauthorizedWebSocketException
- UnauthorizedWebSocketException(String, int, Throwable) - Constructor for exception co.arago.hiro.client.exceptions.UnauthorizedWebSocketException
- UpdateEntityCommand(String) - Constructor for class co.arago.hiro.client.rest.GraphAPI.UpdateEntityCommand
- UpdateEntityCommand(Map<String, Object>) - Constructor for class co.arago.hiro.client.rest.GraphAPI.UpdateEntityCommand
- updateVertexCommand(String) - Method in class co.arago.hiro.client.rest.GraphAPI
-
update vertex entity by ogit/_id.
- updateVertexCommand(Map<String, Object>) - Method in class co.arago.hiro.client.rest.GraphAPI
-
update vertex entity by ogit/_id.
- URIEncodedData - Class in co.arago.hiro.client.util.httpclient
-
A map for http query parameters.
- URIEncodedData() - Constructor for class co.arago.hiro.client.util.httpclient.URIEncodedData
-
Constructor for an empty map.
- URIEncodedData(String) - Constructor for class co.arago.hiro.client.util.httpclient.URIEncodedData
-
Constructor
- URIEncodedData(Map<String, ?>) - Constructor for class co.arago.hiro.client.util.httpclient.URIEncodedData
-
Constructor
- URIPath - Class in co.arago.hiro.client.util.httpclient
-
Simple builder class for URI paths.
- URIPath() - Constructor for class co.arago.hiro.client.util.httpclient.URIPath
- URIPath(String...) - Constructor for class co.arago.hiro.client.util.httpclient.URIPath
- URIPath(List<String>) - Constructor for class co.arago.hiro.client.util.httpclient.URIPath
- URLPartEncoder - Class in co.arago.hiro.client.util.httpclient
- URLPartEncoder() - Constructor for class co.arago.hiro.client.util.httpclient.URLPartEncoder
- userAgent - Variable in class co.arago.hiro.client.connection.AbstractAPIHandler
- username - Variable in class co.arago.hiro.client.connection.token.PasswordAuthTokenAPIHandler
- username - Variable in class co.arago.hiro.client.model.token.PasswordTokenRequest
V
- value - Variable in class co.arago.hiro.client.model.vertex.MetaValueList.MetaValueField
- value - Variable in class co.arago.hiro.client.model.vertex.timeseries.HiroTimeseriesListMessage.TimeseriesEntry
- valueOf(String) - Static method in enum co.arago.hiro.client.model.websocket.action.ActionMessageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.Status
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum co.arago.hiro.client.model.websocket.action.ActionMessageType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- version - Static variable in class co.arago.hiro.client.connection.AbstractAPIHandler
- version - Variable in class co.arago.hiro.client.model.VersionResponse.VersionEntry
- VersionEntry() - Constructor for class co.arago.hiro.client.model.VersionResponse.VersionEntry
- versionEntryMap - Variable in class co.arago.hiro.client.model.VersionResponse
- VersionResponse - Class in co.arago.hiro.client.model
-
The response to a version GET request against "/api/version".
- VersionResponse() - Constructor for class co.arago.hiro.client.model.VersionResponse
- VersionResponse.VersionEntry - Class in co.arago.hiro.client.model
W
- WebSocketException - Exception in co.arago.hiro.client.exceptions
-
Generic Exception for WebSockets
- WebSocketException(String) - Constructor for exception co.arago.hiro.client.exceptions.WebSocketException
- WebSocketException(String, Throwable) - Constructor for exception co.arago.hiro.client.exceptions.WebSocketException
- WebSocketException(String, Throwable, boolean, boolean) - Constructor for exception co.arago.hiro.client.exceptions.WebSocketException
- WebSocketMessageException - Exception in co.arago.hiro.client.exceptions
-
A base exception for WebSockets.
- WebSocketMessageException(String, int) - Constructor for exception co.arago.hiro.client.exceptions.WebSocketMessageException
-
Constructs a new exception with the specified detail message.
- WebSocketMessageException(String, int, Throwable) - Constructor for exception co.arago.hiro.client.exceptions.WebSocketMessageException
-
Constructs a new exception with the specified detail message and cause.
- WebSocketMessageException(String, int, Throwable, boolean, boolean) - Constructor for exception co.arago.hiro.client.exceptions.WebSocketMessageException
-
Constructs a new exception with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
- webSocketRequestTimeout - Variable in class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler
- webSocketURI - Variable in class co.arago.hiro.client.connection.AbstractAPIHandler
All Classes All Packages