|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pusher.client.PusherOptions
public class PusherOptions
Options to be used with a Pusher
instance.
Constructor Summary | |
---|---|
PusherOptions()
|
Method Summary | |
---|---|
Authorizer |
getAuthorizer()
Gets the authorizer to be used when authenticating private and presence channels. |
boolean |
isEncrypted()
Gets whether an encrypted (SSL) connection should be used when connecting to Pusher. |
PusherOptions |
setAuthorizer(Authorizer authorizer)
Sets the authorizer to be used when authenticating private and presence channels. |
PusherOptions |
setEncrypted(boolean encrypted)
Sets an encrypted (SSL) connection should be used when connecting to Pusher. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PusherOptions()
Method Detail |
---|
public boolean isEncrypted()
public PusherOptions setEncrypted(boolean encrypted)
encrypted
-
public Authorizer getAuthorizer()
public PusherOptions setAuthorizer(Authorizer authorizer)
authorizer
- The authorizer to be used.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |