上证所
适用于 Android 的服务器发送事件!
用
这个库在 maven 上。 为了使用它,您需要将其添加为项目中的依赖项。
编译'gr.spiritinlife:andsse:0.0.1'
如何
此时使用库的首选方法是创建一个单例适配器,该适配器创建 AndSSEEventSource,它是我们库的 tcp 连接的前端。 例如。
public class AndSSEAdapter {
private static final String SERVER_ENDPOINT = "192.168.2.20";
/**
* This is the endpoint that the sends the events
*/
private static final String SSE_ENDPOINT = "/events/";
pri