Interface HttpExchangeHandler
-
- All Superinterfaces:
AutoCloseable,HttpHandler
- All Known Implementing Classes:
AbstractHttpExchangeHandler,CarrotApiHandler,CarrotSseHandler,CarrotStaticFileHandler,RedirectHttpHandler,RestHttpHandler,ServerSentEventHandler,StaticFileHttpHandler
public interface HttpExchangeHandler extends HttpHandler, AutoCloseable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()StringgetContextPath()-
Methods inherited from interface com.sun.net.httpserver.HttpHandler
handle
-
-
-
-
Method Detail
-
getContextPath
String getContextPath()
-
close
void close()
- Specified by:
closein interfaceAutoCloseable
-
-