文件名称:hbc-master
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2013-03-12
- 文件大小:
- 115kb
- 下载次数:
- 0次
- 提 供 者:
- gpu****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
hbc (Hosebird Client)是Twitter Streaming API 的 Java 客户端开发包。
主要特性:
• 支持GZip、OAuth和分块(partitioning);
• 自动重新连接,并进行适当的backfill计数;
• 访问原始字节的有效负载;
• 适时重新分配,并进行相关统计。
包含了2个主要模块:
• hbc-core:该模块使用了一个简单的消息队列,用户可以轮询消息。
• hbc-twitter4j:该模块允许开发者在消息队列中使用Twitter4J项目和它的数据模型,以提供一个分析层。-hbc (Hosebird Client) Twitter Streaming API Java client development kit.
Its major features include:
• Support GZip, OAuth and block (partitioning)
• Auto reconnect and appropriate backfill count
• Access raw bytes of payload
• timely re-allocation, and related statistics.
Contains two main modules:
• hbc-core: The module uses a simple message queue, the user can poll message.
• hbc-twitter4j: This module allows developers to use in the message queue Twitter4J project and its data model, to provide an analysis layer.
主要特性:
• 支持GZip、OAuth和分块(partitioning);
• 自动重新连接,并进行适当的backfill计数;
• 访问原始字节的有效负载;
• 适时重新分配,并进行相关统计。
包含了2个主要模块:
• hbc-core:该模块使用了一个简单的消息队列,用户可以轮询消息。
• hbc-twitter4j:该模块允许开发者在消息队列中使用Twitter4J项目和它的数据模型,以提供一个分析层。-hbc (Hosebird Client) Twitter Streaming API Java client development kit.
Its major features include:
• Support GZip, OAuth and block (partitioning)
• Auto reconnect and appropriate backfill count
• Access raw bytes of payload
• timely re-allocation, and related statistics.
Contains two main modules:
• hbc-core: The module uses a simple message queue, the user can poll message.
• hbc-twitter4j: This module allows developers to use in the message queue Twitter4J project and its data model, to provide an analysis layer.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
hbc-master
..........\.gitignore
..........\.travis.yml
..........\CHANGELOG.md
..........\CONTRIBUTING.md
..........\LICENSE
..........\README.md
..........\hbc-core
..........\........\pom.xml
..........\........\src
..........\........\...\main
..........\........\...\....\java
..........\........\...\....\....\com
..........\........\...\....\....\...\.......\hbc
..........\........\...\....\....\...\.......\...\ClientBuilder.java
..........\........\...\....\....\...\.......\...\RateTracker.java
..........\........\...\....\....\...\.......\...\ReconnectionManager.java
..........\........\...\....\....\...\.......\...\SitestreamController.java
..........\........\...\....\....\...\.......\...\common
..........\........\...\....\....\...\.......\...\......\CharacterStreamReader.java
..........\........\...\....\....\...\.......\...\......\IOUtils.java
..........\........\...\....\....\...\.......\...\core
..........\........\...\....\....\...\.......\...\....\Client.java
..........\........\...\....\....\...\.......\...\....\Constants.java
..........\........\...\....\....\...\.......\...\....\Hosts.java
..........\........\...\....\....\...\.......\...\....\HttpConstants.java
..........\........\...\....\....\...\.......\...\....\HttpHosts.java
..........\........\...\....\....\...\.......\...\....\StatsReporter.java
..........\........\...\....\....\...\.......\...\....\endpoint
..........\........\...\....\....\...\.......\...\....\........\BaseEndpoint.java
..........\........\...\....\....\...\.......\...\....\........\DefaultStreamingEndpoint.java
..........\........\...\....\....\...\.......\...\....\........\Endpoint.java
..........\........\...\....\....\...\.......\...\....\........\Location.java
..........\........\...\....\....\...\.......\...\....\........\PartitionableEndpoint.java
..........\........\...\....\....\...\.......\...\....\........\RawEndpoint.java
..........\........\...\....\....\...\.......\...\....\........\SitestreamEndpoint.java
..........\........\...\....\....\...\.......\...\....\........\StatusesFilterEndpoint.java
..........\........\...\....\....\...\.......\...\....\........\StatusesFirehoseEndpoint.java
..........\........\...\....\....\...\.......\...\....\........\StatusesSampleEndpoint.java
..........\........\...\....\....\...\.......\...\....\........\StreamingEndpoint.java
..........\........\...\....\....\...\.......\...\....\........\UserstreamEndpoint.java
..........\........\...\....\....\...\.......\...\....\event
..........\........\...\....\....\...\.......\...\....\.....\ConnectionEvent.java
..........\........\...\....\....\...\.......\...\....\.....\Event.java
..........\........\...\....\....\...\.......\...\....\.....\EventType.java
..........\........\...\....\....\...\.......\...\....\.....\HttpResponseEvent.java
..........\........\...\....\....\...\.......\...\....\processor
..........\........\...\....\....\...\.......\...\....\.........\AbstractProcessor.java
..........\........\...\....\....\...\.......\...\....\.........\HosebirdMessageProcessor.java
..........\........\...\....\....\...\.......\...\....\.........\StringDelimitedProcessor.java
..........\........\...\....\....\...\.......\...\httpclient
..........\........\...\....\....\...\.......\...\..........\BasicClient.java
..........\........\...\....\....\...\.......\...\..........\ClientBase.java
..........\........\...\....\....\...\.......\...\..........\Connection.java
..........\........\...\....\....\...\.......\...\..........\ControlStreamException.java
..........\........\...\....\....\...\.......\...\..........\auth
..........\........\...\....\....\...\.......\...\..........\....\Authentication.java
..........\........\...\....\....\...\.......\...\..........\....\BasicAuth.java
..........\........\...\....\....\...\.......\...\..........\....\OAuth1.java
..........\........\...\....\resources
..........\........\...\....\.........\build.properties
..........\........\...\test
..........\........\...\....\java
..........\........\...\