Package | Description |
---|---|
com.google.gwt.rpc.client.ast | |
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 |
BooleanValueCommand
Encapsulates a boolean value in the command stream.
|
class |
ByteValueCommand
Encapsulates a boolean value in the command stream.
|
class |
CharValueCommand
Encapsulates a boolean value in the command stream.
|
class |
DoubleValueCommand
Encapsulates a boolean value in the command stream.
|
class |
FloatValueCommand
Encapsulates a boolean value in the command stream.
|
class |
IdentityValueCommand
Represents a hierarchy of value types that must maintain distinct object
identity on the client.
|
class |
IntValueCommand
Encapsulates a int value in the command stream.
|
class |
LongValueCommand
Encapsulates a long value in the command stream.
|
class |
NullValueCommand
Represents a null or undefined value on the client.
|
class |
ReturnCommand
Represents a return statement.
|
class |
ScalarValueCommand
Represents a type hierarchy of values that do not maintain object identity on
the client.
|
class |
SetCommand
A command to set the value of an object in the command stream.
|
class |
ShortValueCommand
Encapsulates a short value in the command stream.
|
class |
StringValueCommand
Encapsulates a string value in the command stream.
|
class |
ThrowCommand
A command to indicate that a value was thrown by the remote side.
|
class |
ValueCommand
Represents an atomic value.
|
Modifier and Type | Method and Description |
---|---|
RpcCommand |
RpcCommandVisitor.accept(RpcCommand x) |
protected RpcCommand |
RpcCommandVisitor.doAccept(RpcCommand x) |
Modifier and Type | Method and Description |
---|---|
RpcCommand |
RpcCommandVisitor.accept(RpcCommand x) |
abstract void |
CommandSink.accept(RpcCommand command)
Accept an RpcCommand for processing.
|
void |
RpcCommandVisitor.accept(RpcCommand[] x) |
protected RpcCommand |
RpcCommandVisitor.doAccept(RpcCommand x) |
protected void |
RpcCommandVisitor.doAccept(RpcCommand[] x) |
Modifier and Type | Method and Description |
---|---|
void |
RpcCommandVisitor.accept(List<? extends RpcCommand> x) |
protected void |
RpcCommandVisitor.doAccept(List<? extends RpcCommand> x) |
Modifier and Type | Method and Description |
---|---|
void |
ListCommandSink.accept(RpcCommand command) |
void |
HasValuesCommandSink.accept(RpcCommand command) |
void |
SimplePayloadSink.accept(RpcCommand command) |
Constructor and Description |
---|
ListCommandSink(List<RpcCommand> commands) |
Modifier and Type | Method and Description |
---|---|
void |
WebModePayloadSink.accept(RpcCommand command) |
Copyright © 2018. All rights reserved.