A B C D E G H I J L N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- accessCode - com.signadot.client.auth.OAuthFlow
- addDefaultHeader(String, String) - Method in class com.signadot.client.ApiClient
-
Add a default header.
- addRoutesItem(RoutesRoute) - Method in class com.signadot.client.model.RoutesRule
- ApiCallback<T> - Interface in com.signadot.client
-
Callback for asynchronous API call.
- ApiClient - Class in com.signadot.client
- ApiClient() - Constructor for class com.signadot.client.ApiClient
- ApiException - Exception in com.signadot.client
- ApiException() - Constructor for exception com.signadot.client.ApiException
- ApiException(int, String) - Constructor for exception com.signadot.client.ApiException
- ApiException(int, String, Map<String, List<String>>, String) - Constructor for exception com.signadot.client.ApiException
- ApiException(int, Map<String, List<String>>, String) - Constructor for exception com.signadot.client.ApiException
- ApiException(String) - Constructor for exception com.signadot.client.ApiException
- ApiException(String, int, Map<String, List<String>>, String) - Constructor for exception com.signadot.client.ApiException
- ApiException(String, Throwable, int, Map<String, List<String>>) - Constructor for exception com.signadot.client.ApiException
- ApiException(String, Throwable, int, Map<String, List<String>>, String) - Constructor for exception com.signadot.client.ApiException
- ApiException(Throwable) - Constructor for exception com.signadot.client.ApiException
- ApiKeyAuth - Class in com.signadot.client.auth
- ApiKeyAuth(String, String) - Constructor for class com.signadot.client.auth.ApiKeyAuth
- ApiResponse<T> - Class in com.signadot.client
-
API response returned by API call.
- ApiResponse(int, Map<String, List<String>>) - Constructor for class com.signadot.client.ApiResponse
- ApiResponse(int, Map<String, List<String>>, T) - Constructor for class com.signadot.client.ApiResponse
- application - com.signadot.client.auth.OAuthFlow
- applyToParams(List<Pair>, Map<String, String>) - Method in class com.signadot.client.auth.ApiKeyAuth
- applyToParams(List<Pair>, Map<String, String>) - Method in interface com.signadot.client.auth.Authentication
-
Apply authentication settings to header and query params.
- applyToParams(List<Pair>, Map<String, String>) - Method in class com.signadot.client.auth.HttpBasicAuth
- applyToParams(List<Pair>, Map<String, String>) - Method in class com.signadot.client.auth.OAuth
- Authentication - Interface in com.signadot.client.auth
B
- buildCall(String, String, List<Pair>, List<Pair>, Object, Map<String, String>, Map<String, Object>, String[], ProgressRequestBody.ProgressRequestListener) - Method in class com.signadot.client.ApiClient
-
Build HTTP call with the given options.
- buildRequest(String, String, List<Pair>, List<Pair>, Object, Map<String, String>, Map<String, Object>, String[], ProgressRequestBody.ProgressRequestListener) - Method in class com.signadot.client.ApiClient
-
Build an HTTP request with the given options.
- buildRequestBodyFormEncoding(Map<String, Object>) - Method in class com.signadot.client.ApiClient
-
Build a form-encoding request body with the given form parameters.
- buildRequestBodyMultipart(Map<String, Object>) - Method in class com.signadot.client.ApiClient
-
Build a multipart (file uploading) request body with the given form parameters, which could contain text fields and file fields.
- buildUrl(String, List<Pair>, List<Pair>) - Method in class com.signadot.client.ApiClient
-
Build full URL by concatenating base path, the given sub path and query parameters.
- ByteArrayAdapter() - Constructor for class com.signadot.client.JSON.ByteArrayAdapter
C
- com.signadot.client - package com.signadot.client
- com.signadot.client.api - package com.signadot.client.api
- com.signadot.client.auth - package com.signadot.client.auth
- com.signadot.client.model - package com.signadot.client.model
- Configuration - Class in com.signadot.client
- Configuration() - Constructor for class com.signadot.client.Configuration
- containsIgnoreCase(String[], String) - Static method in class com.signadot.client.StringUtil
-
Check if the given array contains the given value (with case-insensitive comparison).
- contentLength() - Method in class com.signadot.client.ProgressRequestBody
- contentLength() - Method in class com.signadot.client.ProgressResponseBody
- contentType() - Method in class com.signadot.client.ProgressRequestBody
- contentType() - Method in class com.signadot.client.ProgressResponseBody
- createGson() - Static method in class com.signadot.client.JSON
D
- DateTypeAdapter() - Constructor for class com.signadot.client.JSON.DateTypeAdapter
- DateTypeAdapter(DateFormat) - Constructor for class com.signadot.client.JSON.DateTypeAdapter
- deserialize(Response, Type) - Method in class com.signadot.client.ApiClient
-
Deserialize response body to Java object, according to the return type and the Content-Type response header.
- deserialize(String, Type) - Method in class com.signadot.client.JSON
-
Deserialize the given JSON string to Java object.
- downloadFileFromResponse(Response) - Method in class com.signadot.client.ApiClient
-
Download file from the given response.
E
- equals(Object) - Method in class com.signadot.client.model.RoutesRoute
- equals(Object) - Method in class com.signadot.client.model.RoutesRule
- escapeString(String) - Method in class com.signadot.client.ApiClient
-
Escape the given string to be used as URL query value.
- execute(Call) - Method in class com.signadot.client.ApiClient
- execute(Call, Type) - Method in class com.signadot.client.ApiClient
-
Execute HTTP call and deserialize the HTTP response body into the given return type.
- executeAsync(Call, ApiCallback<T>) - Method in class com.signadot.client.ApiClient
- executeAsync(Call, Type, ApiCallback<T>) - Method in class com.signadot.client.ApiClient
-
Execute HTTP call asynchronously.
G
- getAccessToken() - Method in class com.signadot.client.auth.OAuth
- getApiClient() - Method in class com.signadot.client.api.RoutesApi
- getApiKey() - Method in class com.signadot.client.auth.ApiKeyAuth
- getApiKeyPrefix() - Method in class com.signadot.client.auth.ApiKeyAuth
- getAuthentication(String) - Method in class com.signadot.client.ApiClient
-
Get authentication for the given name.
- getAuthentications() - Method in class com.signadot.client.ApiClient
-
Get authentications (key: authentication name, value: authentication).
- getBasePath() - Method in class com.signadot.client.ApiClient
-
Get base path
- getCode() - Method in exception com.signadot.client.ApiException
-
Get the HTTP status code.
- getConnectTimeout() - Method in class com.signadot.client.ApiClient
-
Get connection timeout (in milliseconds).
- getData() - Method in class com.signadot.client.ApiResponse
- getDateFormat() - Method in class com.signadot.client.ApiClient
- getDefaultApiClient() - Static method in class com.signadot.client.Configuration
-
Get the default API client, which would be used when creating API instances without providing an API client.
- getGson() - Method in class com.signadot.client.JSON
-
Get Gson.
- getHeaders() - Method in class com.signadot.client.ApiResponse
- getHttpClient() - Method in class com.signadot.client.ApiClient
-
Get HTTP client
- getJSON() - Method in class com.signadot.client.ApiClient
-
Get JSON
- getKeyManagers() - Method in class com.signadot.client.ApiClient
- getLocation() - Method in class com.signadot.client.auth.ApiKeyAuth
- getName() - Method in class com.signadot.client.model.RoutesRule
-
Get name
- getName() - Method in class com.signadot.client.Pair
- getNamespace() - Method in class com.signadot.client.model.RoutesRule
-
Get namespace
- getParamName() - Method in class com.signadot.client.auth.ApiKeyAuth
- getPassword() - Method in class com.signadot.client.auth.HttpBasicAuth
- getReadTimeout() - Method in class com.signadot.client.ApiClient
-
Get read timeout (in milliseconds).
- getResponseBody() - Method in exception com.signadot.client.ApiException
-
Get the HTTP response body.
- getResponseHeaders() - Method in exception com.signadot.client.ApiException
-
Get the HTTP response headers.
- getRoute(String, String) - Method in class com.signadot.client.api.RoutesApi
-
Get routing rule Fetches the routing rule associated with a namespace / service-name
- getRouteAsync(String, String, ApiCallback<List<RoutesRule>>) - Method in class com.signadot.client.api.RoutesApi
-
Get routing rule (asynchronously) Fetches the routing rule associated with a namespace / service-name
- getRouteCall(String, String, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.signadot.client.api.RoutesApi
-
Build call for getRoute
- getRoutes() - Method in class com.signadot.client.model.RoutesRule
-
Get routes
- getRouteWithHttpInfo(String, String) - Method in class com.signadot.client.api.RoutesApi
-
Get routing rule Fetches the routing rule associated with a namespace / service-name
- getSslCaCert() - Method in class com.signadot.client.ApiClient
-
Get SSL CA cert.
- getStatusCode() - Method in class com.signadot.client.ApiResponse
- getTargetIP() - Method in class com.signadot.client.model.RoutesRoute
-
Get targetIP
- getTargetPort() - Method in class com.signadot.client.model.RoutesRoute
-
Get targetPort
- getTempFolderPath() - Method in class com.signadot.client.ApiClient
-
The path of temporary folder used to store downloaded files from endpoints with file response.
- getUsername() - Method in class com.signadot.client.auth.HttpBasicAuth
- getValue() - Method in class com.signadot.client.Pair
- getWorkspace() - Method in class com.signadot.client.model.RoutesRoute
-
Get workspace
- getWriteTimeout() - Method in class com.signadot.client.ApiClient
-
Get write timeout (in milliseconds).
- guessContentTypeFromFile(File) - Method in class com.signadot.client.ApiClient
-
Guess Content-Type header from the given file (defaults to "application/octet-stream").
H
- handleResponse(Response, Type) - Method in class com.signadot.client.ApiClient
-
Handle the given response, return the deserialized object when the response is successful.
- hashCode() - Method in class com.signadot.client.model.RoutesRoute
- hashCode() - Method in class com.signadot.client.model.RoutesRule
- HttpBasicAuth - Class in com.signadot.client.auth
- HttpBasicAuth() - Constructor for class com.signadot.client.auth.HttpBasicAuth
I
- implicit - com.signadot.client.auth.OAuthFlow
- isDebugging() - Method in class com.signadot.client.ApiClient
-
Check that whether debugging is enabled for this API client.
- isHealthy() - Method in class com.signadot.client.api.RoutesApi
-
Health check API Tells if the APIs are working or not.
- isHealthyAsync(ApiCallback<String>) - Method in class com.signadot.client.api.RoutesApi
-
Health check API (asynchronously) Tells if the APIs are working or not.
- isHealthyCall(ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.signadot.client.api.RoutesApi
-
Build call for isHealthy
- isHealthyWithHttpInfo() - Method in class com.signadot.client.api.RoutesApi
-
Health check API Tells if the APIs are working or not.
- isJsonMime(String) - Method in class com.signadot.client.ApiClient
-
Check if the given MIME is a JSON MIME.
- isVerifyingSsl() - Method in class com.signadot.client.ApiClient
-
True if isVerifyingSsl flag is on
J
- join(String[], String) - Static method in class com.signadot.client.StringUtil
-
Join an array of strings with the given separator.
- JSON - Class in com.signadot.client
- JSON() - Constructor for class com.signadot.client.JSON
- JSON.ByteArrayAdapter - Class in com.signadot.client
-
Gson TypeAdapter for Byte Array type
- JSON.DateTypeAdapter - Class in com.signadot.client
-
Gson TypeAdapter for java.util.Date type If the dateFormat is null, ISO8601Utils will be used.
- JSON.LocalDateTypeAdapter - Class in com.signadot.client
-
Gson TypeAdapter for JSR310 LocalDate type
- JSON.OffsetDateTimeTypeAdapter - Class in com.signadot.client
-
Gson TypeAdapter for JSR310 OffsetDateTime type
- JSON.SqlDateTypeAdapter - Class in com.signadot.client
-
Gson TypeAdapter for java.sql.Date type If the dateFormat is null, a simple "yyyy-MM-dd" format will be used (more efficient than SimpleDateFormat).
L
- LocalDateTypeAdapter() - Constructor for class com.signadot.client.JSON.LocalDateTypeAdapter
- LocalDateTypeAdapter(DateTimeFormatter) - Constructor for class com.signadot.client.JSON.LocalDateTypeAdapter
N
- name(String) - Method in class com.signadot.client.model.RoutesRule
- namespace(String) - Method in class com.signadot.client.model.RoutesRule
O
- OAuth - Class in com.signadot.client.auth
- OAuth() - Constructor for class com.signadot.client.auth.OAuth
- OAuthFlow - Enum in com.signadot.client.auth
- OffsetDateTimeTypeAdapter() - Constructor for class com.signadot.client.JSON.OffsetDateTimeTypeAdapter
- OffsetDateTimeTypeAdapter(DateTimeFormatter) - Constructor for class com.signadot.client.JSON.OffsetDateTimeTypeAdapter
- onDownloadProgress(long, long, boolean) - Method in interface com.signadot.client.ApiCallback
-
This is called when the API downlond processing.
- onFailure(ApiException, int, Map<String, List<String>>) - Method in interface com.signadot.client.ApiCallback
-
This is called when the API call fails.
- onRequestProgress(long, long, boolean) - Method in interface com.signadot.client.ProgressRequestBody.ProgressRequestListener
- onSuccess(T, int, Map<String, List<String>>) - Method in interface com.signadot.client.ApiCallback
-
This is called when the API call succeeded.
- onUploadProgress(long, long, boolean) - Method in interface com.signadot.client.ApiCallback
-
This is called when the API upload processing.
P
- Pair - Class in com.signadot.client
- Pair(String, String) - Constructor for class com.signadot.client.Pair
- parameterToPair(String, Object) - Method in class com.signadot.client.ApiClient
-
Formats the specified query parameter to a list containing a single
Pairobject. - parameterToPairs(String, String, Collection) - Method in class com.signadot.client.ApiClient
-
Formats the specified collection query parameters to a list of
Pairobjects. - parameterToString(Object) - Method in class com.signadot.client.ApiClient
-
Format the given parameter object into string.
- password - com.signadot.client.auth.OAuthFlow
- prepareDownloadFile(Response) - Method in class com.signadot.client.ApiClient
-
Prepare file for download
- processHeaderParams(Map<String, String>, Request.Builder) - Method in class com.signadot.client.ApiClient
-
Set header parameters to the request builder, including default headers.
- ProgressRequestBody - Class in com.signadot.client
- ProgressRequestBody(RequestBody, ProgressRequestBody.ProgressRequestListener) - Constructor for class com.signadot.client.ProgressRequestBody
- ProgressRequestBody.ProgressRequestListener - Interface in com.signadot.client
- ProgressResponseBody - Class in com.signadot.client
- ProgressResponseBody(ResponseBody, ProgressResponseBody.ProgressListener) - Constructor for class com.signadot.client.ProgressResponseBody
- ProgressResponseBody.ProgressListener - Interface in com.signadot.client
R
- read(JsonReader) - Method in class com.signadot.client.JSON.ByteArrayAdapter
- read(JsonReader) - Method in class com.signadot.client.JSON.DateTypeAdapter
- read(JsonReader) - Method in class com.signadot.client.JSON.LocalDateTypeAdapter
- read(JsonReader) - Method in class com.signadot.client.JSON.OffsetDateTimeTypeAdapter
- read(JsonReader) - Method in class com.signadot.client.JSON.SqlDateTypeAdapter
- routes(List<RoutesRoute>) - Method in class com.signadot.client.model.RoutesRule
- RoutesApi - Class in com.signadot.client.api
- RoutesApi() - Constructor for class com.signadot.client.api.RoutesApi
- RoutesApi(ApiClient) - Constructor for class com.signadot.client.api.RoutesApi
- RoutesRoute - Class in com.signadot.client.model
-
RoutesRoute
- RoutesRoute() - Constructor for class com.signadot.client.model.RoutesRoute
- RoutesRule - Class in com.signadot.client.model
-
RoutesRule
- RoutesRule() - Constructor for class com.signadot.client.model.RoutesRule
S
- sanitizeFilename(String) - Method in class com.signadot.client.ApiClient
-
Sanitize filename by removing path.
- selectHeaderAccept(String[]) - Method in class com.signadot.client.ApiClient
-
Select the Accept header's value from the given accepts array: if JSON exists in the given array, use it; otherwise use all of them (joining into a string)
- selectHeaderContentType(String[]) - Method in class com.signadot.client.ApiClient
-
Select the Content-Type header's value from the given array: if JSON exists in the given array, use it; otherwise use the first one of the array.
- serialize(Object) - Method in class com.signadot.client.JSON
-
Serialize the given Java object into JSON string.
- serialize(Object, String) - Method in class com.signadot.client.ApiClient
-
Serialize the given Java object into request body according to the object's class and the request Content-Type.
- setAccessToken(String) - Method in class com.signadot.client.ApiClient
-
Helper method to set access token for the first OAuth2 authentication.
- setAccessToken(String) - Method in class com.signadot.client.auth.OAuth
- setApiClient(ApiClient) - Method in class com.signadot.client.api.RoutesApi
- setApiKey(String) - Method in class com.signadot.client.ApiClient
-
Helper method to set API key value for the first API key authentication.
- setApiKey(String) - Method in class com.signadot.client.auth.ApiKeyAuth
- setApiKeyPrefix(String) - Method in class com.signadot.client.ApiClient
-
Helper method to set API key prefix for the first API key authentication.
- setApiKeyPrefix(String) - Method in class com.signadot.client.auth.ApiKeyAuth
- setBasePath(String) - Method in class com.signadot.client.ApiClient
-
Set base path
- setConnectTimeout(int) - Method in class com.signadot.client.ApiClient
-
Sets the connect timeout (in milliseconds).
- setDateFormat(DateFormat) - Method in class com.signadot.client.ApiClient
- setDateFormat(DateFormat) - Method in class com.signadot.client.JSON
- setDebugging(boolean) - Method in class com.signadot.client.ApiClient
-
Enable/disable debugging for this API client.
- setDefaultApiClient(ApiClient) - Static method in class com.signadot.client.Configuration
-
Set the default API client, which would be used when creating API instances without providing an API client.
- setFormat(DateFormat) - Method in class com.signadot.client.JSON.DateTypeAdapter
- setFormat(DateFormat) - Method in class com.signadot.client.JSON.SqlDateTypeAdapter
- setFormat(DateTimeFormatter) - Method in class com.signadot.client.JSON.LocalDateTypeAdapter
- setFormat(DateTimeFormatter) - Method in class com.signadot.client.JSON.OffsetDateTimeTypeAdapter
- setGson(Gson) - Method in class com.signadot.client.JSON
-
Set Gson.
- setHttpClient(OkHttpClient) - Method in class com.signadot.client.ApiClient
-
Set HTTP client
- setJSON(JSON) - Method in class com.signadot.client.ApiClient
-
Set JSON
- setKeyManagers(KeyManager[]) - Method in class com.signadot.client.ApiClient
-
Configure client keys to use for authorization in an SSL session.
- setLenientOnJson(boolean) - Method in class com.signadot.client.ApiClient
- setLenientOnJson(boolean) - Method in class com.signadot.client.JSON
- setLocalDateFormat(DateTimeFormatter) - Method in class com.signadot.client.ApiClient
- setLocalDateFormat(DateTimeFormatter) - Method in class com.signadot.client.JSON
- setName(String) - Method in class com.signadot.client.model.RoutesRule
- setNamespace(String) - Method in class com.signadot.client.model.RoutesRule
- setOffsetDateTimeFormat(DateTimeFormatter) - Method in class com.signadot.client.ApiClient
- setOffsetDateTimeFormat(DateTimeFormatter) - Method in class com.signadot.client.JSON
- setPassword(String) - Method in class com.signadot.client.ApiClient
-
Helper method to set password for the first HTTP basic authentication.
- setPassword(String) - Method in class com.signadot.client.auth.HttpBasicAuth
- setReadTimeout(int) - Method in class com.signadot.client.ApiClient
-
Sets the read timeout (in milliseconds).
- setRoutes(List<RoutesRoute>) - Method in class com.signadot.client.model.RoutesRule
- setSqlDateFormat(DateFormat) - Method in class com.signadot.client.ApiClient
- setSqlDateFormat(DateFormat) - Method in class com.signadot.client.JSON
- setSslCaCert(InputStream) - Method in class com.signadot.client.ApiClient
-
Configure the CA certificate to be trusted when making https requests.
- setTargetIP(String) - Method in class com.signadot.client.model.RoutesRoute
- setTargetPort(Integer) - Method in class com.signadot.client.model.RoutesRoute
- setTempFolderPath(String) - Method in class com.signadot.client.ApiClient
-
Set the temporary folder path (for downloading files)
- setUserAgent(String) - Method in class com.signadot.client.ApiClient
-
Set the User-Agent header's value (by adding to the default header map).
- setUsername(String) - Method in class com.signadot.client.ApiClient
-
Helper method to set username for the first HTTP basic authentication.
- setUsername(String) - Method in class com.signadot.client.auth.HttpBasicAuth
- setVerifyingSsl(boolean) - Method in class com.signadot.client.ApiClient
-
Configure whether to verify certificate and hostname when making https requests.
- setWorkspace(String) - Method in class com.signadot.client.model.RoutesRoute
- setWriteTimeout(int) - Method in class com.signadot.client.ApiClient
-
Sets the write timeout (in milliseconds).
- source() - Method in class com.signadot.client.ProgressResponseBody
- SqlDateTypeAdapter() - Constructor for class com.signadot.client.JSON.SqlDateTypeAdapter
- SqlDateTypeAdapter(DateFormat) - Constructor for class com.signadot.client.JSON.SqlDateTypeAdapter
- StringUtil - Class in com.signadot.client
- StringUtil() - Constructor for class com.signadot.client.StringUtil
T
- targetIP(String) - Method in class com.signadot.client.model.RoutesRoute
- targetPort(Integer) - Method in class com.signadot.client.model.RoutesRoute
- toString() - Method in class com.signadot.client.model.RoutesRoute
- toString() - Method in class com.signadot.client.model.RoutesRule
U
- update(long, long, boolean) - Method in interface com.signadot.client.ProgressResponseBody.ProgressListener
- updateParamsForAuth(String[], List<Pair>, Map<String, String>) - Method in class com.signadot.client.ApiClient
-
Update query and header parameters based on authentication settings.
V
- valueOf(String) - Static method in enum com.signadot.client.auth.OAuthFlow
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.signadot.client.auth.OAuthFlow
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- workspace(String) - Method in class com.signadot.client.model.RoutesRoute
- write(JsonWriter, byte[]) - Method in class com.signadot.client.JSON.ByteArrayAdapter
- write(JsonWriter, Date) - Method in class com.signadot.client.JSON.SqlDateTypeAdapter
- write(JsonWriter, LocalDate) - Method in class com.signadot.client.JSON.LocalDateTypeAdapter
- write(JsonWriter, OffsetDateTime) - Method in class com.signadot.client.JSON.OffsetDateTimeTypeAdapter
- write(JsonWriter, Date) - Method in class com.signadot.client.JSON.DateTypeAdapter
- writeTo(BufferedSink) - Method in class com.signadot.client.ProgressRequestBody
All Classes All Packages