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 ConnectionOpens a connection to the UC4 Server.static ConnectionConnection.open(String servername, int port, Properties options) Opens a connection to the UC4 Server.static ConnectionConnection.open(String servername, int port, Properties options, DebugAndTraceListener traceListener) Opens a connection to the UC4 Server.static ConnectionConnection.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 newModifyUISettingsrequest in order to save the User Interface settings.