Download hbc Free Java Code

Description

A Java HTTP client for consuming Twitter's Streaming API.

Source Files

The download file hbc-master.zip has the following entries.


.gitignore//from  ww w  .ja  va 2  s .  c  o  m
.travis.yml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
hbc-core/pom.xml
hbc-core/src/main/java/com/twitter/hbc/BasicRateTracker.java
hbc-core/src/main/java/com/twitter/hbc/BasicReconnectionManager.java
hbc-core/src/main/java/com/twitter/hbc/ClientBuilder.java
hbc-core/src/main/java/com/twitter/hbc/RateTracker.java
hbc-core/src/main/java/com/twitter/hbc/ReconnectionManager.java
hbc-core/src/main/java/com/twitter/hbc/SitestreamController.java
hbc-core/src/main/java/com/twitter/hbc/common/DelimitedStreamReader.java
hbc-core/src/main/java/com/twitter/hbc/common/IOUtils.java
hbc-core/src/main/java/com/twitter/hbc/core/Client.java
hbc-core/src/main/java/com/twitter/hbc/core/Constants.java
hbc-core/src/main/java/com/twitter/hbc/core/Hosts.java
hbc-core/src/main/java/com/twitter/hbc/core/HttpConstants.java
hbc-core/src/main/java/com/twitter/hbc/core/HttpHosts.java
hbc-core/src/main/java/com/twitter/hbc/core/StatsReporter.java
hbc-core/src/main/java/com/twitter/hbc/core/endpoint/BaseEndpoint.java
hbc-core/src/main/java/com/twitter/hbc/core/endpoint/DefaultStreamingEndpoint.java
hbc-core/src/main/java/com/twitter/hbc/core/endpoint/Endpoint.java
hbc-core/src/main/java/com/twitter/hbc/core/endpoint/Location.java
hbc-core/src/main/java/com/twitter/hbc/core/endpoint/PartitionableEndpoint.java
hbc-core/src/main/java/com/twitter/hbc/core/endpoint/RawEndpoint.java
hbc-core/src/main/java/com/twitter/hbc/core/endpoint/SitestreamEndpoint.java
hbc-core/src/main/java/com/twitter/hbc/core/endpoint/StatusesFilterEndpoint.java
hbc-core/src/main/java/com/twitter/hbc/core/endpoint/StatusesFirehoseEndpoint.java
hbc-core/src/main/java/com/twitter/hbc/core/endpoint/StatusesSampleEndpoint.java
hbc-core/src/main/java/com/twitter/hbc/core/endpoint/StreamingEndpoint.java
hbc-core/src/main/java/com/twitter/hbc/core/endpoint/UserstreamEndpoint.java
hbc-core/src/main/java/com/twitter/hbc/core/event/ConnectionEvent.java
hbc-core/src/main/java/com/twitter/hbc/core/event/Event.java
hbc-core/src/main/java/com/twitter/hbc/core/event/EventType.java
hbc-core/src/main/java/com/twitter/hbc/core/event/HttpResponseEvent.java
hbc-core/src/main/java/com/twitter/hbc/core/processor/AbstractProcessor.java
hbc-core/src/main/java/com/twitter/hbc/core/processor/HosebirdMessageProcessor.java
hbc-core/src/main/java/com/twitter/hbc/core/processor/StringDelimitedProcessor.java
hbc-core/src/main/java/com/twitter/hbc/httpclient/BasicClient.java
hbc-core/src/main/java/com/twitter/hbc/httpclient/ClientBase.java
hbc-core/src/main/java/com/twitter/hbc/httpclient/Connection.java
hbc-core/src/main/java/com/twitter/hbc/httpclient/ControlStreamException.java
hbc-core/src/main/java/com/twitter/hbc/httpclient/RestartableHttpClient.java
hbc-core/src/main/java/com/twitter/hbc/httpclient/auth/Authentication.java
hbc-core/src/main/java/com/twitter/hbc/httpclient/auth/BasicAuth.java
hbc-core/src/main/java/com/twitter/hbc/httpclient/auth/OAuth1.java
hbc-core/src/main/resources/build.properties
hbc-core/src/test/java/com/twitter/hbc/ClientBuilderTest.java
hbc-core/src/test/java/com/twitter/hbc/EndpointTest.java
hbc-core/src/test/java/com/twitter/hbc/HttpHostsTest.java
hbc-core/src/test/java/com/twitter/hbc/RateTrackerTest.java
hbc-core/src/test/java/com/twitter/hbc/ReconnectionManagerTest.java
hbc-core/src/test/java/com/twitter/hbc/SitestreamControllerTest.java
hbc-core/src/test/java/com/twitter/hbc/StatsReporterTest.java
hbc-core/src/test/java/com/twitter/hbc/common/DelimitedStreamReaderTest.java
hbc-core/src/test/java/com/twitter/hbc/common/IOUtilsTest.java
hbc-core/src/test/java/com/twitter/hbc/common/SplitInputStream.java
hbc-core/src/test/java/com/twitter/hbc/httpclient/BasicClientTest.java
hbc-core/src/test/java/com/twitter/hbc/httpclient/ClientBaseTest.java
hbc-core/src/test/java/com/twitter/hbc/processor/NullProcessor.java
hbc-core/src/test/java/com/twitter/hbc/processor/StringDelimitedProcessorTest.java
hbc-core/src/test/java/com/twitter/hbc/test/ArgumentValidator.java
hbc-core/src/test/java/com/twitter/hbc/test/InputStreamProvider.java
hbc-core/src/test/java/com/twitter/hbc/test/SimpleStreamProvider.java
hbc-example/pom.xml
hbc-example/src/main/java/com/twitter/hbc/example/FilterStreamExample.java
hbc-example/src/main/java/com/twitter/hbc/example/SampleStreamExample.java
hbc-example/src/main/java/com/twitter/hbc/example/SitestreamExample.java
hbc-example/src/main/java/com/twitter/hbc/example/Twitter4jSampleStreamExample.java
hbc-twitter4j-v3/pom.xml
hbc-twitter4j-v3/src/main/java/com/twitter/hbc/twitter4j/v3/BaseTwitter4jClient.java
hbc-twitter4j-v3/src/main/java/com/twitter/hbc/twitter4j/v3/Twitter4jClient.java
hbc-twitter4j-v3/src/main/java/com/twitter/hbc/twitter4j/v3/Twitter4jSitestreamClient.java
hbc-twitter4j-v3/src/main/java/com/twitter/hbc/twitter4j/v3/Twitter4jStatusClient.java
hbc-twitter4j-v3/src/main/java/com/twitter/hbc/twitter4j/v3/Twitter4jUserstreamClient.java
hbc-twitter4j-v3/src/main/java/com/twitter/hbc/twitter4j/v3/handler/SitestreamHandler.java
hbc-twitter4j-v3/src/main/java/com/twitter/hbc/twitter4j/v3/handler/StatusStreamHandler.java
hbc-twitter4j-v3/src/main/java/com/twitter/hbc/twitter4j/v3/handler/UserstreamHandler.java
hbc-twitter4j-v3/src/main/java/com/twitter/hbc/twitter4j/v3/message/DisconnectMessage.java
hbc-twitter4j-v3/src/main/java/com/twitter/hbc/twitter4j/v3/message/StallWarningMessage.java
hbc-twitter4j-v3/src/main/java/com/twitter/hbc/twitter4j/v3/parser/JSONObjectParser.java
hbc-twitter4j-v3/src/test/java/com/twitter/hbc/twitter4j/v3/BaseTwitter4jClientTest.java
hbc-twitter4j-v3/src/test/java/com/twitter/hbc/twitter4j/v3/CreateEvent.java
hbc-twitter4j-v3/src/test/java/com/twitter/hbc/twitter4j/v3/JSONObjectParserTest.java
hbc-twitter4j-v3/src/test/java/com/twitter/hbc/twitter4j/v3/ResourceReader.java
hbc-twitter4j-v3/src/test/resources/control-message.json
hbc-twitter4j-v3/src/test/resources/direct-message-delete.json
hbc-twitter4j-v3/src/test/resources/direct-message.json
hbc-twitter4j-v3/src/test/resources/disconnect-message.json
hbc-twitter4j-v3/src/test/resources/friends-list.json
hbc-twitter4j-v3/src/test/resources/limit.json
hbc-twitter4j-v3/src/test/resources/scrub-geo.json
hbc-twitter4j-v3/src/test/resources/sitestream-friends-list.json
hbc-twitter4j-v3/src/test/resources/status-deletion.json
hbc-twitter4j-v3/src/test/resources/status.json
hbc-twitter4j-v3/src/test/resources/user.json
hbc-twitter4j/pom.xml
hbc-twitter4j/src/main/java/com/twitter/hbc/twitter4j/BaseTwitter4jClient.java
hbc-twitter4j/src/main/java/com/twitter/hbc/twitter4j/Twitter4jClient.java
hbc-twitter4j/src/main/java/com/twitter/hbc/twitter4j/Twitter4jSitestreamClient.java
hbc-twitter4j/src/main/java/com/twitter/hbc/twitter4j/Twitter4jStatusClient.java
hbc-twitter4j/src/main/java/com/twitter/hbc/twitter4j/Twitter4jUserstreamClient.java
hbc-twitter4j/src/main/java/com/twitter/hbc/twitter4j/handler/SitestreamHandler.java
hbc-twitter4j/src/main/java/com/twitter/hbc/twitter4j/handler/StatusStreamHandler.java
hbc-twitter4j/src/main/java/com/twitter/hbc/twitter4j/handler/UserstreamHandler.java
hbc-twitter4j/src/main/java/com/twitter/hbc/twitter4j/message/DisconnectMessage.java
hbc-twitter4j/src/main/java/com/twitter/hbc/twitter4j/parser/JSONObjectParser.java
hbc-twitter4j/src/test/java/com/twitter/hbc/twitter4j/BaseTwitter4jClientTest.java
hbc-twitter4j/src/test/java/com/twitter/hbc/twitter4j/CreateEvent.java
hbc-twitter4j/src/test/java/com/twitter/hbc/twitter4j/JSONObjectParserTest.java
hbc-twitter4j/src/test/java/com/twitter/hbc/twitter4j/ResourceReader.java
hbc-twitter4j/src/test/resources/control-message.json
hbc-twitter4j/src/test/resources/direct-message-delete.json
hbc-twitter4j/src/test/resources/direct-message.json
hbc-twitter4j/src/test/resources/disconnect-message.json
hbc-twitter4j/src/test/resources/friends-list.json
hbc-twitter4j/src/test/resources/limit.json
hbc-twitter4j/src/test/resources/scrub-geo.json
hbc-twitter4j/src/test/resources/sitestream-friends-list.json
hbc-twitter4j/src/test/resources/status-deletion.json
hbc-twitter4j/src/test/resources/status.json
hbc-twitter4j/src/test/resources/user.json
pom.xml

Download

Click the following link to download hbc-master.zip.

hbc-master.zip




















Home »
  Java Free Code »
    Social Media »




Facebook
Github
LinkedIn
Twitter