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 |
---|---|
PrivateChannel |
Pusher.getPrivateChannel(String channelName) |
PrivateChannel |
Pusher.subscribePrivate(String channelName)
Subscribes to a
PrivateChannel which
requires authentication. |
PrivateChannel |
Pusher.subscribePrivate(String channelName,
PrivateChannelEventListener listener,
String... eventNames)
Subscribes to a
PrivateChannel which
requires authentication. |
Modifier and Type | Interface and Description |
---|---|
interface |
PresenceChannel
An object that represents a Pusher presence channel.
|
Modifier and Type | Class and Description |
---|---|
class |
PresenceChannelImpl |
class |
PrivateChannelImpl |
Modifier and Type | Method and Description |
---|---|
PrivateChannel |
ChannelManager.getPrivateChannel(String channelName) |
Copyright © 2016 Pusher. All rights reserved.