| Package | Description |
|---|---|
| com.sybase.esp.sdk |
| Modifier and Type | Method and Description |
|---|---|
Uri |
Uri.Builder.create()
Returns a new
Uri object from the component names that have been filled in this
Uri.Builder. |
Uri |
Server.getConnectionUri() |
Uri |
Stream.getUri() |
Uri |
Project.getUri()
Retrieve the project's Uri.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
Uri.UriType.asString(Uri uri) |
Publisher |
SDK.createPublisher(Uri uri,
Credentials creds)
Returns a
Publisher that can be used to publish data to the specified project. |
Publisher |
SDK.createPublisher(Uri uri,
Credentials creds,
PublisherOptions options)
Returns a
Publisher that can be used to publish data to the specified project. |
Subscriber |
SDK.createSubscriber(Uri uri,
Credentials creds)
Returns a new
Subscriber with default options. |
Subscriber |
SDK.createSubscriber(Uri uri,
Credentials creds,
SubscriberOptions options)
Returnes a new
Subscriber with the specified options. |
Project |
SDK.getProject(Uri uri,
Credentials creds)
Retrieves a
Project object corresponding to the project refered to by the uri. |
Project |
SDK.getProject(Uri uri,
Credentials creds,
ProjectOptions options)
Retrieves a
Project object corresponding to the server project refered to by the uri using the
specified options. |
Server |
SDK.getServer(Uri cUri,
Credentials creds)
Creates a Server object with default options.
|
Server |
SDK.getServer(Uri cUri,
Credentials creds,
ServerOptions options)
Retrieves a
Server object representing a running instance of a server manager. |
static java.lang.String |
SDK.getSessionId(Uri server,
Credentials creds)
Logs in to the server using the provided credentials and returns a valid session id.
|