Constant Field Values


Contents
<Unnamed>.*

JWSErrors
public static final java.lang.String HTML403 "<html><head><title>403 Permission Denied</title></head><body><h1>403 - Permission Denied</h1><p>You don\'t have permission to access that file, buddy!</p></body></html>\n"
public static final java.lang.String HTML404 "<html><head><title>404 File Not Found</title></head><body><h1>404 - File Not Found</h1><p>Like, wow, man... I can\'t find that file, man. Like, totally, you know...</p></body></html>\n"
public static final java.lang.String HTML500 "<html><head><title>500 Internal Server Error</title></head><body><h1>500 - The server encountered an internal error</h1><p>Oh, that\'s not good at all... is the server overloaded??</p></body></html>\n"
public static final java.lang.String HTML501 "<html><head><title>501 Unimplemented</title></head><body><h1>501 - Unimplemented HTTP request method</h1><p>This server only understands HTTP GET requests.</p></body></html>\n"

JWSServer
private final int JWS_LISTEN_PORT 8080
private final int WORKERPOOL_KEEPALIVETIME_SECS 60
private final int WORKERPOOL_MAXTHREADS 50
private final int WORKERPOOL_MINTHREADS 5
private final int WORKERPOOL_TASKQ_MAXSIZE 100