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 ConnectionConfigConnectionConfig. clone()static ConnectionConfigConnectionConfig. fromTcdsAuthUri(String uri, LiveViewAuth lvauth)Creates a connection config from a TCDS URI and authentication (optional).ConnectionConfigLiveViewConnectionControl. getConnectionConfig()ConnectionConfigConnectionConfig. setCapabilities(EnumSet<LiveViewClientCapability> capabilities)Set the ClientCapabilities that are supported by this client.ConnectionConfigConnectionConfig. setCompress(boolean compress)Enable or disable compression on this connectionConnectionConfigConnectionConfig. setConnectionMonitor(ProgressMonitor monitor)Sets the monitor to use by the apiConnectionConfigConnectionConfig. setListener(ConnectionListener listener)Set the connection listenerConnectionConfigConnectionConfig. setPassword(String password)Deprecated.Use get/setAuthentication instead.ConnectionConfigConnectionConfig. setUri(String uri)Set the uri to connect with.ConnectionConfigConnectionConfig. 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 LiveViewConnectionLiveViewConnectionFactory. getConnection(ConnectionConfig config)Retrieves aLiveViewConnectionbased on theConnectionConfigConstructor 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.
-