| Package | Description |
|---|---|
| com.twitter.hbc | |
| com.twitter.hbc.core.processor | |
| com.twitter.hbc.httpclient |
| Modifier and Type | Field and Description |
|---|---|
protected HosebirdMessageProcessor |
ClientBuilder.processor |
| Modifier and Type | Method and Description |
|---|---|
ClientBuilder |
ClientBuilder.processor(HosebirdMessageProcessor processor) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProcessor<T>
An abstract class for processing the stream and putting it onto the blockingQueue.
|
class |
LineStringProcessor
Reads new line delimited strings according to
DelimitedStreamReader.readLine() |
class |
StringDelimitedProcessor |
| 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) |
Connection(org.apache.http.client.HttpClient client,
HosebirdMessageProcessor processor) |
Copyright © 2014. All Rights Reserved.