|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use HttpServerResponse | |
| xsul.den.processor | |
| xsul.dispatcher | |
| xsul.dispatcher.http_util | |
| xsul.dispatcher.msg.clientconnection | |
| xsul.dispatcher.rpc.clientconnection | |
| xsul.http_server | |
| xsul.http_server.impl | |
| xsul.message_router_over_http | |
| xsul.message_secure_router | |
| xsul.msg_box.servlet | |
| xsul.processor.http | |
| xsul.xservo_soap_http | Implementation of Web Services hosting container for SOAP/HTTP. |
| Uses of HttpServerResponse in xsul.den.processor |
| Methods in xsul.den.processor with parameters of type HttpServerResponse | |
void |
DistributedProcessor.service(HttpServerRequest req,
HttpServerResponse resp)
|
| Uses of HttpServerResponse in xsul.dispatcher |
| Methods in xsul.dispatcher with parameters of type HttpServerResponse | |
void |
Dispatcher.service(HttpServerRequest req,
HttpServerResponse resp)
|
| Uses of HttpServerResponse in xsul.dispatcher.http_util |
| Methods in xsul.dispatcher.http_util with parameters of type HttpServerResponse | |
static void |
SendError.send(HttpServerResponse resp,
java.lang.String statusCode,
java.lang.String reasonPhrase)
Send a message to resp. |
| Uses of HttpServerResponse in xsul.dispatcher.msg.clientconnection |
| Methods in xsul.dispatcher.msg.clientconnection with parameters of type HttpServerResponse | |
void |
PoolClientConnection.service(HttpServerRequest req,
HttpServerResponse resp)
Check, parse, verify the req. |
| Uses of HttpServerResponse in xsul.dispatcher.rpc.clientconnection |
| Methods in xsul.dispatcher.rpc.clientconnection with parameters of type HttpServerResponse | |
void |
ServletClientConnection.service(HttpServerRequest req,
HttpServerResponse resp)
Create a ClientConnection to serve this method. |
| Uses of HttpServerResponse in xsul.http_server |
| Methods in xsul.http_server with parameters of type HttpServerResponse | |
abstract void |
HttpMiniServlet.service(HttpServerRequest req,
HttpServerResponse resp)
|
| Uses of HttpServerResponse in xsul.http_server.impl |
| Classes in xsul.http_server.impl that implement HttpServerResponse | |
class |
HttpServerResponseImpl
Base exception thrown by all HTTP server side operations. |
| Uses of HttpServerResponse in xsul.message_router_over_http |
| Methods in xsul.message_router_over_http with parameters of type HttpServerResponse | |
void |
HttpMessageRouter.service(HttpServerRequest req,
HttpServerResponse res)
|
| Uses of HttpServerResponse in xsul.message_secure_router |
| Methods in xsul.message_secure_router with parameters of type HttpServerResponse | |
void |
CapHttpMessageRouter.service(HttpServerRequest req,
HttpServerResponse res)
|
| Uses of HttpServerResponse in xsul.msg_box.servlet |
| Methods in xsul.msg_box.servlet with parameters of type HttpServerResponse | |
void |
MsgBoxServlet.service(HttpServerRequest req,
HttpServerResponse resp)
Process HTTP request. |
| Uses of HttpServerResponse in xsul.processor.http |
| Methods in xsul.processor.http with parameters of type HttpServerResponse | |
void |
HttpDynamicInfosetProcessor.service(HttpServerRequest req,
HttpServerResponse res)
|
| Uses of HttpServerResponse in xsul.xservo_soap_http |
| Methods in xsul.xservo_soap_http with parameters of type HttpServerResponse | |
void |
HttpBasedServices.service(HttpServerRequest req,
HttpServerResponse res)
|
void |
HttpBasedServices.serviceXml(HttpServerRequest req,
HttpServerResponse res)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||