public class RemoteHttpResponseListener extends java.lang.Object implements IHttpResponseListener, java.io.Serializable
IHttpResponseListener when running in CLIENT mode.| Constructor and Description |
|---|
RemoteHttpResponseListener(IHttpResponseListener responseListener)
Constructs RemoteHttpResponseListener for remotely receiving HTTP requests and responses.
|
| 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
|
public RemoteHttpResponseListener(IHttpResponseListener responseListener) throws java.lang.Exception
responseListener - an implementation of the IHttpResponseListener interfacejava.lang.Exceptionpublic java.io.OutputStream put(java.lang.String[] path,
LexCommand command,
HttpRequest request,
HttpResponse response)
throws java.lang.Exception
put in interface IHttpResponseListenerpath - the alias path of the actioncommand - the current action commandrequest - the HTTP requestresponse - the HTTP responsejava.lang.Exception