Uses of Interface
com.streambase.liveview.client.LiveViewConnection
Package
Description
Provides classes and interfaces fundamental to the LiveView Java API.
-
Uses of LiveViewConnection in com.streambase.liveview.client
Modifier and TypeInterfaceDescriptioninterface
Interface representing a connection to a pool of servers (retrieved viaLiveViewConnectionFactory.getConnection(MultiConnectionConfig, boolean)
.)Modifier and TypeMethodDescriptionConnectionClosedEvent.getConnection()
Get the connection that was closedstatic LiveViewConnection
LiveViewConnectionFactory.getConnection
(ConnectionConfig config) Retrieves aLiveViewConnection
based on theConnectionConfig
static LiveViewConnection
LiveViewConnectionFactory.getConnection
(String uri) Retrieves aLiveViewConnection
based on a valid URI.ModifierConstructorDescriptionConnectionClosedEvent
(Object source, LiveViewConnection connection)