|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Channel | |
|---|---|
| com.pusher.client | Classes for connecting to Pusher, configuring the Pusher instance and authenticating subscriptions. |
| 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 Channel in com.pusher.client |
|---|
| Methods in com.pusher.client that return Channel | |
|---|---|
Channel |
Pusher.subscribe(String channelName)
Subscribes to a public Channel. |
Channel |
Pusher.subscribe(String channelName,
ChannelEventListener listener,
String... eventNames)
Binds a ChannelEventListener to the specified events and then subscribes to a public Channel. |
| Uses of Channel in com.pusher.client.channel |
|---|
| Subinterfaces of Channel in com.pusher.client.channel | |
|---|---|
interface |
PresenceChannel
An object that represents a Pusher presence channel. |
interface |
PrivateChannel
Represents a subscription to a private channel. |
| Uses of Channel in com.pusher.client.channel.impl |
|---|
| Subinterfaces of Channel in com.pusher.client.channel.impl | |
|---|---|
interface |
InternalChannel
|
| Classes in com.pusher.client.channel.impl that implement Channel | |
|---|---|
class |
ChannelImpl
|
class |
PresenceChannelImpl
|
class |
PrivateChannelImpl
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||