Class JDKHttpFuture<V>

java.lang.Object
com.github.scribejava.core.httpclient.jdk.JDKHttpFuture<V>
Type Parameters:
V -
All Implemented Interfaces:
Future<V>

public class JDKHttpFuture<V> extends Object implements Future<V>
Fake Future. Just to have Future API for the default JDK Http client. It's NOT Async in any way. Just facade.
That's it. Sync execution with Async methods. This class does NOT provide any async executions.