Package | Description |
---|---|
com.google.gwt.dev | |
com.google.gwt.dev.shell | |
com.google.gwt.dev.shell.ie | |
com.google.gwt.dev.util.log.dashboard | |
com.google.gwt.dev.util.log.speedtracer |
Class and Description |
---|
BrowserChannelServer
Server-side of the browser channel protocol.
|
BrowserWidgetHost
Interface that unifies access to the
BrowserWidget ,
ModuleSpaceHost , and the compiler. |
CodeServerListener
Common interface for code server listeners.
|
ModuleSpaceHost
Defines the contract necessary to host a module space.
|
ShellModuleSpaceHost
Provides an environment for a
ModuleSpace
that works appropriately for the development shell. |
Class and Description |
---|
ArtifactAcceptor
A callback interface to be notified when new resources are generated.
|
BrowserChannel
A base class for communication between Dev-mode client and server.
|
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).
|
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.
|
BrowserChannel.FatalErrorMessage
A message reporting a connection error to the client.
|
BrowserChannel.FreeMessage
A message asking the other side to free object references.
|
BrowserChannel.InvokeOnClientMessage
A request from the server to invoke a function on the client.
|
BrowserChannel.InvokeOnServerMessage
A request from the client to invoke a function on the server.
|
BrowserChannel.InvokeSpecialMessage
A request from the to invoke a function on the other side.
|
BrowserChannel.JavaObjectRef
Class representing a reference to a Java object.
|
BrowserChannel.JsObjectRef
Class representing a reference to a JS object.
|
BrowserChannel.LoadJsniMessage
A message sending JSNI code to be evaluated.
|
BrowserChannel.LoadModuleMessage
A request from the client that the server load and initialize a given
module.
|
BrowserChannel.Message
Abstract base class of OOPHM messages.
|
BrowserChannel.MessageType
Enumeration of message type ids.
|
BrowserChannel.ObjectRefFactory
Provides a way of allocating JS and Java object ids without knowing
which one is the remote type, so code can be shared between client and
server.
|
BrowserChannel.OldLoadModuleMessage
A request from the client that the server load and initialize a given
module (original v1 version).
|
BrowserChannel.ProtocolVersionMessage
Reports the selected protocol version.
|
BrowserChannel.QuitMessage
A message signifying a soft close of the communications channel.
|
BrowserChannel.RemoteDeathError
An error indicating that the remote side died and we should unroll the
call stack as painlessly as possible to allow cleanup.
|
BrowserChannel.RemoteObjectRef
Represents an object on the other side of the channel, known to this side
by an reference ID.
|
BrowserChannel.RequestIconMessage
A message asking the client to send an icon suitable for use in the UI.
|
BrowserChannel.ReturnMessage
Signifies a return from a previous invoke.
|
BrowserChannel.SessionHandler
Hook interface for responding to messages.
|
BrowserChannel.SessionHandler.ExceptionOrReturnValue
Wrapper to return both a return value/exception and a flag as to whether
an exception was thrown or not.
|
BrowserChannel.SessionHandler.SpecialDispatchId
Enumeration of dispatch IDs on object 0 (the ServerMethods object).
|
BrowserChannel.SwitchTransportMessage
A response to ChooseTransport telling the client which transport should
be used for the remainder of the protocol.
|
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.
|
BrowserChannel.Value
Represents a value for BrowserChannel.
|
BrowserChannel.Value.ValueType
Enum of type tags sent across the wire.
|
BrowserChannelClient
Implementation of the BrowserChannel for the client side.
|
BrowserChannelClient.SessionHandlerClient
Hook interface for responding to messages from the server.
|
BrowserChannelException |
BrowserChannelServer
Server-side of the browser channel protocol.
|
BrowserChannelServer.SessionHandlerServer
Hook interface for responding to messages from the client.
|
BrowserWidgetHost
Interface that unifies access to the
BrowserWidget ,
ModuleSpaceHost , and the compiler. |
CheckForUpdates
Orchestrates a best-effort attempt to find out if a new version of GWT is
available.
|
CheckForUpdates.UpdateResult
Returns the result of an update check.
|
CloseButton.Callback
Callback interface for clicking on the close button.
|
CodeServerListener
Common interface for code server listeners.
|
CompilingClassLoader
An isolated
ClassLoader for running all user code. |
DevModeSession
Represents a session between devmode and a browser plugin.
|
DispatchClassInfo
Helper class for dispatching methods to Java objects.
|
DispatchIdOracle
A type that can map JSNI field and method references to dispatch information.
|
HtmlUnitSessionHandler
Handle session tasks for HtmlUnit.
|
JavaDispatch
Abstracts the process of interacting with lazily-bound object manipulation.
|
JavaObject
Class to encapsulate JavaObject on the server side.
|
JsValue
Represents a JavaScript value.
|
JsValue.DispatchMethod
Provides interface for methods to be exposed on JavaScript side.
|
JsValue.DispatchObject
Provides interface for objects to be exposed on JavaScript side.
|
JsValueOOPHM
Represents a JavaScript value in OOPHM.
|
MethodAdaptor
Provides a common adaptor interface for Methods and Constructors.
|
ModuleSpace
The interface to the low-level browser, this class serves as a 'domain' for a
module, loading all of its classes in a separate, isolated class loader.
|
ModuleSpaceHost
Defines the contract necessary to host a module space.
|
ServerObjectsTable
A class that keeps track of Java objects which have been exposed to the other
side and assigns unique ids.
|
SessionData
A class to encapsulate data needed by
JavaObject . |
ShellJavaScriptHost
This interface contains all of the methods that must be exposed to a hosted
mode application via its JavaScriptHost class.
|
Class and Description |
---|
CheckForUpdates
Orchestrates a best-effort attempt to find out if a new version of GWT is
available.
|
Class and Description |
---|
DevModeSession
Represents a session between devmode and a browser plugin.
|
Class and Description |
---|
DevModeSession
Represents a session between devmode and a browser plugin.
|
Copyright © 2018. All rights reserved.