Releases: CaliDog/certstream-java
Little Deuce Coupe
Add support for alternate servers
Add support for alternate certstream servers to help a certain contributor out with a thesis project.
Decrease log spam
Move onClose log statement to debug, since that's how it would be used and remove the additional output to stdout
Automatically Reconnect
Handle automatic reconnection upon websocket onClose when the status code indicates a known recoverable issue
Update and Fix
Update the structure of the CertStreamCertificate to expose new Certifiate goodness and expose the fixes from the fantastic @steely-glint
Initial Release
A java implementation of a websocket client for the CertStream service. I tried to write an interface that I would want to use. I would just want to write a lambda and be done with it. I have noticed in testing this that the websocket has a tendency to disconnect on flaky internet connections.