Package | Description |
---|---|
com.google.gwt.rpc.client.impl | |
com.google.gwt.rpc.server |
Contains the server-side APIs for deRPC.
|
Modifier and Type | Class and Description |
---|---|
class |
HasValuesCommandSink
A simple CommandSink that adds observed values to a container command.
|
class |
ListCommandSink
A simple CommandSink that adds observed commands to a list.
|
class |
SimplePayloadSink
This implementation of CommandSink encodes RpcCommands in a simple transport
format that can be interpreted by both the client and the server.
|
Modifier and Type | Method and Description |
---|---|
protected CommandSink |
CommandSerializationStreamWriterBase.getCommandSink() |
Modifier and Type | Method and Description |
---|---|
static SerializationStreamWriter |
ClientWriterFactory.createWriter(TypeOverrides typeOverrides,
CommandSink commandSink) |
Constructor and Description |
---|
CommandClientSerializationStreamWriter(TypeOverrides serializer,
CommandSink sink) |
CommandSerializationStreamWriterBase(CommandSink sink) |
Modifier and Type | Class and Description |
---|---|
class |
WebModePayloadSink
A CommandSink that will generate a web-mode payload.
|
Modifier and Type | Method and Description |
---|---|
abstract CommandSink |
ClientOracle.createCommandSink(OutputStream out)
Create a CommandSink that can encode a payload for the client.
|
CommandSink |
WebModeClientOracle.createCommandSink(OutputStream out) |
CommandSink |
DelegatingClientOracle.createCommandSink(OutputStream out) |
CommandSink |
HostedModeClientOracle.createCommandSink(OutputStream out) |
Constructor and Description |
---|
CommandServerSerializationStreamWriter(ClientOracle oracle,
CommandSink sink) |
CommandServerSerializationStreamWriter(CommandSink sink) |
Copyright © 2018. All rights reserved.