Uses of Interface
com.streambase.liveview.client.LiveViewConnection
Packages that use LiveViewConnection
Package
Description
Provides classes and interfaces fundamental to the LiveView Java API.
-
Uses of LiveViewConnection in com.streambase.liveview.client
Subinterfaces of LiveViewConnection in com.streambase.liveview.clientModifier and TypeInterfaceDescriptioninterfaceInterface representing a connection to a pool of servers (retrieved viaLiveViewConnectionFactory.getConnection(MultiConnectionConfig, boolean).) Note that while this is aLiveViewConnection, some operations of that interface will fail with an appropriate error codeLiveViewExceptionType.NOT_SUPPORTED_IN_MULTISERVER.Methods in com.streambase.liveview.client that return LiveViewConnectionModifier and TypeMethodDescriptionConnectionClosedEvent.getConnection()Get the connection that was closedstatic LiveViewConnectionLiveViewConnectionFactory.getConnection(ConnectionConfig config) Retrieves aLiveViewConnectionbased on theConnectionConfigstatic LiveViewConnectionLiveViewConnectionFactory.getConnection(String uri) Retrieves aLiveViewConnectionbased on a valid URI.Constructors in com.streambase.liveview.client with parameters of type LiveViewConnectionModifierConstructorDescriptionConnectionClosedEvent(Object source, LiveViewConnection connection)