Interface WebServerUtils
- All Known Implementing Classes:
ExitHandler,FormsHandler,LocalServer,OverviewHandler,StartLocalServerHandler,StopLocalServerHandler
public interface WebServerUtils
-
Method Summary
Modifier and TypeMethodDescriptiondefault voiddefault voidsend(HttpExchange httpExchange, int code) default voidsend(HttpExchange httpExchange, int code, String msg) default voidsendBytes(HttpExchange httpExchange, int code, byte[] msg)
-
Method Details
-
log
-
send
- Throws:
IOException
-
send
- Throws:
IOException
-
sendBytes
- Throws:
IOException
-