- 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)