public class

HttpClientImpl

extends Object
implements HttpClient
java.lang.Object
   ↳ twitter4j.internal.http.alternative.HttpClientImpl

Summary

Fields
private final HttpClient client
Public Constructors
HttpClientImpl(HttpClientConfiguration conf)
Public Methods
HttpResponse request(HttpRequest req)
void shutdown()
[Expand]
Inherited Methods
From class java.lang.Object
From interface twitter4j.internal.http.HttpClient

Fields

private final HttpClient client

Public Constructors

public HttpClientImpl (HttpClientConfiguration conf)

Parameters
conf

Public Methods

public HttpResponse request (HttpRequest req)

Parameters
req
Throws
TwitterException

public void shutdown ()