|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PusherOptions | |
---|---|
com.pusher.client | Classes for connecting to Pusher, configuring the Pusher instance and authenticating subscriptions. |
Uses of PusherOptions in com.pusher.client |
---|
Methods in com.pusher.client that return PusherOptions | |
---|---|
PusherOptions |
PusherOptions.setAuthorizer(Authorizer authorizer)
Sets the authorizer to be used when authenticating private and presence channels. |
PusherOptions |
PusherOptions.setEncrypted(boolean encrypted)
Sets an encrypted (SSL) connection should be used when connecting to Pusher. |
Constructors in com.pusher.client with parameters of type PusherOptions | |
---|---|
Pusher(String apiKey,
PusherOptions pusherOptions)
Creates a new instance of Pusher. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |