| Package | Description |
|---|---|
| com.twitter.hbc | |
| com.twitter.hbc.core.event | |
| com.twitter.hbc.httpclient |
| Modifier and Type | Field and Description |
|---|---|
protected BlockingQueue<Event> |
ClientBuilder.eventQueue |
| Modifier and Type | Method and Description |
|---|---|
ClientBuilder |
ClientBuilder.eventMessageQueue(BlockingQueue<Event> events) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionEvent |
class |
HttpResponseEvent |
| Modifier and Type | Method and Description |
|---|---|
Event |
BasicClient.getExitEvent()
This method should only be called after the client is done
|
| 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.