| Package | Description |
|---|---|
| com.twitter.hbc | |
| com.twitter.hbc.core | |
| com.twitter.hbc.httpclient | |
| com.twitter.hbc.httpclient.auth |
| Modifier and Type | Field and Description |
|---|---|
protected Authentication |
ClientBuilder.auth |
| Modifier and Type | Method and Description |
|---|---|
ClientBuilder |
ClientBuilder.authentication(Authentication auth) |
| Constructor and Description |
|---|
SitestreamController(Authentication auth)
Construct a sitestream controller using the default host (sitestream.twitter.com) and a
DefaultHttpClient.
|
SitestreamController(Hosts hosts,
Authentication auth)
Construct a sitestream controller using a DefaultHttpClient
|
SitestreamController(org.apache.http.client.HttpClient client,
Authentication auth)
Construct a sitestream controller using the default host (sitestream.twitter.com)
|
SitestreamController(org.apache.http.client.HttpClient client,
Hosts hosts,
Authentication auth)
Construct a sitestream controller.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.http.client.methods.HttpUriRequest |
HttpConstants.constructRequest(String host,
Endpoint endpoint,
Authentication auth) |
| Constructor and Description |
|---|
BasicClient(String name,
Hosts hosts,
StreamingEndpoint endpoint,
Authentication auth,
boolean enableGZip,
HosebirdMessageProcessor processor,
ReconnectionManager reconnectionManager,
RateTracker rateTracker,
ExecutorService executorService,
BlockingQueue<Event> eventsQueue,
org.apache.http.params.HttpParams params,
org.apache.http.conn.scheme.SchemeRegistry schemeRegistry) |
RestartableHttpClient(Authentication auth,
boolean enableGZip,
org.apache.http.params.HttpParams params,
org.apache.http.conn.scheme.SchemeRegistry schemeRegistry) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicAuth |
class |
OAuth1 |
Copyright © 2014. All Rights Reserved.