com.pusher.client.channel.package-summary.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pusher-java-client Show documentation
Show all versions of pusher-java-client Show documentation
This is a Java client library for Pusher, targeted at core Java and Android.
com.pusher.client.channel (Pusher Java Websocket API)
Package com.pusher.client.channel
Classes related to channels, which are subscriptions to data within Pusher, and channel event listener interfaces.
See: Description
-
Interface Summary
Interface
Description
Channel
An object that represents a Pusher channel.
ChannelEventListener
Client applications should implement this interface if they want to be
notified when events are received on a public or private channel.
PresenceChannel
An object that represents a Pusher presence channel.
PresenceChannelEventListener
Used to listen for presence specific events as well as those defined by the
PrivateChannelEventListener
and parent interfaces.
PrivateChannel
Represents a subscription to a private channel.
PrivateChannelEventListener
Interface to listen to private channel events.
SubscriptionEventListener
Client applications should implement this interface if they want to be
notified when events are received on a public or private channel.
-
Class Summary
Class
Description
User
Represents a user that is subscribed to a
PresenceChannel
.
-
Enum Summary
Enum
Description
ChannelState
Used to identify the state of the channel e.g.
Package com.pusher.client.channel Description
Classes related to channels, which are subscriptions to data within Pusher, and channel event listener interfaces.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy