Package cn.boboweike.carrot.dashboard
Class CarrotApiHandler
- java.lang.Object
-
- cn.boboweike.carrot.dashboard.server.AbstractHttpExchangeHandler
-
- cn.boboweike.carrot.dashboard.server.http.RestHttpHandler
-
- cn.boboweike.carrot.dashboard.CarrotApiHandler
-
- All Implemented Interfaces:
HttpExchangeHandler,HttpHandler,AutoCloseable
public class CarrotApiHandler extends RestHttpHandler
-
-
Constructor Summary
Constructors Constructor Description CarrotApiHandler(PartitionedStorageProvider storageProvider, JsonMapper jsonMapper)
-
Method Summary
-
Methods inherited from class cn.boboweike.carrot.dashboard.server.http.RestHttpHandler
delete, get, getContextPath, handle, head, post, put, withExceptionMapping
-
Methods inherited from class cn.boboweike.carrot.dashboard.server.AbstractHttpExchangeHandler
close
-
-
-
-
Constructor Detail
-
CarrotApiHandler
public CarrotApiHandler(PartitionedStorageProvider storageProvider, JsonMapper jsonMapper)
-
-