|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This defines the methods necessary for a request handler builder that can be used by the request handler factory. A very simple example is shown below:
public class echoRHBuilder implements RHBuilder {
public echoRHBuilder() { }
public RequestHandler newRH() {
return new echoRequestHandler();
}
| Method Summary | |
RequestHandler |
newRH()
Part of the application that creates and initializes a request handler for the server. |
| Method Detail |
public RequestHandler newRH()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||