| |
|
| com.noelios.restlet.http.HttpServerCall com.noelios.restlet.ext.simple.SimpleCall
Constructor Summary | |
| SimpleCall(Server server, Request request, Response response, boolean confidential) Constructs this class with the specified
simple.http.Request and
simple.http.Response . |
SimpleCall | SimpleCall(Server server, Request request, Response response, boolean confidential)(Code) | | Constructs this class with the specified
simple.http.Request and
simple.http.Response .
Parameters: server - The parent server. Parameters: request - Request to wrap. Parameters: response - Response to wrap. Parameters: confidential - Indicates if this call is acting in HTTP or HTTPS mode. |
getClientPort | public int getClientPort()(Code) | | |
getMethod | public String getMethod()(Code) | | Returns the request method.
The request method. |
getRequestChannel | public ReadableByteChannel getRequestChannel()(Code) | | Returns the request entity channel if it exists.
The request entity channel if it exists. |
getRequestHeaders | public Series<Parameter> getRequestHeaders()(Code) | | Returns the list of request headers.
The list of request headers. |
getRequestStream | public InputStream getRequestStream()(Code) | | Returns the request entity stream if it exists.
The request entity stream if it exists. |
getRequestUri | public String getRequestUri()(Code) | | Returns the full request URI.
The full request URI. |
getResponseChannel | public WritableByteChannel getResponseChannel()(Code) | | Returns the response channel if it exists.
The response channel if it exists. |
getResponseStream | public OutputStream getResponseStream()(Code) | | Returns the response stream if it exists.
The response stream if it exists. |
|
|
|