package com.google.gwt.dev.shell.remoteui

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Message

remotemessage.proto:29

Outer envelope for all messages

message Message.Failure

remotemessage.proto:257

Used in: Message

enum Message.MessageType

remotemessage.proto:32

Two types of messages - either a request, or a response

Used in: Message

message Message.Request

remotemessage.proto:39

A request message. This is the root type for all request messages

Used in: Message

message Message.Request.DevModeRequest

remotemessage.proto:158

The root type for all requests for the DevModeService

Used in: Request

message Message.Request.DevModeRequest.CapabilityExchange

remotemessage.proto:168

Request the capabilities of the DevModeService. No additional information is needed at this time.

Used in: DevModeRequest

(message has no fields)

enum Message.Request.DevModeRequest.RequestType

remotemessage.proto:161

The different types of requests for the DevModeService

Used in: DevModeRequest, Response.DevModeResponse.CapabilityExchange.Capability

message Message.Request.DevModeRequest.RestartWebServer

remotemessage.proto:172

Restart the web server. No additional information is needed at this time.

Used in: DevModeRequest

(message has no fields)

enum Message.Request.ServiceType

remotemessage.proto:45

Every request must be addressed to a service. The two types of services are the ViewerService, and the DevModeService. The ViewerService accepts commands for a Viewer. The DevModeService accepts requests for the Development Mode Server.

Used in: Request

message Message.Request.ViewerRequest

remotemessage.proto:51

The root type for all requests for the ViewerService

Used in: Request

message Message.Request.ViewerRequest.AddLog

remotemessage.proto:69

Add a log message to the view

Used in: ViewerRequest

enum Message.Request.ViewerRequest.AddLog.LogType

remotemessage.proto:73

The type of log - either a web server log, a module log, or the main log

Used in: AddLog

message Message.Request.ViewerRequest.AddLog.MainLog

remotemessage.proto:98

Information needed for creating the Main Log. At this time, no additional information is needed.

Used in: AddLog

(message has no fields)

message Message.Request.ViewerRequest.AddLog.ModuleLog

remotemessage.proto:80

Information needed for creating a Module Log

Used in: AddLog

message Message.Request.ViewerRequest.AddLog.ServerLog

remotemessage.proto:91

Information needed for creating a Server Log

Used in: AddLog

message Message.Request.ViewerRequest.AddLogBranch

remotemessage.proto:124

Add a new log branch to an existing log

Used in: ViewerRequest

message Message.Request.ViewerRequest.AddLogEntry

remotemessage.proto:131

Add a log entry to a log

Used in: ViewerRequest

message Message.Request.ViewerRequest.CapabilityExchange

remotemessage.proto:65

Request the capabilities of the ViewerService. No additional information is needed at this time.

Used in: ViewerRequest

(message has no fields)

message Message.Request.ViewerRequest.DisconnectLog

remotemessage.proto:139

Disconnect the given log (i.e. process for which information was being logged is dead)

Used in: ViewerRequest

message Message.Request.ViewerRequest.Initialize

remotemessage.proto:143

Used in: ViewerRequest

message Message.Request.ViewerRequest.LogData

remotemessage.proto:108

The data for a log entry

Used in: AddLogBranch, AddLogEntry

message Message.Request.ViewerRequest.LogData.HelpInfo

remotemessage.proto:111

The HelpInfo portion of the log entry

Used in: LogData

enum Message.Request.ViewerRequest.RequestType

remotemessage.proto:54

The different types of requests for a ViewerService

Used in: ViewerRequest, Response.ViewerResponse.CapabilityExchange.Capability

message Message.Response

remotemessage.proto:187

A response message for a request. This is the root type for all response messages.

Used in: Message

message Message.Response.DevModeResponse

remotemessage.proto:226

The root type for all response messages from the DevModeService

Used in: Response

message Message.Response.DevModeResponse.CapabilityExchange

remotemessage.proto:235

Response for the capabilities of the DevModeService

Used in: DevModeResponse

message Message.Response.DevModeResponse.CapabilityExchange.Capability

remotemessage.proto:236

Used in: CapabilityExchange

enum Message.Response.DevModeResponse.ResponseType

remotemessage.proto:229

The different types of response messages from the DevModeService

Used in: DevModeResponse

message Message.Response.DevModeResponse.RestartWebServer

remotemessage.proto:245

Response to a RestartWebServer request. Right now, there is no information that needs to be passed back

Used in: DevModeResponse

(message has no fields)

message Message.Response.ViewerResponse

remotemessage.proto:190

The root type for all response messages from the ViewerService

Used in: Response

message Message.Response.ViewerResponse.AddLog

remotemessage.proto:210

Response to an AddLog request

Used in: ViewerResponse

message Message.Response.ViewerResponse.AddLogBranch

remotemessage.proto:215

Response to an AddLogBranch request

Used in: ViewerResponse

message Message.Response.ViewerResponse.CapabilityExchange

remotemessage.proto:201

Response for the capabilities of the ViewerService

Used in: ViewerResponse

message Message.Response.ViewerResponse.CapabilityExchange.Capability

remotemessage.proto:202

Used in: CapabilityExchange

enum Message.Response.ViewerResponse.ResponseType

remotemessage.proto:194

The different types of response messages that can come from the ViewerService

Used in: ViewerResponse