Class OkHttpClientBuilder
java.lang.Object
com.peterphi.std.guice.restclient.resteasy.impl.okhttp.OkHttpClientBuilder
- All Implemented Interfaces:
org.jboss.resteasy.client.jaxrs.ClientHttpEngineBuilder
public class OkHttpClientBuilder
extends Object
implements org.jboss.resteasy.client.jaxrs.ClientHttpEngineBuilder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
resteasyClientBuilder
(org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder re)
-
Constructor Details
-
OkHttpClientBuilder
public OkHttpClientBuilder()
-
-
Method Details
-
withH2CPriorKnowledge
-
resteasyClientBuilder
public OkHttpClientBuilder resteasyClientBuilder(org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder re) - Specified by:
resteasyClientBuilder
in interfaceorg.jboss.resteasy.client.jaxrs.ClientHttpEngineBuilder
-
withAuth
-
build
- Specified by:
build
in interfaceorg.jboss.resteasy.client.jaxrs.ClientHttpEngineBuilder
-