public class ServletServerAdapter extends ServerAdapter
ServerServlet to ensure that Servlet specific concepts
are properly transfered to Restlet.| Constructor and Description |
|---|
ServletServerAdapter(Context context)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
toRequest(ServerCall httpCall)
Converts a low-level HTTP call into a high-level uniform request.
|
addEntityHeaders, addResponseHeaders, commitgetContext, getLoggerpublic ServletServerAdapter(Context context)
context - The context to use.public HttpRequest toRequest(ServerCall httpCall)
ServerAdaptertoRequest in class ServerAdapterhttpCall - The low-level HTTP call.Copyright © 2005–2016. All rights reserved.