Package | Description |
---|---|
com.uc4.communication |
This package contains classes for the communication with the UC4 Server.
|
com.uc4.communication.requests |
This package contains request classes that can be sent using the
Connection class. |
Modifier and Type | Method and Description |
---|---|
static Connection |
Connection.open(String servername,
int port)
Opens a connection to the UC4 Server.
|
static Connection |
Connection.open(String servername,
int port,
Properties options)
Opens a connection to the UC4 Server.
|
static Connection |
Connection.open(String servername,
int port,
Properties options,
DebugAndTraceListener traceListener)
Opens a connection to the UC4 Server.
|
Constructor and Description |
---|
ModifyUISettings(Connection con)
Creates a new
ModifyUISettings request in order to save the User Interface settings. |
Copyright © 2019. All rights reserved.