Package | Description |
---|---|
com.google.gwt.dev.shell |
Modifier and Type | Class and Description |
---|---|
protected static class |
BrowserChannel.CheckVersionsMessage
The initial request from the client, supplies a range of supported versions
and the version from hosted.html (so stale copies on an external server
can be detected).
|
protected static class |
BrowserChannel.ChooseTransportMessage
A message from the client giving a list of supported connection methods
and requesting the server choose one of them to switch protocol traffic to.
|
protected static class |
BrowserChannel.FatalErrorMessage
A message reporting a connection error to the client.
|
protected static class |
BrowserChannel.FreeMessage
A message asking the other side to free object references.
|
protected static class |
BrowserChannel.InvokeOnClientMessage
A request from the server to invoke a function on the client.
|
protected static class |
BrowserChannel.InvokeOnServerMessage
A request from the client to invoke a function on the server.
|
protected static class |
BrowserChannel.InvokeSpecialMessage
A request from the to invoke a function on the other side.
|
protected static class |
BrowserChannel.LoadJsniMessage
A message sending JSNI code to be evaluated.
|
protected static class |
BrowserChannel.LoadModuleMessage
A request from the client that the server load and initialize a given
module.
|
protected static class |
BrowserChannel.OldLoadModuleMessage
A request from the client that the server load and initialize a given
module (original v1 version).
|
protected static class |
BrowserChannel.ProtocolVersionMessage
Reports the selected protocol version.
|
protected static class |
BrowserChannel.QuitMessage
A message signifying a soft close of the communications channel.
|
protected static class |
BrowserChannel.RequestIconMessage
A message asking the client to send an icon suitable for use in the UI.
|
protected static class |
BrowserChannel.ReturnMessage
Signifies a return from a previous invoke.
|
protected static class |
BrowserChannel.SwitchTransportMessage
A response to ChooseTransport telling the client which transport should
be used for the remainder of the protocol.
|
protected static class |
BrowserChannel.UserAgentIconMessage
A message supplying an icon, which fits in 24x24 and in a standard image
format such as PNG or GIF, suitable for use in the UI.
|
Copyright © 2018. All rights reserved.