public final class OkHttpClient extends Object implements Client
GitHub github = Feign.builder().client(new OkHttpClient()).target(GitHub.class, "https://api.github.com");
Client.Default
Constructor and Description |
---|
OkHttpClient() |
OkHttpClient(okhttp3.OkHttpClient delegate) |
public OkHttpClient()
public OkHttpClient(okhttp3.OkHttpClient delegate)
public Response execute(Request input, Request.Options options) throws IOException
execute
in interface Client
IOException
Copyright © 2012–2017 OpenFeign. All rights reserved.