|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpResponse | |
|---|---|
| com.flat502.rox.http | Utility classes for packing and unpacking HTTP messages. |
| com.flat502.rox.server | Server-side API and supporting classes. |
| Uses of HttpResponse in com.flat502.rox.http |
|---|
| Methods in com.flat502.rox.http that return HttpResponse | |
|---|---|
HttpResponse |
MethodNotAllowedResponseException.toHttpResponse(java.lang.String httpVersion)
|
HttpResponse |
HttpResponseException.toHttpResponse(java.lang.String httpVersion)
|
| Uses of HttpResponse in com.flat502.rox.server |
|---|
| Methods in com.flat502.rox.server that return HttpResponse | |
|---|---|
protected HttpResponse |
HttpRpcServer.newHttpResponse(HttpMessageBuffer msg,
HttpResponseException e)
|
protected HttpResponse |
HttpRpcServer.newHttpResponse(HttpMessageBuffer origMsg,
int statusCode,
java.lang.String reasonPhrase,
Encoding encoding)
|
protected HttpResponse |
HttpRpcServer.toHttpResponse(HttpMessageBuffer origMsg,
RpcResponse methodRsp,
Encoding encoding)
Constructs a new HttpResponse containing the
given XML-RPC method response. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||