Uses of Class
com.uc4.communication.Connection
Packages that use Connection
-
Uses of Connection in com.uc4.communication
Methods in com.uc4.communication that return ConnectionModifier and TypeMethodDescriptionstatic Connection
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.static Connection
Connection.open
(String servername, int port, Properties options, DebugAndTraceListener traceListener, String trustedCertFolderPath) Opens a connection to the UC4 Server. -
Uses of Connection in com.uc4.communication.requests
Constructors in com.uc4.communication.requests with parameters of type ConnectionModifierConstructorDescriptionCreates a newModifyUISettings
request in order to save the User Interface settings.