Index

A B C D E F G H I J K N P R S T U W 
All Classes and Interfaces|All Packages|Serialized Form

A

addEnforcedAuthenticationScheme(String) - Method in class com.symphony.bdk.http.jersey2.ApiClientJersey2
ApiClientBuilderJersey2 - Class in com.symphony.bdk.http.jersey2
Specific implementation of ApiClientBuilder which creates a new instance of an ApiClientJersey2.
ApiClientBuilderJersey2() - Constructor for class com.symphony.bdk.http.jersey2.ApiClientBuilderJersey2
 
ApiClientBuilderProviderJersey2 - Class in com.symphony.bdk.http.jersey2
Provides new ApiClientBuilderJersey2 implementation of the ApiClientBuilder interface.
ApiClientBuilderProviderJersey2() - Constructor for class com.symphony.bdk.http.jersey2.ApiClientBuilderProviderJersey2
 
ApiClientJersey2 - Class in com.symphony.bdk.http.jersey2
Jersey2 implementation for the ApiClient interface called by generated code.
ApiClientJersey2(Client, String, Map<String, String>, String) - Constructor for class com.symphony.bdk.http.jersey2.ApiClientJersey2
 
ApiClientJersey2RequestLogFilter - Class in com.symphony.bdk.http.jersey2
This custom request/response filter allows to output the total request time under log 'com.symphony.bdk.requests.outgoing'.
ApiClientJersey2RequestLogFilter() - Constructor for class com.symphony.bdk.http.jersey2.ApiClientJersey2RequestLogFilter
 
authentications - Variable in class com.symphony.bdk.http.jersey2.ApiClientBuilderJersey2
 
authentications - Variable in class com.symphony.bdk.http.jersey2.ApiClientJersey2
 

B

basePath - Variable in class com.symphony.bdk.http.jersey2.ApiClientBuilderJersey2
 
basePath - Variable in class com.symphony.bdk.http.jersey2.ApiClientJersey2
 
build() - Method in class com.symphony.bdk.http.jersey2.ApiClientBuilderJersey2
Specific implementation of ApiClientBuilder.build() which returns an ApiClientJersey2 instance.
buildResponseHeaders(Response) - Method in class com.symphony.bdk.http.jersey2.ApiClientJersey2
 

C

com.symphony.bdk.http.jersey2 - package com.symphony.bdk.http.jersey2
 
configureJackson(ClientConfig) - Method in class com.symphony.bdk.http.jersey2.ApiClientBuilderJersey2
 
configureProxy(ClientConfig) - Method in class com.symphony.bdk.http.jersey2.ApiClientBuilderJersey2
 
connectionPoolMax - Variable in class com.symphony.bdk.http.jersey2.ApiClientBuilderJersey2
 
connectionPoolPerRoute - Variable in class com.symphony.bdk.http.jersey2.ApiClientBuilderJersey2
 
connectionTimeout - Variable in class com.symphony.bdk.http.jersey2.ApiClientBuilderJersey2
 
createClientConfig(SSLContext) - Method in class com.symphony.bdk.http.jersey2.ApiClientBuilderJersey2
 
createSSLContext() - Method in class com.symphony.bdk.http.jersey2.ApiClientBuilderJersey2
 

D

defaultHeaderMap - Variable in class com.symphony.bdk.http.jersey2.ApiClientJersey2
 
defaultHeaders - Variable in class com.symphony.bdk.http.jersey2.ApiClientBuilderJersey2
 
deserialize(Response, GenericType<T>) - Method in class com.symphony.bdk.http.jersey2.ApiClientJersey2
Deserialize response body to Java object according to the Content-Type.
downloadFileFromResponse(Response) - Method in class com.symphony.bdk.http.jersey2.ApiClientJersey2
Download file from the given response.

E

enforcedAuthenticationSchemes - Variable in class com.symphony.bdk.http.jersey2.ApiClientJersey2
 
escapeString(String) - Method in class com.symphony.bdk.http.jersey2.ApiClientJersey2

F

filter(ClientRequestContext) - Method in class com.symphony.bdk.http.jersey2.ApiClientJersey2RequestLogFilter
Set the current time in headers when request is sent.
filter(ClientRequestContext, ClientResponseContext) - Method in class com.symphony.bdk.http.jersey2.ApiClientJersey2RequestLogFilter
Compute request execution time using header value previously set right above.
format(Date, StringBuffer, FieldPosition) - Method in class com.symphony.bdk.http.jersey2.RFC3339DateFormat
 

G

getAuthentications() - Method in class com.symphony.bdk.http.jersey2.ApiClientJersey2
getBasePath() - Method in class com.symphony.bdk.http.jersey2.ApiClientJersey2
 
getContext(Class<?>) - Method in class com.symphony.bdk.http.jersey2.JSON
 

H

httpClient - Variable in class com.symphony.bdk.http.jersey2.ApiClientJersey2
 

I

invokeAPI(String, String, List<Pair>, Object, Map<String, String>, Map<String, String>, Map<String, Object>, String, String, String[], TypeReference<T>) - Method in class com.symphony.bdk.http.jersey2.ApiClientJersey2
isJsonMime(String) - Method in class com.symphony.bdk.http.jersey2.ApiClientJersey2
Check if the given MIME is a JSON MIME.

J

JSON - Class in com.symphony.bdk.http.jersey2
 
JSON() - Constructor for class com.symphony.bdk.http.jersey2.JSON
 

K

keyStoreBytes - Variable in class com.symphony.bdk.http.jersey2.ApiClientBuilderJersey2
 
keyStorePassword - Variable in class com.symphony.bdk.http.jersey2.ApiClientBuilderJersey2
 

N

newInstance() - Method in class com.symphony.bdk.http.jersey2.ApiClientBuilderProviderJersey2
Creates a new ApiClientBuilder instance.

P

parameterToPairs(String, String, Object) - Method in class com.symphony.bdk.http.jersey2.ApiClientJersey2
parameterToString(Object) - Method in class com.symphony.bdk.http.jersey2.ApiClientJersey2
prepareDownloadFile(Response) - Method in class com.symphony.bdk.http.jersey2.ApiClientJersey2
 
proxyPassword - Variable in class com.symphony.bdk.http.jersey2.ApiClientBuilderJersey2
 
proxyUrl - Variable in class com.symphony.bdk.http.jersey2.ApiClientBuilderJersey2
 
proxyUser - Variable in class com.symphony.bdk.http.jersey2.ApiClientBuilderJersey2
 

R

readTimeout - Variable in class com.symphony.bdk.http.jersey2.ApiClientBuilderJersey2
 
RFC3339DateFormat - Class in com.symphony.bdk.http.jersey2
 
RFC3339DateFormat() - Constructor for class com.symphony.bdk.http.jersey2.RFC3339DateFormat
 

S

selectHeaderAccept(String[]) - Method in class com.symphony.bdk.http.jersey2.ApiClientJersey2
selectHeaderContentType(String[]) - Method in class com.symphony.bdk.http.jersey2.ApiClientJersey2
serialize(Object, Map<String, Object>, String) - Method in class com.symphony.bdk.http.jersey2.ApiClientJersey2
Serialize the given Java object into string entity according the given Content-Type (only JSON is supported for now).
setDateFormat(DateFormat) - Method in class com.symphony.bdk.http.jersey2.JSON
Set the date format for JSON (de)serialization with Date properties.

T

tempFolderPath - Variable in class com.symphony.bdk.http.jersey2.ApiClientJersey2
 
temporaryFolderPath - Variable in class com.symphony.bdk.http.jersey2.ApiClientBuilderJersey2
 
trustStoreBytes - Variable in class com.symphony.bdk.http.jersey2.ApiClientBuilderJersey2
 
trustStorePassword - Variable in class com.symphony.bdk.http.jersey2.ApiClientBuilderJersey2
 

U

updateParamsForAuth(String[], Map<String, String>) - Method in class com.symphony.bdk.http.jersey2.ApiClientJersey2
Update query and header parameters based on authentication settings.

W

withAuthentication(String, Authentication) - Method in class com.symphony.bdk.http.jersey2.ApiClientBuilderJersey2
withBasePath(String) - Method in class com.symphony.bdk.http.jersey2.ApiClientBuilderJersey2
withConnectionPoolMax(Integer) - Method in class com.symphony.bdk.http.jersey2.ApiClientBuilderJersey2
withConnectionPoolPerRoute(Integer) - Method in class com.symphony.bdk.http.jersey2.ApiClientBuilderJersey2
withConnectionTimeout(Integer) - Method in class com.symphony.bdk.http.jersey2.ApiClientBuilderJersey2
withDefaultHeader(String, String) - Method in class com.symphony.bdk.http.jersey2.ApiClientBuilderJersey2
withKeyStore(byte[], String) - Method in class com.symphony.bdk.http.jersey2.ApiClientBuilderJersey2
withProxy(String, int) - Method in class com.symphony.bdk.http.jersey2.ApiClientBuilderJersey2
withProxyCredentials(String, String) - Method in class com.symphony.bdk.http.jersey2.ApiClientBuilderJersey2
withReadTimeout(Integer) - Method in class com.symphony.bdk.http.jersey2.ApiClientBuilderJersey2
withTemporaryFolderPath(String) - Method in class com.symphony.bdk.http.jersey2.ApiClientBuilderJersey2
withTrustStore(byte[], String) - Method in class com.symphony.bdk.http.jersey2.ApiClientBuilderJersey2
withUserAgent(String) - Method in class com.symphony.bdk.http.jersey2.ApiClientBuilderJersey2
A B C D E F G H I J K N P R S T U W 
All Classes and Interfaces|All Packages|Serialized Form