Class AbstractObjectSseExchange
- java.lang.Object
-
- cn.boboweike.carrot.dashboard.server.sse.SseExchange
-
- cn.boboweike.carrot.dashboard.sse.AbstractObjectSseExchange
-
- All Implemented Interfaces:
AutoCloseable
- Direct Known Subclasses:
BackgroundTaskServerStatusSseExchange,TaskSseExchange,TaskStatsListSseExchange,TaskStatsSseExchange
public class AbstractObjectSseExchange extends SseExchange
-
-
Constructor Summary
Constructors Constructor Description AbstractObjectSseExchange(HttpExchange httpExchange, JsonMapper jsonMapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringsendObject(Object object)-
Methods inherited from class cn.boboweike.carrot.dashboard.server.sse.SseExchange
close, isClosed, sendMessage
-
-
-
-
Constructor Detail
-
AbstractObjectSseExchange
public AbstractObjectSseExchange(HttpExchange httpExchange, JsonMapper jsonMapper) throws IOException
- Throws:
IOException
-
-