public interface IHttpResponseListener
IMailboxController.setHttpResponseListener(IHttpResponseListener).| Modifier and Type | Method and Description |
|---|---|
java.io.OutputStream |
put(java.lang.String[] path,
LexCommand command,
HttpRequest request,
HttpResponse response)
An HTTP PUT request and response
|
java.io.OutputStream put(java.lang.String[] path,
LexCommand command,
HttpRequest request,
HttpResponse response)
throws java.lang.Exception
path - the alias path of the actioncommand - the current action commandrequest - the HTTP requestresponse - the HTTP responsejava.lang.Exception