Skip to content

nvsreddy/okhttp-eventsource

 
 

Repository files navigation

okhttp-eventsource

Java EventSource implementation based on OkHttp

Circle CI Javadocs

Project Information

This library allows Java developers to consume Server Sent Events from a remote API. The server sent events spec is defined here: https://html.spec.whatwg.org/multipage/server-sent-events.html

Starting in version 2.0, this library uses OkHttp 4.x and requires Java 8+. If you need support for OkHttp 3.x or Java 7, use the latest 1.x version.

About

Server-sent events (SSE) client implementation for Java, based on OkHttp: http:https://javadoc.io/doc/com.launchdarkly/okhttp-eventsource

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.6%
  • Shell 1.4%