Home
Softono

Okhttp Eventsource

Open source Java
170
Stars
39
Forks
7
Issues
48
Watchers
2 months
Last Commit

 About Okhttp Eventsource

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

Platforms

Web Self-hosted

Languages

Java

Links

Need Help Installing Okhttp Eventsource?

We provide expert installation service for this software. Our team will install, configure, and secure Okhttp Eventsource on your server. plans start at just $30.

Okhttp Eventsource

View on GitHub

okhttp-eventsource

Actions Status Javadocs

Overview

This library allows Java developers to consume Server Sent Events from a remote API, using OkHttp as the transport layer. The SSE 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.

Contributing

We encourage pull requests and other contributions from the community. See Contributing.