|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.noelios.restlet.ext.simple.SimpleProtocolHandler
public class SimpleProtocolHandler
Simple protocol handler delegating the calls to the Restlet server helper.
Constructor Summary | |
---|---|
SimpleProtocolHandler(SimpleServerHelper helper)
Constructor. |
Method Summary | |
---|---|
SimpleServerHelper |
getHelper()
Returns the delegate Restlet server helper. |
void |
handle(simple.http.Request request,
simple.http.Response response)
Handles a Simple request/response transaction. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleProtocolHandler(SimpleServerHelper helper)
helper
- The delegate Restlet server helper.Method Detail |
---|
public SimpleServerHelper getHelper()
public void handle(simple.http.Request request, simple.http.Response response)
handle
in interface simple.http.ProtocolHandler
request
- The Simple request.response
- The Simple response.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |