Package | Description |
---|---|
org.restlet.engine.adapter | |
org.restlet.engine.connector | |
org.restlet.ext.servlet |
Integration with Servlet API 3.1.
|
org.restlet.ext.servlet.internal | |
org.restlet.ext.xdb |
Integration with Oracle 11g XML DB feature.
|
org.restlet.ext.xdb.internal |
Modifier and Type | Method and Description |
---|---|
ServerCall |
HttpResponse.getHttpCall()
Returns the low-level HTTP call.
|
ServerCall |
HttpRequest.getHttpCall()
Returns the low-level HTTP call.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpServerHelper.handle(ServerCall httpCall)
Handles the connector call.
|
HttpRequest |
ServerAdapter.toRequest(ServerCall httpCall)
Converts a low-level HTTP call into a high-level uniform request.
|
Constructor and Description |
---|
HttpRequest(Context context,
ServerCall httpCall)
Constructor.
|
HttpResponse(ServerCall httpCall,
Request request)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpExchangeCall
Call that is used by the Basic HTTP server.
|
Modifier and Type | Method and Description |
---|---|
protected ServerCall |
ServerServlet.createCall(Server server,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates a new Servlet call wrapping a Servlet request/response couple and
a Server connector.
|
Modifier and Type | Class and Description |
---|---|
class |
ServletCall
Call that is used by the Servlet HTTP server connector.
|
Modifier and Type | Method and Description |
---|---|
HttpRequest |
ServletServerAdapter.toRequest(ServerCall httpCall) |
Modifier and Type | Method and Description |
---|---|
protected ServerCall |
XdbServerServlet.createCall(Server server,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
XdbServletCall
Deprecated.
Not actively developed anymore.
|
Copyright © 2005–2016. All rights reserved.