public class SimpleContainer
extends java.lang.Object
implements org.simpleframework.http.core.Container
| Constructor and Description |
|---|
SimpleContainer(SimpleServerHelper helper)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleServerHelper |
getHelper()
Returns the delegate Restlet server helper.
|
void |
handle(org.simpleframework.http.Request request,
org.simpleframework.http.Response response)
Handles a Simple request/response transaction.
|
public SimpleContainer(SimpleServerHelper helper)
helper - The delegate Restlet server helper.public SimpleServerHelper getHelper()
public void handle(org.simpleframework.http.Request request,
org.simpleframework.http.Response response)
handle in interface org.simpleframework.http.core.Containerrequest - The Simple request.response - The Simple response.Copyright © 2005-2012. All Rights Reserved.