| Methods in cisco.uc.cuae.legacy that return Http.SendResponseResult |
Http.SendResponseResult |
RemoteHttpServer._Async._end_sendResponse(etch.bindings.java.support.Mailbox mb)
Ends a call to sendResponse. |
Http.SendResponseResult |
BaseHttpServer.sendResponse(java.lang.String sessionId,
java.lang.String remoteHost,
java.lang.Integer responseCode,
java.lang.String content_Type,
java.lang.String body,
java.lang.String responsePhrase,
Http.SendResponseOptions options)
|
Http.SendResponseResult |
HttpServer.sendResponse(java.lang.String sessionId,
java.lang.String remoteHost,
java.lang.Integer responseCode,
java.lang.String content_Type,
java.lang.String body,
java.lang.String responsePhrase,
Http.SendResponseOptions options)
SendResponse will send an HTTP response to a pending HTTP request. |
Http.SendResponseResult |
RemoteHttpServer.sendResponse(java.lang.String sessionId,
java.lang.String remoteHost,
java.lang.Integer responseCode,
java.lang.String content_Type,
java.lang.String body,
java.lang.String responsePhrase,
Http.SendResponseOptions options)
|