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, commit
getContext, getLogger
public ServletServerAdapter(Context context)
context
- The context to use.public HttpRequest toRequest(ServerCall httpCall)
ServerAdapter
toRequest
in class ServerAdapter
httpCall
- The low-level HTTP call.Copyright © 2005–2016. All rights reserved.