|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.restlet.data.Message
org.restlet.data.Response
com.noelios.restlet.http.HttpResponse
public class HttpResponse
Response wrapper for server HTTP calls.
Constructor Summary | |
---|---|
HttpResponse(HttpServerCall httpCall,
Request request)
Constructor. |
Method Summary | |
---|---|
HttpServerCall |
getHttpCall()
Returns the low-level HTTP call. |
ServerInfo |
getServerInfo()
Returns the server-specific information. |
Methods inherited from class org.restlet.data.Message |
---|
getAttributes, getEntity, getEntityAsDom, getEntityAsForm, getEntityAsObject, getEntityAsSax, isEntityAvailable, release, setAttributes, setEntity, setEntity, setEntity |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpResponse(HttpServerCall httpCall, Request request)
httpCall
- The low-level HTTP server call.request
- The associated high-level request.Method Detail |
---|
public HttpServerCall getHttpCall()
public ServerInfo getServerInfo()
getServerInfo
in class Response
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |