|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object mmhttp.server.NotFoundResponder
public class NotFoundResponder
Creates a 404 Not Found response. Used when the request resource doesn't map to any registered Responders.
Constructor Summary | |
---|---|
NotFoundResponder()
|
Method Summary | |
---|---|
Response |
makeResponse(Server server,
Request request)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NotFoundResponder()
Method Detail |
---|
public Response makeResponse(Server server, Request request) throws java.lang.Exception
makeResponse
in interface Responder
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |