public class MessagesPage extends PathHandler
httpServer, MINUTES_15, MINUTES_30, PURPLE, TEXT_HTML_CHARSET_UTF_8
Constructor and Description |
---|
MessagesPage() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
processPage(HttpConnectionThread hct,
java.util.LinkedHashMap<java.lang.String,java.lang.String> requestHeaders,
java.io.DataInput in,
java.io.OutputStream out,
java.lang.String path)
Given an inbound HTTP request, generate a page using its parameters.
|
escPrint, escPrint, getHttpServer, outputFooterLinks, setHttpServer
public java.lang.String processPage(HttpConnectionThread hct, java.util.LinkedHashMap<java.lang.String,java.lang.String> requestHeaders, java.io.DataInput in, java.io.OutputStream out, java.lang.String path) throws java.io.IOException
processPage
in class PathHandler
hct
- HttpConnectionThread issuing the callrequestHeaders
- the HTTP request headers the browser sentin
- DataInput for reading the body of the HTTP requestout
- OutputStream to write the generated page topath
- the remainder of the URL following the prefix identifying this particular page, in case the user is providing parameters to the pagejava.io.IOException
- if the page could not be generated for some reason