Package | Description |
---|---|
com.pusher.client |
Classes for connecting to Pusher, configuring the
Pusher instance and authenticating subscriptions. |
com.pusher.client.channel.impl | |
com.pusher.client.util |
Contains helper classes.
|
Modifier and Type | Method and Description |
---|---|
Authorizer |
PusherOptions.getAuthorizer()
Gets the authorizer to be used when authenticating private and presence
channels.
|
Modifier and Type | Method and Description |
---|---|
PusherOptions |
PusherOptions.setAuthorizer(Authorizer authorizer)
Sets the authorizer to be used when authenticating private and presence
channels.
|
Constructor and Description |
---|
PresenceChannelImpl(InternalConnection connection,
String channelName,
Authorizer authorizer,
Factory factory) |
PrivateChannelImpl(InternalConnection connection,
String channelName,
Authorizer authorizer,
Factory factory) |
Modifier and Type | Class and Description |
---|---|
class |
HttpAuthorizer
|
Modifier and Type | Method and Description |
---|---|
PresenceChannelImpl |
Factory.newPresenceChannel(InternalConnection connection,
String channelName,
Authorizer authorizer) |
PrivateChannelImpl |
Factory.newPrivateChannel(InternalConnection connection,
String channelName,
Authorizer authorizer) |
Copyright © 2017 Pusher. All rights reserved.