Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
Channel |
Pusher.getChannel(String channelName) |
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 . |
Modifier and Type | Interface and Description |
---|---|
interface |
PresenceChannel
An object that represents a Pusher presence channel.
|
interface |
PrivateChannel
Represents a subscription to a private channel.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InternalChannel |
Modifier and Type | Class and Description |
---|---|
class |
ChannelImpl |
class |
PresenceChannelImpl |
class |
PrivateChannelImpl |
Modifier and Type | Method and Description |
---|---|
Channel |
ChannelManager.getChannel(String channelName) |
Copyright © 2016 Pusher. All rights reserved.