java.lang.Object
dev.mccue.jdk.httpserver.HttpExchangeUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidsendResponse(HttpExchange exchange, int rCode, Body body) HttpExchanges.sendResponse(HttpExchange, int, Body)(HttpExchange, int, ResponseLength)}static voidsendResponseHeaders(HttpExchange exchange, int rCode, ResponseLength responseLength)
-
Method Details
-
sendResponseHeaders
public static void sendResponseHeaders(HttpExchange exchange, int rCode, ResponseLength responseLength) throws IOException - Throws:
IOException
-
sendResponse
HttpExchanges.sendResponse(HttpExchange, int, Body)(HttpExchange, int, ResponseLength)}- Throws:
IOException
-