Skip navigation links
B C G I R T U 

B

BaseHTTPException - Exception in idx.ws.client.util.exception
Base HTTP exception - with status code and message
BaseHTTPException(int, String) - Constructor for exception idx.ws.client.util.exception.BaseHTTPException
 
BasicAuthCredentials - Class in idx.ws.client.util
Basic Auth credentials (user and password) for web service authentication
BasicAuthCredentials(String, String) - Constructor for class idx.ws.client.util.BasicAuthCredentials
Constructor

C

check(Response, int...) - Static method in class idx.ws.client.util.ResponseExceptionMapper
Check the response: check if the status is one of the expected stati, and map error status codes to exceptions.
check(Response) - Static method in class idx.ws.client.util.ResponseExceptionMapper
Check the response: map error status codes to exceptions.
ConnectionContext - Class in idx.ws.client.util
Context for web service client: provides base url, the (preconfigured) client builder and basic auth credentials.
ConnectionContext(String, ClientBuilder, BasicAuthCredentials) - Constructor for class idx.ws.client.util.ConnectionContext
Constructor
createClient() - Method in class idx.ws.client.util.ConnectionContext
Create a new client (using the client builder)

G

GenericServerExceptinon - Exception in idx.ws.client.util.exception
Generic HTTP server exception (status and message)
GenericServerExceptinon(int, String) - Constructor for exception idx.ws.client.util.exception.GenericServerExceptinon
 
getAuth() - Method in class idx.ws.client.util.ConnectionContext
Get the value for the 'Authentication' header.
getBaseURL() - Method in class idx.ws.client.util.ConnectionContext
Get the base URL
getBasicAuth() - Method in class idx.ws.client.util.BasicAuthCredentials
Returns the basic auth header value.
getLocalizedMessage() - Method in exception idx.ws.client.util.exception.BaseHTTPException
 
getMessage() - Method in exception idx.ws.client.util.exception.BaseHTTPException
 

I

idx.ws.client.util - package idx.ws.client.util
 
idx.ws.client.util.exception - package idx.ws.client.util.exception
 

R

ResponseExceptionMapper - Class in idx.ws.client.util
Exception mapper which maps the HTTP error status codes (4xx, 5xx) to appropriate exceptions.

T

toString() - Method in exception idx.ws.client.util.exception.BaseHTTPException
 

U

UnauthorizedException - Exception in idx.ws.client.util.exception
Exeption for HTTP 401 - UNAUTHORIZED.
UnauthorizedException(String) - Constructor for exception idx.ws.client.util.exception.UnauthorizedException
 
B C G I R T U 
Skip navigation links