Skip navigation links
A B C D E F H I N R S T U 

A

AppEngineFactory - Class in com.pubnub.internal.vendor
 
AppEngineFactory.Factory - Class in com.pubnub.internal.vendor
 

B

Base64 - Class in com.pubnub.internal.vendor
Utilities for encoding and decoding the Base64 representation of binary data.

C

cancel() - Method in class com.pubnub.internal.vendor.AppEngineFactory
 
clone() - Method in class com.pubnub.internal.vendor.AppEngineFactory
 
com.pubnub.internal.vendor - package com.pubnub.internal.vendor
 
CRLF - Static variable in class com.pubnub.internal.vendor.Base64
Encoder flag bit to indicate lines should be terminated with a CRLF pair instead of just an LF.
Crypto - Class in com.pubnub.internal.vendor
 
Crypto(String) - Constructor for class com.pubnub.internal.vendor.Crypto
 
Crypto(String, String) - Constructor for class com.pubnub.internal.vendor.Crypto
 
Crypto(String, boolean) - Constructor for class com.pubnub.internal.vendor.Crypto
 

D

decode(String, int) - Static method in class com.pubnub.internal.vendor.Base64
Decode the Base64-encoded data in input and return the data in a new byte array.
decode(byte[], int) - Static method in class com.pubnub.internal.vendor.Base64
Decode the Base64-encoded data in input and return the data in a new byte array.
decode(byte[], int, int, int) - Static method in class com.pubnub.internal.vendor.Base64
Decode the Base64-encoded data in input and return the data in a new byte array.
decrypt(String) - Method in class com.pubnub.internal.vendor.Crypto
 
decrypt(String, Integer) - Method in class com.pubnub.internal.vendor.Crypto
 
DEFAULT - Static variable in class com.pubnub.internal.vendor.Base64
Default values for encoder/decoder flags.

E

encode(byte[], int) - Static method in class com.pubnub.internal.vendor.Base64
Base64-encode the given data and return a newly allocated byte[] with the result.
encode(byte[], int, int, int) - Static method in class com.pubnub.internal.vendor.Base64
Base64-encode the given data and return a newly allocated byte[] with the result.
encodeToString(byte[], int) - Static method in class com.pubnub.internal.vendor.Base64
Base64-encode the given data and return a newly allocated String with the result.
encodeToString(byte[], int, int, int) - Static method in class com.pubnub.internal.vendor.Base64
Base64-encode the given data and return a newly allocated String with the result.
encrypt(String) - Method in class com.pubnub.internal.vendor.Crypto
 
encrypt(String, Integer) - Method in class com.pubnub.internal.vendor.Crypto
 
enqueue(Callback) - Method in class com.pubnub.internal.vendor.AppEngineFactory
 
execute() - Method in class com.pubnub.internal.vendor.AppEngineFactory
 

F

Factory(PNConfiguration) - Constructor for class com.pubnub.internal.vendor.AppEngineFactory.Factory
 

H

hexEncode(byte[]) - Static method in class com.pubnub.internal.vendor.Crypto
 

I

initCiphers() - Method in class com.pubnub.internal.vendor.Crypto
 
isCanceled() - Method in class com.pubnub.internal.vendor.AppEngineFactory
 
isExecuted() - Method in class com.pubnub.internal.vendor.AppEngineFactory
 

N

newCall(Request) - Method in class com.pubnub.internal.vendor.AppEngineFactory.Factory
 
newCryptoError(int, Exception) - Static method in class com.pubnub.internal.vendor.Crypto
 
NO_CLOSE - Static variable in class com.pubnub.internal.vendor.Base64
Flag to pass to indicate that it should not close the output stream it is wrapping when it itself is closed.
NO_PADDING - Static variable in class com.pubnub.internal.vendor.Base64
Encoder flag bit to omit the padding '=' characters at the end of the output (if any).
NO_WRAP - Static variable in class com.pubnub.internal.vendor.Base64
Encoder flag bit to omit all line terminators (i.e., the output will be on one long line).

R

request() - Method in class com.pubnub.internal.vendor.AppEngineFactory
 

S

sha256(byte[]) - Static method in class com.pubnub.internal.vendor.Crypto
Get SHA256

T

timeout() - Method in class com.pubnub.internal.vendor.AppEngineFactory
 

U

URL_SAFE - Static variable in class com.pubnub.internal.vendor.Base64
Encoder/decoder flag bit to indicate using the "URL and filename safe" variant of Base64 (see RFC 3548 section 4) where - and _ are used in place of + and /.
A B C D E F H I N R S T U 
Skip navigation links