Search Java Classes and Packages
Search Java Frameworks and Libraries
#Javax.ws.rs.client Classes and Interfaces - 15 results found.
| Name | Description | Type | Package | Framework |
| AsyncInvoker | Uniform interface for asynchronous invocation of HTTP methods. | Interface | javax.ws.rs.client | Java EE |
|
| Client | Client is the main entry point to the fluent API used to build and execute client requests in order to consume responses returned. | Interface | javax.ws.rs.client | Java EE |
|
| ClientBuilder | Main entry point to the client API used to bootstrap ClientSince:2. | Class | javax.ws.rs.client | Java EE |
|
| ClientErrorException | A base runtime application exception indicating a client request error (HTTP 4xx status codes). | Class | javax.ws.rs | Java EE |
|
| ClientRequestContext | Client request filter context. | Interface | javax.ws.rs.client | Java EE |
|
| ClientRequestFilter | An extension interface implemented by client request filters. | Interface | javax.ws.rs.client | Java EE |
|
| ClientResponseContext | Client response filter context. | Interface | javax.ws.rs.client | Java EE |
|
| ClientResponseFilter | An extension interface implemented by client response filters. | Interface | javax.ws.rs.client | Java EE |
|
| Entity | Encapsulates message entity including the associated variant information. | Class | javax.ws.rs.client | Java EE |
|
| Invocation | A client request invocation. | Interface | javax.ws.rs.client | Java EE |
|
| Invocation .Builder | A client request invocation builder. | Interface | javax.ws.rs.client.Invocation | Java EE |
|
| InvocationCallback | Callback that can be implemented to receive the asynchronous processing events from the invocation processing. | Interface | javax.ws.rs.client | Java EE |
|
| ResponseProcessingException | JAX-RS client-side runtime processing exception thrown to indicate that response processing has failed (e. | Class | javax.ws.rs.client | Java EE |
|
| SyncInvoker | Uniform interface for synchronous invocation of HTTP methods. | Interface | javax.ws.rs.client | Java EE |
|
| WebTarget | A resource target identified by the resource URI. | Interface | javax.ws.rs.client | Java EE |