Uses of Interface
javax.ws.rs.client.Client

Packages that use Client
Package
Description
The JAX-RS client API
  • Uses of Client in javax.ws.rs.client

    Subinterfaces with type arguments of type Client in javax.ws.rs.client
    Modifier and Type
    Interface
    Description
    interface 
    Client is the main entry point to the fluent API used to build and execute client requests in order to consume responses returned.
    Methods in javax.ws.rs.client that return Client
    Modifier and Type
    Method
    Description
    abstract Client
    ClientBuilder.build()
    Build a new client instance using all the configuration previously specified in this client builder.
    ClientRequestContext.getClient()
    Get the client instance associated with the request.
    static Client
    ClientBuilder.newClient()
    Create a new Client instance using the default client builder implementation class provided by the JAX-RS implementation provider.
    static Client
    ClientBuilder.newClient(Configuration configuration)
    Create a new custom-configured Client instance using the default client builder implementation class provided by the JAX-RS implementation provider.