Uses of Package
com.pusher.client.connection

Packages that use com.pusher.client.connection
com.pusher.client Classes for connecting to Pusher, configuring the Pusher instance and authenticating subscriptions. 
com.pusher.client.channel.impl   
com.pusher.client.connection Classes related to the Pusher connection, connection state and monitoring connection state changes. 
com.pusher.client.connection.impl   
com.pusher.client.connection.websocket   
com.pusher.client.example Examples that can be executed as part of testing from the built .jar. 
 

Classes in com.pusher.client.connection used by com.pusher.client
Connection
          Represents a connection to Pusher.
ConnectionEventListener
          Client applications should implement this interface if they wish to receive notifications when the state of a Connection changes or an error is thrown.
ConnectionState
          Represents connection states e.g.
 

Classes in com.pusher.client.connection used by com.pusher.client.channel.impl
ConnectionEventListener
          Client applications should implement this interface if they wish to receive notifications when the state of a Connection changes or an error is thrown.
ConnectionStateChange
          Represents a change in connection state.
 

Classes in com.pusher.client.connection used by com.pusher.client.connection
ConnectionEventListener
          Client applications should implement this interface if they wish to receive notifications when the state of a Connection changes or an error is thrown.
ConnectionState
          Represents connection states e.g.
ConnectionStateChange
          Represents a change in connection state.
 

Classes in com.pusher.client.connection used by com.pusher.client.connection.impl
Connection
          Represents a connection to Pusher.
 

Classes in com.pusher.client.connection used by com.pusher.client.connection.websocket
Connection
          Represents a connection to Pusher.
ConnectionEventListener
          Client applications should implement this interface if they wish to receive notifications when the state of a Connection changes or an error is thrown.
ConnectionState
          Represents connection states e.g.
 

Classes in com.pusher.client.connection used by com.pusher.client.example
ConnectionEventListener
          Client applications should implement this interface if they wish to receive notifications when the state of a Connection changes or an error is thrown.
ConnectionStateChange
          Represents a change in connection state.
 



Copyright © 2013 Pusher. All Rights Reserved.