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