Uses of Interface
cn.boboweike.carrot.dashboard.server.HttpExchangeHandler
-
Packages that use HttpExchangeHandler Package Description cn.boboweike.carrot.dashboard cn.boboweike.carrot.dashboard.server cn.boboweike.carrot.dashboard.server.http cn.boboweike.carrot.dashboard.server.sse -
-
Uses of HttpExchangeHandler in cn.boboweike.carrot.dashboard
Classes in cn.boboweike.carrot.dashboard that implement HttpExchangeHandler Modifier and Type Class Description classCarrotApiHandlerclassCarrotSseHandlerclassCarrotStaticFileHandler -
Uses of HttpExchangeHandler in cn.boboweike.carrot.dashboard.server
Classes in cn.boboweike.carrot.dashboard.server that implement HttpExchangeHandler Modifier and Type Class Description classAbstractHttpExchangeHandlerMethods in cn.boboweike.carrot.dashboard.server with parameters of type HttpExchangeHandler Modifier and Type Method Description HttpContextWebServer. createContext(HttpExchangeHandler httpHandler) -
Uses of HttpExchangeHandler in cn.boboweike.carrot.dashboard.server.http
Classes in cn.boboweike.carrot.dashboard.server.http that implement HttpExchangeHandler Modifier and Type Class Description classRedirectHttpHandlerclassRestHttpHandlerclassStaticFileHttpHandler -
Uses of HttpExchangeHandler in cn.boboweike.carrot.dashboard.server.sse
Classes in cn.boboweike.carrot.dashboard.server.sse that implement HttpExchangeHandler Modifier and Type Class Description classServerSentEventHandler
-