| | |
| | | public static final String STR_COMMA = ","; |
| | | public static final String STR_DOT = "."; |
| | | public static final String STR_EMPTY = ""; |
| | | public static final String STR_EQUAL = "="; |
| | | |
| | | public void serveFile(HttpExchange exchange) throws IOException { |
| | | String fName = exchange.getRequestURI().getPath(); |
| | |
| | | public static final int SC_OK = 200; |
| | | public static final int SC_NOT_FOUND = 404; |
| | | public static final int SC_METHOD_NOT_ALLOWED = 405; |
| | | public static final int SC_UNPROCESSABLE_ENTITY = 422; |
| | | public static final int SC_INTERNAL_SERVER_ERROR = 500; |
| | | |
| | | /* String Konstanten */ |