|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HttpHandler
HTTP Handler Base Interface
| Method Summary | |
|---|---|
void |
destroy()
Called by the servlet to indicate to a HTTP handler that the servlet is being taken out of service. |
void |
init(ServletConfig configuration)
Initialize the HttpCallbackHandler |
| Method Detail |
|---|
void init(ServletConfig configuration)
throws ServletException
configuration - TODO
ServletExceptionvoid destroy()
This method gives the HTTP hanlder an opportunity to clean up any resources that are being held (for example, memory, file handles, threads) and make sure that any persistent state is synchronized with the handler's current state in memory.
ServletException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||