JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
O
P
R
S
T
U
V
W
A
ACCEPT_ENCODING
- Static variable in class com.paypal.http.
Headers
addInjector(Injector)
- Method in class com.paypal.http.
HttpClient
addPart(FormData)
- Method in class com.paypal.http.multipart.
MultipartBody
AUTHORIZATION
- Static variable in class com.paypal.http.
Headers
B
baseUrl()
- Method in interface com.paypal.http.
Environment
C
com.paypal.http
- package com.paypal.http
com.paypal.http.annotations
- package com.paypal.http.annotations
com.paypal.http.exceptions
- package com.paypal.http.exceptions
com.paypal.http.internal
- package com.paypal.http.internal
com.paypal.http.multipart
- package com.paypal.http.multipart
com.paypal.http.serializer
- package com.paypal.http.serializer
CONTENT_TYPE
- Static variable in class com.paypal.http.
Headers
contentType()
- Method in class com.paypal.http.serializer.
FormEncoded
contentType()
- Method in class com.paypal.http.serializer.
Json
contentType()
- Method in class com.paypal.http.serializer.
Multipart
contentType()
- Method in interface com.paypal.http.serializer.
Serializer
contentType()
- Method in class com.paypal.http.serializer.
Text
copy()
- Method in class com.paypal.http.
HttpRequest
createSocket(Socket, String, int, boolean)
- Method in class com.paypal.http.internal.
TLSSocketFactory
createSocket(String, int)
- Method in class com.paypal.http.internal.
TLSSocketFactory
createSocket(String, int, InetAddress, int)
- Method in class com.paypal.http.internal.
TLSSocketFactory
createSocket(InetAddress, int)
- Method in class com.paypal.http.internal.
TLSSocketFactory
createSocket(InetAddress, int, InetAddress, int)
- Method in class com.paypal.http.internal.
TLSSocketFactory
CRLF
- Static variable in class com.paypal.http.serializer.
Multipart
D
decode(String, Class<T>)
- Method in class com.paypal.http.serializer.
FormEncoded
decode(String, Class<T>)
- Method in class com.paypal.http.serializer.
Json
decode(String, Class<T>)
- Method in class com.paypal.http.serializer.
Multipart
decode(String, Class<T>)
- Method in interface com.paypal.http.serializer.
Serializer
decode(String, Class<T>)
- Method in class com.paypal.http.serializer.
Text
deserializeResponse(InputStream, Class<T>, Headers)
- Method in class com.paypal.http.
Encoder
E
encode(HttpRequest)
- Method in class com.paypal.http.serializer.
FormEncoded
encode(HttpRequest)
- Method in class com.paypal.http.serializer.
Json
encode(HttpRequest)
- Method in class com.paypal.http.serializer.
Multipart
encode(HttpRequest)
- Method in interface com.paypal.http.serializer.
Serializer
encode(HttpRequest)
- Method in class com.paypal.http.serializer.
Text
Encoder
- Class in
com.paypal.http
Encoder()
- Constructor for class com.paypal.http.
Encoder
Environment
- Interface in
com.paypal.http
execute(HttpRequest<T>)
- Method in class com.paypal.http.
HttpClient
F
FilePart
- Class in
com.paypal.http.multipart
FilePart(String, File)
- Constructor for class com.paypal.http.multipart.
FilePart
FormData
- Class in
com.paypal.http.multipart
FormData(String)
- Constructor for class com.paypal.http.multipart.
FormData
FormEncoded
- Class in
com.paypal.http.serializer
FormEncoded()
- Constructor for class com.paypal.http.serializer.
FormEncoded
FormPart
- Class in
com.paypal.http.multipart
FormPart(String, String)
- Constructor for class com.paypal.http.multipart.
FormPart
G
getConnectTimeout()
- Method in class com.paypal.http.
HttpClient
Override this method in a custom subclass to use a custom connect timeout value.
getDefaultCipherSuites()
- Method in class com.paypal.http.internal.
TLSSocketFactory
getEncoder()
- Method in class com.paypal.http.
HttpClient
getEnvironment()
- Method in class com.paypal.http.
HttpClient
getReadTimeout()
- Method in class com.paypal.http.
HttpClient
Override this method in a custom subclass to use a custom read timeout value.
getSSLSocketFactory()
- Method in class com.paypal.http.
HttpClient
Override this method in a custom subclass to use a SSLSocketFactory.
getSupportedCipherSuites()
- Method in class com.paypal.http.internal.
TLSSocketFactory
getUserAgent()
- Method in class com.paypal.http.
HttpClient
Override this method in a custom subclass to use a User Agent.
H
header(String, String)
- Method in class com.paypal.http.
Headers
header(String)
- Method in class com.paypal.http.
Headers
header(String, String)
- Method in class com.paypal.http.
HttpRequest
header()
- Method in class com.paypal.http.multipart.
FilePart
header()
- Method in class com.paypal.http.multipart.
FormData
header()
- Method in class com.paypal.http.multipart.
JsonPart
headerIfNotPresent(String, String)
- Method in class com.paypal.http.
Headers
headers()
- Method in exception com.paypal.http.exceptions.
HttpException
Headers
- Class in
com.paypal.http
Headers()
- Constructor for class com.paypal.http.
Headers
headers()
- Method in class com.paypal.http.
HttpRequest
headers()
- Method in class com.paypal.http.
HttpResponse
HttpClient
- Class in
com.paypal.http
HttpClient(Environment)
- Constructor for class com.paypal.http.
HttpClient
HttpException
- Exception in
com.paypal.http.exceptions
HttpException(String, int, Headers)
- Constructor for exception com.paypal.http.exceptions.
HttpException
HttpRequest
<
T
> - Class in
com.paypal.http
HttpRequest(String, String, Class<T>)
- Constructor for class com.paypal.http.
HttpRequest
HttpResponse
<
T
> - Class in
com.paypal.http
HttpResponse(Headers, int, T)
- Constructor for class com.paypal.http.
HttpResponse
I
inject(HttpRequest)
- Method in interface com.paypal.http.
Injector
Injector
- Interface in
com.paypal.http
isModel(Object)
- Static method in class com.paypal.http.serializer.
ObjectMapper
iterator()
- Method in class com.paypal.http.
Headers
iterator()
- Method in class com.paypal.http.multipart.
MultipartBody
J
Json
- Class in
com.paypal.http.serializer
Json()
- Constructor for class com.paypal.http.serializer.
Json
JsonParseException
- Exception in
com.paypal.http.exceptions
JsonParseException(String)
- Constructor for exception com.paypal.http.exceptions.
JsonParseException
JsonPart
- Class in
com.paypal.http.multipart
JsonPart(String, Object)
- Constructor for class com.paypal.http.multipart.
JsonPart
K
key()
- Method in class com.paypal.http.multipart.
FormData
L
ListOf
- Annotation Type in
com.paypal.http.annotations
ListOf describes a special case where an API returns "raw" list (e.g [{"key":"value"}]) which, due to the nature of type erasure, we would have a hard time deserializing.
M
map(Object)
- Static method in class com.paypal.http.serializer.
ObjectMapper
mHeaders
- Variable in class com.paypal.http.
Headers
Model
- Annotation Type in
com.paypal.http.annotations
Multipart
- Class in
com.paypal.http.serializer
Multipart()
- Constructor for class com.paypal.http.serializer.
Multipart
MultipartBody
- Class in
com.paypal.http.multipart
MultipartBody(FormData...)
- Constructor for class com.paypal.http.multipart.
MultipartBody
O
ObjectMapper
- Class in
com.paypal.http.serializer
ObjectMapper()
- Constructor for class com.paypal.http.serializer.
ObjectMapper
P
path(String)
- Method in class com.paypal.http.
HttpRequest
path()
- Method in class com.paypal.http.
HttpRequest
R
readStream(InputStream, String)
- Static method in class com.paypal.http.serializer.
StreamUtils
registerSerializer(Serializer)
- Method in class com.paypal.http.
Encoder
remove(String)
- Method in class com.paypal.http.
Headers
requestBody(Object)
- Method in class com.paypal.http.
HttpRequest
requestBody()
- Method in class com.paypal.http.
HttpRequest
responseClass()
- Method in class com.paypal.http.
HttpRequest
result()
- Method in class com.paypal.http.
HttpResponse
S
serialize(Object)
- Method in class com.paypal.http.serializer.
Json
SerializedName
- Annotation Type in
com.paypal.http.annotations
SerializeException
- Exception in
com.paypal.http.exceptions
SerializeException(String)
- Constructor for exception com.paypal.http.exceptions.
SerializeException
Serializer
- Interface in
com.paypal.http.serializer
serializeRequest(HttpRequest)
- Method in class com.paypal.http.
Encoder
setConnectTimeout(int)
- Method in class com.paypal.http.
HttpClient
setReadTimeout(int)
- Method in class com.paypal.http.
HttpClient
setSSLSocketFactory(SSLSocketFactory)
- Method in class com.paypal.http.
HttpClient
setUserAgent(String)
- Method in class com.paypal.http.
HttpClient
statusCode()
- Method in exception com.paypal.http.exceptions.
HttpException
statusCode()
- Method in class com.paypal.http.
HttpResponse
StreamUtils
- Class in
com.paypal.http.serializer
StreamUtils()
- Constructor for class com.paypal.http.serializer.
StreamUtils
T
Text
- Class in
com.paypal.http.serializer
Text()
- Constructor for class com.paypal.http.serializer.
Text
TLSSocketFactory
- Class in
com.paypal.http.internal
TLSSocketFactory()
- Constructor for class com.paypal.http.internal.
TLSSocketFactory
TLSSocketFactory(InputStream)
- Constructor for class com.paypal.http.internal.
TLSSocketFactory
U
unmap(Map<String, Object>, Class<T>)
- Static method in class com.paypal.http.serializer.
ObjectMapper
urlEscape(String)
- Static method in class com.paypal.http.serializer.
FormEncoded
USER_AGENT
- Static variable in class com.paypal.http.
Headers
V
verb(String)
- Method in class com.paypal.http.
HttpRequest
verb()
- Method in class com.paypal.http.
HttpRequest
W
writeData(OutputStream)
- Method in class com.paypal.http.multipart.
FilePart
writeData(OutputStream)
- Method in class com.paypal.http.multipart.
FormData
writeData(OutputStream)
- Method in class com.paypal.http.multipart.
FormPart
writeData(OutputStream)
- Method in class com.paypal.http.multipart.
JsonPart
writeOutputStream(OutputStream, String)
- Static method in class com.paypal.http.serializer.
StreamUtils
writeOutputStream(OutputStream, byte[])
- Static method in class com.paypal.http.serializer.
StreamUtils
A
B
C
D
E
F
G
H
I
J
K
L
M
O
P
R
S
T
U
V
W
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes