|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrivateChannel | |
---|---|
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 PrivateChannel in com.pusher.client |
---|
Methods in com.pusher.client that return PrivateChannel | |
---|---|
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. |
Uses of PrivateChannel in com.pusher.client.channel |
---|
Subinterfaces of PrivateChannel in com.pusher.client.channel | |
---|---|
interface |
PresenceChannel
An object that represents a Pusher presence channel. |
Uses of PrivateChannel in com.pusher.client.channel.impl |
---|
Classes in com.pusher.client.channel.impl that implement PrivateChannel | |
---|---|
class |
PresenceChannelImpl
|
class |
PrivateChannelImpl
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |