| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Authorizer | |
|---|---|
| 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. | 
| Uses of Authorizer in com.pusher.client | 
|---|
| Methods in com.pusher.client that return Authorizer | |
|---|---|
 Authorizer | 
PusherOptions.getAuthorizer()
Gets the authorizer to be used when authenticating private and presence channels.  | 
| Methods in com.pusher.client with parameters of type Authorizer | |
|---|---|
 PusherOptions | 
PusherOptions.setAuthorizer(Authorizer authorizer)
Sets the authorizer to be used when authenticating private and presence channels.  | 
| Uses of Authorizer in com.pusher.client.channel.impl | 
|---|
| Constructors in com.pusher.client.channel.impl with parameters of type Authorizer | |
|---|---|
PresenceChannelImpl(InternalConnection connection,
                    String channelName,
                    Authorizer authorizer)
 | 
|
PrivateChannelImpl(InternalConnection connection,
                   String channelName,
                   Authorizer authorizer)
 | 
|
| Uses of Authorizer in com.pusher.client.util | 
|---|
| Classes in com.pusher.client.util that implement Authorizer | |
|---|---|
 class | 
HttpAuthorizer
Used to authenticate a private or presence
 channel subscription. | 
| Methods in com.pusher.client.util with parameters of type Authorizer | |
|---|---|
static PresenceChannelImpl | 
Factory.newPresenceChannel(InternalConnection connection,
                   String channelName,
                   Authorizer authorizer)
 | 
static PrivateChannelImpl | 
Factory.newPrivateChannel(InternalConnection connection,
                  String channelName,
                  Authorizer authorizer)
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||