|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IHttpHandler
Interface for a class implementing a handler for an HTTP request. e.g. GET
| Method Summary | |
|---|---|
void |
handle()
The details of handling a HTTP request are implemented here. |
void |
setHeaderPV(java.util.HashMap<java.lang.String,java.lang.String> paramValMap)
The param value pair that was passed by the browser. |
void |
setHttpVersion(java.lang.String ver)
Setter method for the version of HTTP used by the browser. |
void |
setIn(java.io.BufferedReader br)
Setter method for the input stream from the browser. |
void |
setOut(java.io.PrintStream os)
Setter method for the output stream to the browser. |
void |
setRequestCode(java.lang.String rc)
Setter method for the request code from the browser. |
void |
setRequestName(java.lang.String rn)
Setter method for the name of the request. |
| Method Detail |
|---|
void handle()
throws java.io.IOException
java.io.IOExceptionvoid setOut(java.io.PrintStream os)
os - void setIn(java.io.BufferedReader br)
br - void setHeaderPV(java.util.HashMap<java.lang.String,java.lang.String> paramValMap)
paramValMap - void setRequestCode(java.lang.String rc)
rc - void setRequestName(java.lang.String rn)
rn - void setHttpVersion(java.lang.String ver)
ver -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||