|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.plovr.HttpUtil
public final class HttpUtil
Method Summary | |
---|---|
static URI |
getReferrer(com.sun.net.httpserver.HttpExchange exchange)
|
static void |
return404(com.sun.net.httpserver.HttpExchange exchange)
|
static void |
writeErrorMessageResponse(com.sun.net.httpserver.HttpExchange exchange,
String message)
Returns a 400 with the specified message. |
static void |
writeHtmlErrorMessageResponse(com.sun.net.httpserver.HttpExchange exchange,
String htmlMessage)
Returns a 400 with the specified HTML message. |
static void |
writeHtmlErrorMessageResponse(com.sun.net.httpserver.HttpExchange exchange,
String htmlMessage,
int errorCode)
|
static void |
writeNotFound(com.sun.net.httpserver.HttpExchange exchange)
|
static void |
writeNullResponse(com.sun.net.httpserver.HttpExchange exchange)
Returns a 400 with no message. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static URI getReferrer(com.sun.net.httpserver.HttpExchange exchange)
public static void writeNullResponse(com.sun.net.httpserver.HttpExchange exchange) throws IOException
IOException
public static void writeNotFound(com.sun.net.httpserver.HttpExchange exchange) throws IOException
IOException
public static void writeErrorMessageResponse(com.sun.net.httpserver.HttpExchange exchange, String message) throws IOException
IOException
public static void return404(com.sun.net.httpserver.HttpExchange exchange) throws IOException
IOException
public static void writeHtmlErrorMessageResponse(com.sun.net.httpserver.HttpExchange exchange, String htmlMessage, int errorCode) throws IOException
IOException
public static void writeHtmlErrorMessageResponse(com.sun.net.httpserver.HttpExchange exchange, String htmlMessage) throws IOException
IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |