Host or connect to a remote gcaps instance.
More...
◆ GSetServer()
Connects gclib to a new gcaps server.
- Parameters
-
server_name | Name to publish server under. |
- Exceptions
-
Definition at line 592 of file GclibJava.java.
◆ GServerStatus()
Retrieves the name of your local gcaps server and whether or not it is currently published Retrieves a list of gcaps servers that are advertising themselves on the local network.
- Returns
- A string in the form "<server_name>, <isPublished>"
- Exceptions
-
Definition at line 605 of file GclibJava.java.
◆ GListServers()
Retrieves a list of gcaps servers that are advertising themselves on the local network.
- Returns
- A list of available gcaps server names.
- Exceptions
-
Definition at line 618 of file GclibJava.java.
◆ GPublishServer()
void gclibjava.GclibJava.GPublishServer |
( |
String | server_name, |
|
|
int | publish, |
|
|
int | save ) throws GclibJavaException |
|
inline |
Publishes or removes local gcaps server from the network.
- Parameters
-
server_name | Name to publish server under. |
publish | True=publish server, False=remove server. |
save | Save this configuration for future server reboots. |
- Exceptions
-
Definition at line 633 of file GclibJava.java.
◆ GRemoteConnections()
Returns a list of IP Addresses that currently have an open connection to your hardware.
- Returns
- a list of IP Addresses that currently have an open connection to your hardware.
- Exceptions
-
Definition at line 645 of file GclibJava.java.