Uses of Class
com.pusher.client.channel.ChannelState

Packages that use ChannelState
com.pusher.client.channel Classes related to channels, which are subscriptions to data within Pusher, and channel event listener interfaces. 
com.pusher.client.channel.impl   
 

Uses of ChannelState in com.pusher.client.channel
 

Methods in com.pusher.client.channel that return ChannelState
static ChannelState ChannelState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ChannelState[] ChannelState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ChannelState in com.pusher.client.channel.impl
 

Fields in com.pusher.client.channel.impl declared as ChannelState
protected  ChannelState ChannelImpl.state
           
 

Methods in com.pusher.client.channel.impl with parameters of type ChannelState
 void InternalChannel.updateState(ChannelState state)
           
 void ChannelImpl.updateState(ChannelState state)
           
 



Copyright © 2013 Pusher. All Rights Reserved.