- get(int) - Method in class com.gluonhq.connect.GluonObservableList
-
Returns the element at the specified position in this list.
- getAuthenticatedUser() - Method in class com.gluonhq.connect.gluoncloud.GluonClient
-
Gets the value of the property authenticatedUser.
- getAuthenticationMode() - Method in class com.gluonhq.connect.gluoncloud.GluonClient
-
Get the authentication mode to use when storing or retrieving data with this GluonClient instance.
- getCallbackUrl() - Method in class com.gluonhq.connect.gluoncloud.LoginMethod
-
Constructs the URL that identifies the callback URL that will be called on Gluon CloudLink as the final step in
the connect flow.
- getConnectTimeout() - Method in class com.gluonhq.connect.source.RestDataSource
-
Gets the connect timeout for the HTTP connection, in milliseconds.
- getConnectUrl() - Method in class com.gluonhq.connect.gluoncloud.LoginMethod
-
Constructs the URL that needs to be called to initiate the connect flow for this login method on Gluon CloudLink.
- getConsumerKey() - Method in class com.gluonhq.connect.source.RestDataSource
-
Gets the consumer key to use for creating the OAuth 1.0 signature that is sent along with the request, by setting
the Authorization
request header.
- getConsumerSecret() - Method in class com.gluonhq.connect.source.RestDataSource
-
Gets the consumer secret to use for creating the OAuth 1.0 signature that is sent along with the request, by
setting the Authorization
request header.
- getContentType() - Method in class com.gluonhq.connect.source.RestDataSource
-
Gets the Content-Type request header that will be set on the HTTP connection.
- getCredentials() - Method in class com.gluonhq.connect.gluoncloud.GluonClient
-
Get the application credentials that are used to authorize the application when connecting with Gluon CloudLink.
- getDataString() - Method in class com.gluonhq.connect.source.RestDataSource
-
Gets the entity to use for the HTTP connection.
- getException() - Method in interface com.gluonhq.connect.GluonObservable
-
In case an exception occurred during processing, this method will
return the exception.
- getException() - Method in class com.gluonhq.connect.GluonObservableList
-
Gets the value of the property exception.
- getException() - Method in class com.gluonhq.connect.GluonObservableObject
-
Gets the value of the property exception.
- getFile() - Method in class com.gluonhq.connect.source.FileDataSource
-
Returns the file that this data source is mapped to.
- getFormParams() - Method in class com.gluonhq.connect.source.RestDataSource
-
Returns a list of form parameters that will be sent along with the request.
- getHeaders() - Method in class com.gluonhq.connect.source.RestDataSource
-
Returns a list of HTTP headers which will be sent along with the request.
- getHost() - Method in class com.gluonhq.connect.gluoncloud.GluonClient
-
Get the name of the host that is used for connecting to Gluon CloudLink.
- getHost(String) - Method in class com.gluonhq.connect.gluoncloud.GluonClient
-
Gets the name of the host that is used for connecting to Gluon CloudLink, appending the provided
service
.
- getHost() - Method in class com.gluonhq.connect.source.RestDataSource
-
Returns the complete host address of the URL to use for the HTTP connection.
- getInputStream() - Method in class com.gluonhq.connect.converter.InputStreamInputConverter
-
Returns the InputStream where this InputConverter will read its data from.
- getInputStream() - Method in class com.gluonhq.connect.converter.InputStreamIterableInputConverter
-
Returns the InputStream where this IterableInputConverter will read its data from.
- getInputStream() - Method in class com.gluonhq.connect.source.BasicInputDataSource
-
- getInputStream() - Method in class com.gluonhq.connect.source.FileDataSource
-
Returns an InputStream that is able to read data from the file that was passed in when
constructing the FileDataSource.
- getInputStream() - Method in interface com.gluonhq.connect.source.InputDataSource
-
Returns an InputStream that will be used as the source to read data from.
- getInputStream() - Method in class com.gluonhq.connect.source.RestDataSource
-
Returns an InputStream that is able to read data from an HTTP URL that will be constructed
with the settings defined on this data source.
- getKey() - Method in class com.gluonhq.connect.gluoncloud.GluonCredentials
-
Get the public key of this application.
- getKey() - Method in class com.gluonhq.connect.gluoncloud.User
-
Get the key that uniquely identifies this user within a Gluon CloudLink application.
- getLoginUrl() - Method in class com.gluonhq.connect.gluoncloud.LoginMethod
-
Returns the URL that must be used when verifying the login credentials of a user when authenticating with the
LoginMethod.Type.PASSWORD
login method.
- getMethod() - Method in class com.gluonhq.connect.source.RestDataSource
-
Returns the request method to use for the HTTP connection.
- getName() - Method in class com.gluonhq.connect.gluoncloud.User
-
Get the name of this user.
- getNetworkId() - Method in class com.gluonhq.connect.gluoncloud.User
-
Get the unique id within a social network for this user.
- getNick() - Method in class com.gluonhq.connect.gluoncloud.User
-
Get the nick name of this user.
- getOperationMode() - Method in class com.gluonhq.connect.gluoncloud.GluonClient
-
Get the operation mode to use when storing or retrieving data with this GluonClient instance.
- getOutputStream() - Method in class com.gluonhq.connect.converter.OutputStreamOutputConverter
-
Returns the OutputStream where this OutputConverter will write the converted object to.
- getOutputStream() - Method in class com.gluonhq.connect.source.BasicOutputDataSource
-
- getOutputStream() - Method in class com.gluonhq.connect.source.FileDataSource
-
Returns an OutputStream that is able to write data to the file that was passed in when
constructing the FileDataSource.
- getOutputStream() - Method in interface com.gluonhq.connect.source.OutputDataSource
-
Returns the OutputStream that will be used as the source to write data to.
- getOutputStream() - Method in class com.gluonhq.connect.source.RestDataSource
-
Returns an OutputStream that is able to write data to an HTTP URL that will be constructed
with the settings defined on this data source.
- getPath() - Method in class com.gluonhq.connect.source.RestDataSource
-
Returns the entire path of the URL to use for the HTTP connection.
- getPicture() - Method in class com.gluonhq.connect.gluoncloud.User
-
Get the URL to the profile picture of this user.
- getQueryParams() - Method in class com.gluonhq.connect.source.RestDataSource
-
Returns a list of query parameters that will be sent along with the request.
- getReadTimeout() - Method in class com.gluonhq.connect.source.RestDataSource
-
Gets the read timeout for the HTTP connection, in milliseconds.
- getResponseCode() - Method in class com.gluonhq.connect.source.RestDataSource
-
Gets the status code from an HTTP response message.
- getResponseHeaders() - Method in class com.gluonhq.connect.source.RestDataSource
-
Gets the response header fields from an HTTP response message.
- getResponseMessage() - Method in class com.gluonhq.connect.source.RestDataSource
-
Gets the HTTP response message, if any, returned along with the response
code from a server.
- getSecret() - Method in class com.gluonhq.connect.gluoncloud.GluonCredentials
-
Get the secret key of this application.
- getSignUpUrl() - Method in class com.gluonhq.connect.gluoncloud.LoginMethod
-
Returns the URL that must be used when signing up a new user that is authenticating with the
LoginMethod.Type.PASSWORD
login method.
- getState() - Method in interface com.gluonhq.connect.GluonObservable
-
Return the current state of this observable.
- getState() - Method in class com.gluonhq.connect.GluonObservableList
-
Gets the value of the property state.
- getState() - Method in class com.gluonhq.connect.GluonObservableObject
-
Gets the value of the property state.
- getTargetClass() - Method in class com.gluonhq.connect.converter.JsonConverter
-
Returns the target class that defines the objects being converted from and into JSON objects.
- getType() - Method in class com.gluonhq.connect.gluoncloud.LoginMethod
-
Returns the type of the LoginMethod and defines which service will be used for connecting Gluon CloudLink users.
- GluonClient - Class in com.gluonhq.connect.gluoncloud
-
- GluonClientBuilder - Class in com.gluonhq.connect.gluoncloud
-
- GluonClientBuilder() - Constructor for class com.gluonhq.connect.gluoncloud.GluonClientBuilder
-
Default constructor
- GluonCredentials - Class in com.gluonhq.connect.gluoncloud
-
A class that represents the credentials that are used when authorizing your application with Gluon CloudLink.
- GluonCredentials(String, String) - Constructor for class com.gluonhq.connect.gluoncloud.GluonCredentials
-
Construct a credentials object with the specified application key and secret.
- GluonObservable - Interface in com.gluonhq.connect
-
This is the common interface for both GluonObservableObject and GluonObservableList.
- GluonObservableList<E> - Class in com.gluonhq.connect
-
A GluonObservableList is an ObservableList that is linked with a data source.
- GluonObservableList() - Constructor for class com.gluonhq.connect.GluonObservableList
-
- GluonObservableObject<T> - Class in com.gluonhq.connect
-
A GluonObservableObject is an ObservableObject that is linked with a data source.
- GluonObservableObject() - Constructor for class com.gluonhq.connect.GluonObservableObject
-
- initializedProperty() - Method in interface com.gluonhq.connect.GluonObservable
-
A boolean property that is true when the observable has been initialized successfully after its initial
retrieval.
- initializedProperty() - Method in class com.gluonhq.connect.GluonObservableList
-
- initializedProperty() - Method in class com.gluonhq.connect.GluonObservableObject
-
- InputConverter<T> - Interface in com.gluonhq.connect.converter
-
An InputConverter is a Converter that is able to read an object from a certain input source.
- InputDataSource - Interface in com.gluonhq.connect.source
-
An InputDataSource is a class that returns an InputStream that acts as an input source to read data from.
- InputStreamInputConverter<T> - Class in com.gluonhq.connect.converter
-
An abstract helper class that defines an InputConverter of which the input source is a standard
InputStream
.
- InputStreamInputConverter() - Constructor for class com.gluonhq.connect.converter.InputStreamInputConverter
-
- InputStreamIterableInputConverter<E> - Class in com.gluonhq.connect.converter
-
An abstract helper class that defines an IterableInputConverter of which the input source is a standard
InputStream
.
- InputStreamIterableInputConverter() - Constructor for class com.gluonhq.connect.converter.InputStreamIterableInputConverter
-
- InputStreamListDataReader<E> - Class in com.gluonhq.connect.provider
-
- InputStreamListDataReader(InputDataSource, InputStreamIterableInputConverter<E>) - Constructor for class com.gluonhq.connect.provider.InputStreamListDataReader
-
Construct an instance that will use the specified data source to read data from and convert it to a list of
objects with the specified converter.
- InputStreamObjectDataReader<T> - Class in com.gluonhq.connect.provider
-
- InputStreamObjectDataReader(InputDataSource, InputStreamInputConverter<T>) - Constructor for class com.gluonhq.connect.provider.InputStreamObjectDataReader
-
Construct an instance that will use the specified data source to read data from and convert it to an object with
the specified converter.
- IODataSource - Interface in com.gluonhq.connect.source
-
- isAuthenticated() - Method in class com.gluonhq.connect.gluoncloud.GluonClient
-
Check whether the application is successfully authenticated with a user.
- isInitialized() - Method in interface com.gluonhq.connect.GluonObservable
-
Return the initialized state of this observable.
- isInitialized() - Method in class com.gluonhq.connect.GluonObservableList
-
Gets the value of the property initialized.
- isInitialized() - Method in class com.gluonhq.connect.GluonObservableObject
-
Gets the value of the property initialized.
- IterableInputConverter<E> - Interface in com.gluonhq.connect.converter
-
An IterableInputConverter is a Converter that is able to read a list of objects from a certain input source by
creating an Iterator
to provide that list.
- iterator() - Method in interface com.gluonhq.connect.converter.IterableInputConverter
-
Creates an Iterator that is used to iterate over a list of objects that are read from a certain input source.
- iterator() - Method in class com.gluonhq.connect.converter.JsonIterableInputConverter
-
Returns an Iterator that loops over the items in the JSON Array that is read from the InputStream.
- iterator() - Method in class com.gluonhq.connect.provider.InputStreamListDataReader
-
Returns an iterator that is able to iterate over the read objects from the list.
- iterator() - Method in interface com.gluonhq.connect.provider.ListDataReader
-
Returns an iterator that is able to iterate over the read objects from the list.
- setConnectTimeout(int) - Method in class com.gluonhq.connect.source.RestDataSource
-
Sets the connect timeout for the HTTP connection, in milliseconds.
- setConsumerKey(String) - Method in class com.gluonhq.connect.source.RestDataSource
-
Sets the consumer key to use for creating the OAuth 1.0 signature that is sent along with the request, by setting
the Authorization
request header.
- setConsumerSecret(String) - Method in class com.gluonhq.connect.source.RestDataSource
-
Sets the consumer secret to use for creating the OAuth 1.0 signature that is sent along with the request, by
setting the Authorization
request header.
- setContentType(String) - Method in class com.gluonhq.connect.source.RestDataSource
-
Sets the Content-Type request header for the HTTP connection.
- setDataString(String) - Method in class com.gluonhq.connect.source.RestDataSource
-
Sets the entity to use for the HTTP connection.
- setException(Throwable) - Method in class com.gluonhq.connect.GluonObservableList
-
Sets the value of the property exception.
- setException(Throwable) - Method in class com.gluonhq.connect.GluonObservableObject
-
Sets the value of the property exception.
- setFormParams(MultiValuedMap<String, String>) - Method in class com.gluonhq.connect.source.RestDataSource
-
Sets the list of form parameters to be sent along with the request.
- setGluonClient(GluonClient) - Method in interface com.gluonhq.connect.gluoncloud.AuthenticationView
-
Every AuthenticationView needs an instance of GluonClient that contains
the credentials and host information to connect to Gluon Cloud.
- setHeaders(MultiValuedMap<String, String>) - Method in class com.gluonhq.connect.source.RestDataSource
-
Sets the list of HTTP headers to be sent along with the request.
- setHost(String) - Method in class com.gluonhq.connect.source.RestDataSource
-
Sets the complete host address of the URL to use for the HTTP connection.
- setInputStream(InputStream) - Method in class com.gluonhq.connect.converter.InputStreamInputConverter
-
Sets the InputStream to be used as the input source for this InputConverter.
- setInputStream(InputStream) - Method in class com.gluonhq.connect.converter.InputStreamIterableInputConverter
-
Sets the InputStream to be used as the input source for this IterableInputConverter.
- setKey(String) - Method in class com.gluonhq.connect.gluoncloud.User
-
Set the key that uniquely identifies this user.
- setMethod(String) - Method in class com.gluonhq.connect.source.RestDataSource
-
Sets the request method to use for the HTTP connection.
- setName(String) - Method in class com.gluonhq.connect.gluoncloud.User
-
Set the name for this user.
- setNetworkId(String) - Method in class com.gluonhq.connect.gluoncloud.User
-
Set the unique id within a social network for this user.
- setNick(String) - Method in class com.gluonhq.connect.gluoncloud.User
-
Set the nick name for this user.
- setOutputStream(OutputStream) - Method in class com.gluonhq.connect.converter.OutputStreamOutputConverter
-
Sets the OutputStream to be used as the output source for this OutputConverter.
- setPath(String) - Method in class com.gluonhq.connect.source.RestDataSource
-
Sets the entire path of the URL to use for the HTTP connection.
- setPicture(String) - Method in class com.gluonhq.connect.gluoncloud.User
-
Set the URL to the profile picture for this user.
- setQueryParams(MultiValuedMap<String, String>) - Method in class com.gluonhq.connect.source.RestDataSource
-
Sets the list of query parameters to be sent along with the request.
- setReadTimeout(int) - Method in class com.gluonhq.connect.source.RestDataSource
-
Sets the read timeout for the HTTP connection, in milliseconds.
- setState(ConnectState) - Method in class com.gluonhq.connect.GluonObservableList
-
Sets the value of the property state.
- setState(ConnectState) - Method in class com.gluonhq.connect.GluonObservableObject
-
Sets the value of the property state.
- size() - Method in class com.gluonhq.connect.GluonObservableList
-
Returns the number of elements in this list.
- stateProperty() - Method in interface com.gluonhq.connect.GluonObservable
-
Holds the current state of this observable.
- stateProperty() - Method in class com.gluonhq.connect.GluonObservableList
-
- stateProperty() - Method in class com.gluonhq.connect.GluonObservableObject
-
- storeObject(T, ObjectDataWriter<T>) - Static method in class com.gluonhq.connect.provider.DataProvider
-
Writes the object by using the specified ObjectDataWriter.
- StringInputConverter - Class in com.gluonhq.connect.converter
-
An InputConverter that reads a string from an InputStream.
- StringInputConverter() - Constructor for class com.gluonhq.connect.converter.StringInputConverter
-
- StringOutputConverter - Class in com.gluonhq.connect.converter
-
An OutputConverter that writes a string to an OutputStream.
- StringOutputConverter() - Constructor for class com.gluonhq.connect.converter.StringOutputConverter
-
- SyncFlag - Enum in com.gluonhq.connect.gluoncloud
-
A SyncFlag defines how changes to objects and lists are reflected between
the remote copies on Gluon Cloud and the local copies in the runtime of the
client application.