| Package | Description |
|---|---|
| com.twitter.hbc | |
| com.twitter.hbc.httpclient |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicRateTracker
Tracks the rate of a recurring event with a sliding window.
|
| Modifier and Type | Field and Description |
|---|---|
protected RateTracker |
ClientBuilder.rateTracker |
| Modifier and Type | Method and Description |
|---|---|
ClientBuilder |
ClientBuilder.rateTracker(RateTracker rateTracker) |
| 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) |
Copyright © 2014. All Rights Reserved.