
public class DevModeServiceRequestProcessor extends Object implements RequestProcessor
RemoteUI instance.
TODO: We currently reference protobuf classes directly. We're going to be
re-basing the protobuf API, and we don't want to expose these rebased classes
directly to users of this API. We need to provide a level of indirection
between protobuf messages.| Constructor and Description |
|---|
DevModeServiceRequestProcessor(RemoteUI remoteUI)
Create a new instance for the given remoteUI.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteMessageProto.Message.Response |
execute(RemoteMessageProto.Message.Request request)
Execute the given client request.
|
public DevModeServiceRequestProcessor(RemoteUI remoteUI)
public RemoteMessageProto.Message.Response execute(RemoteMessageProto.Message.Request request) throws Exception
RequestProcessorexecute in interface RequestProcessorrequest - The request to execute.Exception - if a problem occurred while executing the requestCopyright © 2018. All rights reserved.