Class ResteasyClientBuilderImpl

  • All Implemented Interfaces:
    javax.ws.rs.core.Configurable<javax.ws.rs.client.ClientBuilder>
    Direct Known Subclasses:
    MpClientBuilderImpl

    public class ResteasyClientBuilderImpl
    extends ResteasyClientBuilder
    Abstraction for creating Clients. Allows SSL configuration. Uses Apache Http Client under the covers. If used with other ClientHttpEngines though, all configuration options are ignored.
    Version:
    $Revision: 1 $
    Author:
    Bill Burke