com.launchdarkly.eventsource.StreamClosedWithIncompleteMessageException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of okhttp-eventsource Show documentation
Show all versions of okhttp-eventsource Show documentation
EventSource Implementation built on OkHttp
package com.launchdarkly.eventsource;
import java.io.IOException;
/**
* @author elibishop
*
*/
@SuppressWarnings("serial")
public class StreamClosedWithIncompleteMessageException extends IOException {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy