C D E G H J P R S T U

C

Callback - Class in com.pubnub.api
Abstract class to be subclassed by objects being passed as callbacks to Pubnub APIs Default implementation for all methods is blank
Callback() - Constructor for class com.pubnub.api.Callback
 
com.pubnub.api - package com.pubnub.api
 
connectCallback(String, Object) - Method in class com.pubnub.api.Callback
This callback will be invoked on getting connected to a channel

D

disconnectCallback(String, Object) - Method in class com.pubnub.api.Callback
This callback is invoked on getting disconnected from a channel

E

errorCallback(String, Object) - Method in class com.pubnub.api.Callback
This callback will be invoked when an error occurs

G

getPubnubError() - Method in exception com.pubnub.api.PubnubException
 

H

hashtableKeysToArray(Hashtable) - Static method in class com.pubnub.api.PubnubUtilCore
Returns string keys in a hashtable as array of string
hashTableKeysToDelimitedString(Hashtable, String) - Static method in class com.pubnub.api.PubnubUtilCore
Returns string keys in a hashtable as delimited string

J

joinString(String[], String) - Static method in class com.pubnub.api.PubnubUtilCore
Takes String[] of tokens, and String delimiter as input and returns joined String

P

PNERR_5000_TIMEOUT - Static variable in class com.pubnub.api.PubnubError
 
PNERR_5001_ENCRYPTION_ERROR - Static variable in class com.pubnub.api.PubnubError
 
PNERR_5002_ERR_DECRYPTION_ERROR - Static variable in class com.pubnub.api.PubnubError
 
PNERR_5003_INVALID_JSON - Static variable in class com.pubnub.api.PubnubError
 
PNERR_5004_JSON_ERROR - Static variable in class com.pubnub.api.PubnubError
 
PNERR_5005_JSON_ERROR - Static variable in class com.pubnub.api.PubnubError
 
PNERR_5006_MALFORMED_URL - Static variable in class com.pubnub.api.PubnubError
 
PNERR_5007_PUBNUB_ERROR - Static variable in class com.pubnub.api.PubnubError
 
PNERR_5008_URL_OPEN - Static variable in class com.pubnub.api.PubnubError
 
PNERR_5009_PROTOCOL_EXCEPTION - Static variable in class com.pubnub.api.PubnubError
 
PNERR_5010_CONNECT_EXCEPTION - Static variable in class com.pubnub.api.PubnubError
 
PNERR_5011_HTTP_RC_ERROR - Static variable in class com.pubnub.api.PubnubError
 
PNERR_5012_GETINPUTSTREAM - Static variable in class com.pubnub.api.PubnubError
 
PNERR_5013_GETINPUTSTREAM - Static variable in class com.pubnub.api.PubnubError
 
PNERR_5014_READINPUT - Static variable in class com.pubnub.api.PubnubError
 
PNERR_5015_INVALID_JSON - Static variable in class com.pubnub.api.PubnubError
 
PNERR_5016_BAD_REQUEST - Static variable in class com.pubnub.api.PubnubError
 
PNERR_5017_HTTP_ERROR - Static variable in class com.pubnub.api.PubnubError
 
PNERR_5018_HTTP_ERROR - Static variable in class com.pubnub.api.PubnubError
 
PNERR_5019_HTTP_ERROR - Static variable in class com.pubnub.api.PubnubError
 
PNERR_5020_BAD_GATEWAY - Static variable in class com.pubnub.api.PubnubError
 
PNERR_5021_CLIENT_TIMEOUT - Static variable in class com.pubnub.api.PubnubError
 
PNERR_5022_GATEWAY_TIMEOUT - Static variable in class com.pubnub.api.PubnubError
 
PNERR_5023_INTERNAL_ERROR - Static variable in class com.pubnub.api.PubnubError
 
PNERR_5024_DECRYPTION_ERROR - Static variable in class com.pubnub.api.PubnubError
 
PNERR_5025_DECRYPTION_ERROR - Static variable in class com.pubnub.api.PubnubError
 
PNERR_5026_PARSING_ERROR - Static variable in class com.pubnub.api.PubnubError
 
Pubnub - Class in com.pubnub.api
Pubnub object facilitates querying channels for messages and listening on channels for presence/message events
Pubnub(String, String, String, String, boolean) - Constructor for class com.pubnub.api.Pubnub
Pubnub Constructor
Pubnub(String, String, String, boolean) - Constructor for class com.pubnub.api.Pubnub
Pubnub Constructor
Pubnub(String, String) - Constructor for class com.pubnub.api.Pubnub
Pubnub Constructor
Pubnub(String, String, boolean) - Constructor for class com.pubnub.api.Pubnub
 
Pubnub(String, String, String) - Constructor for class com.pubnub.api.Pubnub
 
PubnubError - Class in com.pubnub.api
 
PubnubException - Exception in com.pubnub.api
PubnubException is thrown by various Pubnub APIs
PubnubException(String) - Constructor for exception com.pubnub.api.PubnubException
Constructor for PubnubException Class with error message as argument
PubnubException(PubnubError) - Constructor for exception com.pubnub.api.PubnubException
Constructor for PubnubException Class with error message as argument
PubnubException(PubnubError, String) - Constructor for exception com.pubnub.api.PubnubException
Constructor for PubnubException Class with error message as argument
PubnubUtil - Class in com.pubnub.api
 
PubnubUtil() - Constructor for class com.pubnub.api.PubnubUtil
 
PubnubUtilCore - Class in com.pubnub.api
 
PubnubUtilCore() - Constructor for class com.pubnub.api.PubnubUtilCore
 

R

reconnectCallback(String, Object) - Method in class com.pubnub.api.Callback
This callback is invoked on getting reconnected to a channel after getting disconnected

S

setNonSubscribeTimeout(int) - Method in class com.pubnub.api.Pubnub
This method set timeout value for non subscribe operations like publish, history, hereNow.
setSubscribeTimeout(int) - Method in class com.pubnub.api.Pubnub
This method sets timeout value for subscribe/presence.
setUUID(UUID) - Method in class com.pubnub.api.Pubnub
Sets value for UUID
splitString(String, String) - Static method in class com.pubnub.api.PubnubUtilCore
Takes source and delimiter string as inputs and returns splitted string in form of tokens in String array
successCallback(String, Object) - Method in class com.pubnub.api.Callback
This callback will be invoked when a message is received on the channel

T

toString() - Method in class com.pubnub.api.PubnubError
 
toString() - Method in exception com.pubnub.api.PubnubException
Read the exception error message

U

urlEncode(String) - Static method in class com.pubnub.api.PubnubUtil
Returns encoded String

C D E G H J P R S T U