| Package | Description |
|---|---|
| com.twitter.hbc | |
| com.twitter.hbc.core | |
| com.twitter.hbc.core.endpoint | |
| com.twitter.hbc.httpclient |
| Modifier and Type | Field and Description |
|---|---|
protected StreamingEndpoint |
ClientBuilder.endpoint |
| Modifier and Type | Method and Description |
|---|---|
ClientBuilder |
ClientBuilder.endpoint(StreamingEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
StreamingEndpoint |
Client.getEndpoint() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PartitionableEndpoint |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultStreamingEndpoint
A basic endpoint object
|
class |
EnterpriseStreamingEndpoint |
class |
RawEndpoint
A convenience class for users that want to hit an arbitrary endpoint w/o having to implement
their own Endpoint
|
class |
RealTimeEnterpriseStreamingEndpoint |
class |
ReplayEnterpriseStreamingEndpoint |
class |
SitestreamEndpoint |
class |
StatusesFilterEndpoint |
class |
StatusesFirehoseEndpoint |
class |
StatusesSampleEndpoint |
class |
UserstreamEndpoint |
| Modifier and Type | Method and Description |
|---|---|
StreamingEndpoint |
BasicClient.getEndpoint() |
| 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.