Uses of Class
com.streambase.liveview.client.ConnectionConfig
Package
Description
Provides classes and interfaces fundamental to the LiveView Java API.
-
Uses of ConnectionConfig in com.streambase.liveview.client
Modifier and TypeMethodDescriptionConnectionConfig.clone()
static ConnectionConfig
ConnectionConfig.fromTcdsAuthUri
(String uri, LiveViewAuth lvauth) Creates a connection config from a TCDS URI and authentication (optional).LiveViewConnectionControl.getConnectionConfig()
ConnectionConfig.setCapabilities
(EnumSet<LiveViewClientCapability> capabilities) Set the ClientCapabilities that are supported by this client.ConnectionConfig.setCompress
(boolean compress) Enable or disable compression on this connectionConnectionConfig.setConnectionMonitor
(ProgressMonitor monitor) Sets the monitor to use by the apiConnectionConfig.setListener
(ConnectionListener listener) Set the connection listenerConnectionConfig.setPassword
(String password) Deprecated.Use get/setAuthentication instead.Set the uri to connect with.ConnectionConfig.setUsername
(String username) Deprecated.Use get/setAuthentication instead.Modifier and TypeMethodDescriptionstatic LiveViewConnection
LiveViewConnectionFactory.getConnection
(ConnectionConfig config) Retrieves aLiveViewConnection
based on theConnectionConfig
ModifierConstructorDescriptionMultiConnectionConfig
(List<ConnectionConfig> configs, MultiConnectionListener listener) Use this constructor if you need to configure the servers differently.