Class AbstractHttpExchangeHandler
- java.lang.Object
-
- cn.boboweike.carrot.dashboard.server.AbstractHttpExchangeHandler
-
- All Implemented Interfaces:
HttpExchangeHandler,HttpHandler,AutoCloseable
- Direct Known Subclasses:
RedirectHttpHandler,RestHttpHandler,ServerSentEventHandler,StaticFileHttpHandler
public abstract class AbstractHttpExchangeHandler extends Object implements HttpExchangeHandler
-
-
Constructor Summary
Constructors Constructor Description AbstractHttpExchangeHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface cn.boboweike.carrot.dashboard.server.HttpExchangeHandler
getContextPath
-
Methods inherited from interface com.sun.net.httpserver.HttpHandler
handle
-
-
-
-
Method Detail
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceHttpExchangeHandler
-
-